@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-color: #98D1D8;
	text-align: center;
	margin:0 auto;
}

img { border:0px; }
div { text-align:left; }
td { font-size:11px; }
body, html { height:100% }

#bodywrapper { background:#fff; width: 900px; text-align:center; margin:0 auto; }
#nav { margin-top:1px; margin-bottom:1px; }
#bottomnav { background:#B983B7; width:900px; height:29px; }
#bottomnav_left { float:left; }
#contentwrapper { padding:10px; }
#footer {  background:url(../images/btn_footer.jpg); height:77px; color:#1398A7; }
#subsitenav { height:83px; background:#642A64; margin-top:1px; }

#mainmenu{
 width: auto;
 height: 83px;
}
#mainmenu{
 margin: 0px;
 padding: 0px;
 z-index: 1;
}
#mainmenu li{
 float:left;
 position:relative;
 list-style: none;
}
#mainmenu li ul{
 display:none;
 position:absolute;
 margin: 0px;
 width: 140px;
 padding: 0px;
 list-style: none;
 top: 83px;
 left: 0;
 z-index: 2;
}
#mainmenu li ul li { background:#333333; height:12px; padding:3px; width:120px; }
#mainmenu li ul li:hover { background:#999999; }
#mainmenu li ul li a { text-decoration:none; color:white; }
#mainmenu li:hover ul {
 display: block;
 width: 140px;
}