@charset "UTF-8";
/* CSS Document */

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












#wrapper 

{
height: auto;
width: 100%;
text-align: left;
background-color:;
}



#main {
	min-height: 100%;
	height: 500px;
	width: 800px;
	text-align: center;
	margin : 0px auto 0px auto;
	position: relative;
	background-color: white;
	}
	
	
#top {
width :800px;
height:115px;
float:left;
position:relative;}


#menu{
	width :800px;
	height: 20px;
	float:left;
	position:relative;
}

#body{
width: 800px;
float:left;
height: 500px;
position:relative;
background-color: white;

}


#bottom {
width :800px;
height:6px;
float:left;
position:relative;}





#floater{
	width :150px;
	height:120px;
	float:left;
	position:relative;
background-color:;
	top:-290px;
	left:85px;
}


.body-text {
	font-family:Verdana;
	font-size:11px;
	
	color:#575454;
	text-align: left;

	}
	
	
	
	.body-text2 {
	font-family:Verdana;
	font-size:11px;
	
	color:black;
	text-align: left;

	}
	
	
.body-bold {
	font-family:Verdana;
	font-size:11px;
	color:#575454;
    font-weight:bold;
	text-align: left;
	}
	
	
	
.bold-link {
	font-family:Verdana;
	font-size:12px;
	color:#575454;
    font-weight:bold;
	text-decoration: underline;
	}
	
	
table.alerts
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #a8a8a9 solid;
border-collapse: collapse;
border-spacing: 0px;}


.alertHd
{ border-bottom: 2px solid white;
background-color: #c3c4c6;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #white;}


.alertBod p
{ text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
line-height: 12px;
color: #black;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

a:link {color: black; text-decoration:none;} /* unvisited link */
a:visited {color: black; text-decoration:none;} /* visited link */
a:hover {color: red} /* mouse over link */
a:active {color: black} /* selected link */
