

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F4EB;
	
}

a:link {
	color: #003D5F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003D5F;
}
a:hover {
	text-decoration: underline;
	color: #00659B;
}
a:active {
	text-decoration: none;
	color: #003D5F;
}


.project_copy {font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.5em;}

.project_copy2 {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

ul { list-style-image: url("images/listsquare.gif"); } 


.Project_header {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.address a:link {color: #000000; text-decoration: none;}
.address a:hover {text-decoration: underline; color: #00659B;}
.address a:visited {color: #000000;}


.projectlinks {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.projectlinksb {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003D5F;
}


.projecttypelinks {	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF
}


.list_links {color: #003D5F}
.year_list {color: #8CADCC}

.scrollArea {
width: 360px; 
height: 380px;
padding-left: 0px;
padding-right: 15px; 
border-width: 0px; 
border-style: solid;
float: left; 
overflow: auto;
scrollbar-base-color: #BCCBDA;
scrollbar-arrow-color: #BCCBDA;
scrollbar-3dlight-color: #BCCBDA;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #BCCBDA;
scrollbar-track-color: #FFFFFF;
}


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


.myClass:hover td {background-color: #DBE6EF; color:#00659B}