html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align:center;
}
#topmost {
	margin:auto;
	width:98%;	
	text-align: left;	
}

#topcontainer{
	float:left;
}

#headcontainer{
	float:left;
	text-align: left;
	width:100%;
	background-color:#FFFFFF;
	margin:-1px 0px 0px;
	position:relative;
}
#contentcontainer{
	float:left;
	width: 100%;
	text-align:left;
	/*border:1px solid #33FFFF;*/
	background:#FFFFFF;
	padding:10px 0px 10px 0px;
}
#containerdiv{
	float:left;
	width:96%;
	margin: 0px 6px;
}
#container{
	float:left;
	margin:0px;
	text-align: left;
}
#primarycontentcont {
	float:left;
}

#navcontainer {
	font-size:10px;
	vertical-align: top;
	width: 0px;
	height:350px;
}

.navsection {
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	background-color:#CCCCCC;
	padding:0px 0px 0px 2px;
	margin:10px 2px 5px 2px;
}

.navitem{
	margin-left:6px;
	font-size: 11px;
}

.navitem a {
	color:linen;
	display:block;
	margin:0px 4px 0px 0px;
	padding:2px;
}
.navitem a:link, .navitem a:visited{
	color:linen;
	text-decoration: none;
}

.navitem a:hover{
	text-decoration: none;
	color:linen;
	background:#000099;
}

#primarycontent1 {
	vertical-align: top;
	width: 100%;
	/*background-color: #ffffff;*/
}
#primarycontent2 {
	vertical-align: top;
	
	/*background-color: #ffffff;*/
}
#primarycontentcont {
	width:100%;
	margin:0px;
	background-color: #ffffff;
}

#nav {
	background-color:#003366;
	line-height: 24px; 
	height: 30px; 
	text-align: center;
	vertical-align:bottom;
	width: 100%;
}
#subnav {
	background-color: #6699CC;
	line-height: 20px; 
	height: 26px;
	width: 100%;
	text-align: center;
	border-top:1px solid #FFF;
}
#nav UL {
	list-style-type: none;
	clear: both; 
	padding:5px 0px 6px 0px;
	width: 100%; 
}
#subnav UL {
	list-style-type: none;
	clear: both; 
	padding: 0px 0px 0px 0px; 
	width: 766px; 
}
#nav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
	border-right:1px solid #FFFFFF;
}
#subnav LI {
	list-style-type: none;
	float: left; 
	margin-top: 5px;
	border-right:1px solid #FFFFFF;
}
#nav A {
	font-size:10px;
	font-weight:bold;
	padding: 0px 25px 6px 25px;
	margin:1px 3px 0px 3px;
	color: white; 
	text-decoration: none;
}
#subnav A {
	font-size:10px;
	font-weight:bold;
	padding: 0px 25px 3px 25px;
	margin: 0px 3px 0px 3px;
	color: white; 
	text-decoration: none;
}

#nav A:hover {
	color: #FFFFFF;
}
#nav LI.hot {
	background: #6699CC;
	color:#CC0033;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#nav LI.hot A {
	color:#CC0033;
}

#nav LI:hover {
	background: #CC0033;
}

#nav LI.hot A:hover {
	background: #CC0033;
	color:#FFFFFF;
}


#subnav A:hover {
	color: #FFFFFF;
}
#subnav LI.hot {
	background: #FFFFFF;
	color:#CC0033;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#subnav LI.hot A {
	color:#CC0033;
}

#subnav LI:hover {
	background: #CC0033;
}

#subnav LI.hot A:hover {
	color:#FFFFFF;
}


#footer {
	float:left;
	margin:0px auto;
	width:100%;
}
#footcontainer {
	float:left;
	margin:0px auto;
	width:100%;
}