/* CSS Document */

#centeredDIV {
position: relative;
margin: 0 auto;
text-align: left;
padding: 0px;
border: 0;
} 
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 13px;
}
.headline {
font-size: 19px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
line-height: 20px;
}
.subhead {
font-size: 15px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
line-height: 16px;
color: #8a9da2;
}
.sitemap a:link, .sitemap a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.sitemap a:hover, .sitemap a:active {
	text-decoration: underline;
}

.contentlinks a:link, .contentlinks a:visited{
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}

.contentlinks a:hover, .contentlinks a:active{
	font-size: 12px;
	color: #e32330;
	text-decoration: none;
}

.projects {
color: #336699;
font-size: 11px;
text-align: center;
overflow: auto;

}
.projects a:link, .projects a:visited {
color: #336699;
font-size: 11px;
text-decoration: none;
}
.projects a:hover, .projects a:active {
color: #e32330;
font-size: 11px;
text-decoration: none;
}

.addressDIV {
font-family: helvetica;
font-weight: bold;
color: white;
font-size: 11px;
}
.addressDIV a:link, .addressDIV a:visited{
font-family: helvetica;
font-weight: bold;
color: #bccad8;
font-size: 11px;
text-decoration: none;
}
.addressDIV a:hover, .addressDIV a:active{
font-family: helvetica;
font-weight: bold;
color: black;
font-size: 11px;
}
.addressBlueDIV {
font-family: helvetica;
font-weight: bold;
color: black;
font-size: 11px;
}
.addressBlueDIV a:link, .addressDIV a:visited{
font-family: helvetica;
font-weight: bold;
color: #e32330;
font-size: 11px;
text-decoration: none;
}
.addressBlueDIV a:hover, .addressDIV a:active{
font-family: helvetica;
font-weight: bold;
color: white;
font-size: 11px;
}
