.boxTopLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #FFA534;
}
.boxTopRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #3E8CBA;
}
.boxNavTop {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #65A7C8;
	color:#FFFFFF;
	font-weight:bold;
}
.boxNav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #3E91BA;
}
.boxRecentProjects {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.body {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body {
	background-image:  url("../_images/background.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.boxNews {
	border: 1px solid #CCCCCC;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.headerOrange {
	padding-left: 45px;
	background-image:  url("../_images/current_projects_bg.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFA32F;
	font-size: 13px;
	padding-top: 5px;
}
.headerBlue {

	padding-left: 58px;
	background-image:  url("../_images/Section_bg.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #006FB1;
	font-size: 13px;
	padding-top: 5px;
}
.headerGreen {
	padding-left: 58px;
	background-image:  url("../_images/News_bg.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #05AF3C;
	font-size: 13px;
	padding-top: 5px;
}
.navItem {
	color: #FFFFFF;
	background-image:  url("../_images/nav_bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	padding-bottom: 3px;
}
.navItem a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.navItem a:hover {
	color:#FFC680;
	text-decoration:none;
}
.subNav {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.subNav a {
	color: #006FB1;
	font-weight: bold;
	text-decoration:none;
}
.subNav a:hover {
	color:#05AF3C;
	text-decoration:none;
}
.section {
	font-weight: bold;
	color: #006FB1;
	font-size: 13px;
}
.sectionText {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration:none;
}
.footer a:hover {
	color:#333333;
	text-decoration:underline;
}
.moreGray a {
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}
.moreGray a:hover {
	color:#CCCCCC;
	text-decoration:none;	
}
.moreOrange a {
	font-weight: bold;
	color: #FFA32F;
	text-decoration:none;
}
.moreOrange a:hover {
	color:#FFC680;
	text-decoration:none;	
}