﻿/*
*/

/* STYLE DEFINITIONS */ 
/* ----------------- */
body {
	background: #002060;
}

#mainPage {
	background:white;
	vertical-align:top;
	width:770px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 99;
}

#mailingAddress {
	position: relative;
	top: -40px;
	height: 0px;
	text-align: center;
	z-index: 10;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

#leftSide {
	float: left;
	vertical-align: top;
	width: 450px;
	padding: 20px;
}

#rightSide {
	float: right;
	vertical-align: top;
	width: 180px;
	padding: 20px;
}

#copyright {
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#bottomAd {
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#wx_module_4980 {
	padding: 20px;
}


