body{
	background: #F5F5F5;
	font-family: Times New Roman,Times,serif;
}
.top{
	width: 950px;
	margin: auto;
	height: 115px;
	background: #AECED0;
	margin-bottom: 0px;
}
.topleft{
	margin: 5px;
	float: left; margin-top: 15px;
	width: 250px;
	height: 100px;
}
.topcenter{
	margin:	5px auto 5px 5px;
	float: left; 
	font-size: 50px;
	width: 300px;
	height: 100px;
	text-align: center;
	
}
.topright{
	margin: 5px 5px 5px 5px;
	width: 365px;
	height: 100px;
	float: left; 
	text-align: center;	
}
.logo{
	border: none;
	width: 125px;
	height: 100px;
}

.toptitle {
	width: 950px;
	margin: 0px auto 0px auto;
	background-color:#00394A;
	height: 30px; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

}
.toptitleleft {
   float: left;
   margin: -25px auto 0px 225px;
   
}
.toptitlecenter {
	float:left;
	margin-left: 550px;
	margin-top: -25px;
	font-size: 13px; 
	color: #F5F5F5; 
	width: 250px;
}
.content{
	margin: 5px;
	border: 1px solid #F5F5F5;
	width: 950px;
	margin: auto;
}
.left { 

	background-color: #F5F5F5;
	margin: 5px 0 0 0px; /* Applied to first column only in lieu of padding (personal thing) */
	width: 180px; /* Allows for fluid design. Can be set to pixels */
	float: left;
	
}

.center{
	margin: 5px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 565px;
	float: left;
	background-color: #FFFFFF;  
	border: 1px solid rgb(204, 204, 204);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

}

.right { 
	background-color: #F5F5F5;
	margin: 5px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 180px;
	float: left; 
}

.left1 { 
	border: 1px solid rgb(204, 204, 204); 
	background-color: #FFFFFF; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.left2 { 
	border: 1px solid rgb(204, 204, 204); 
	background-color: #FFFFFF; 
	margin-top: 15px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.centercontent{
	margin: 10px auto 10px auto;
}
.centercontent1{
	margin: 10px auto 10px auto;
}
.right1 { 
	border: 1px solid rgb(204, 204, 204); 
	background-color: #FFFFFF; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.right2 { 
	border: 1px solid rgb(204, 204, 204); 
	background-color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.footer{
	border; 1px solid black;
}
.bottom {
	text-align: center;
	width: 950px;
	height: 35px;
	margin: auto;
	background: #AECED0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#button {
font-weight: bold;
background:#00394A; 
color:white;
}

a.news:link,
a.news:visited,
a.news:active {
    padding-left: 25px;
    color: blue;
    text-decoration: none;
    
}

a.news:hover,
a.news:focus {  
    
    background-color: #AECED0;
	border: 1px solid black;
	color: black;
} 

dd a:link,
dd a:visited,
dd a:active {
	text-decoration: none;
	color: #00394A;
}
dd a:hover,
dd a:focus
{
background-color: #AECED0;
border: 1px solid black;
color: black;
}

h4,h1 { 
	text-align: center; color: #00394A; 
}
dt {
	font-weight: 900;
	font-size: 12pt;
}
dt.title {
    font-weight: 900;
	font-size: 12pt;
    color: blue;
    text-align:center;
}
dd {
    margin-left: 15px;
}
table.login {
    font-size: 10pt;
}

