body {
	font-family: arial, helvetica, sans-serif;
	margin: 45px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #e7f3bd;
	color: #666666;
}

h1 {
	font-size: 20px;
	color:#115896;
	font-weight: normal;
	margin: 0;
}

td, select, input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.textGreen {
	color:#207754;
}

.textBlue {
	color:#115896;
}

.text20px {
	font-size: 20px;
}

.text14px {
	font-size: 14px;
}

.text11px {
	font-size: 11px;
}

.footer {
	font-size: 11px;
	color: #707860;
}

/* backgrounds */

.mainTableBG {
	background-image: url('../images/ams_background_mic.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.mainBotLeftBox {
	background-image: url('../images/main_bot_left_box_r02.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 467px;
	height: 207px;
}

.mainBotRightBox01 {
	background-image: url('../images/main_bot_right_box_r02.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 309px;
	height: 92px;
}

.mainBotRightBox02 {
	background-image: url('../images/main_bot_right_box_r04.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 309px;
	height: 90px;
}

.lev2BodyBG {
	background-image: url('../images/lev2_body_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 30px 30px 0 30px;
}

.lev2RtBox01 {
	background-image: url('../images/lev2_rt_01.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 309px;
	height: 92px;
}

.lev2RtBox02 {
	background-image: url('../images/lev2_rt_03.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 309px;
	height: 92px;
}

.lev2RtBox03 {
	background-image: url('../images/lev2_rt_05.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.lev2RtBox03Padding {
	padding: 25px 35px 50px 25px;
}


/* link styles */

a, a:visited {
	color: #115896;
	text-decoration: none;
}
a:active, a:hover {
	color: #115896;
	text-decoration: underline;
}

a.textGreenLink, a.textGreenLink:visited {
	color: #207754;
	text-decoration: none;
}
a.textGreenLink:active, a.textGreenLink:hover {
	color: #207754;
	text-decoration: underline;
}

a.textBlueLink, a.textBlueLink:visited {
	color: #115896;
	text-decoration: none;
}
a.textBlueLink:active, a.textBlueLink:hover {
	color: #115896;
	text-decoration: underline;
}

a.footerLink, a.footerLink:visited {
	color: #7a8855;
	font-size: 12px;
	text-decoration: none;
}
a.footerLink:active, a.footerLink:hover {
	color: #ffffff;
	text-decoration: underline;
}




/* drop down styles */

a.topNavDropDown, a.topNavDropDown:visited {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #115896;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
a.topNavDropDown:active, a.topNavDropDown:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#dropmenudiv{
	margin-top: 0;
	position: absolute;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	/* IE opacity */
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=90,style=0);
	/* Mozilla */
	-moz-opacity: .9;
	/* Safari 1.1 */
	-khtml-opacity: .9;
	/* Safari 1.2 */
	opacity: .9;	
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #7197bb;
}


