html, body {
	padding: 0;
	margin: 0;
}
html * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
a {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #223b6d;
	text-decoration: underline;
}
hr {
	background-color: rgb(44, 77, 128);
	border: 0;
	height: 1px;
}

a:visited {
	color: #223b6d;
}
a:hover {
	color: #bd5521;
	text-decoration: underline;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #223B6D;
	font-weight: bold;
	margin-bottom: 2px;
}
h2 {
	font-size: 18px;
	color: #223B6D;
	font-weight: bold;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	color: rgb(44, 77, 128);
	line-height: 18px;
	margin-bottom: 1px;
	margin-top: 10px;
}
div#projectList h3 {
	font-size: 13px;
	color: #315e5c;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 1px;
}
h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: rgb(165, 66, 36);
	margin-bottom: 3px;
	margin-top: 20px;
}

sup {
	font-size: 8px;
	}

a h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: rgb(44, 77, 128);
	margin-bottom: 5px;
	margin-top: 8px;
}

a img {
	border: 0;
}

.footer {
	font-size: 9px;
	color: white;
}

#contentBody div {
	border 0;
	border-top: 1px solid #486BA0;
	width: 100%;
}

ul {
	margin-top: 2px;

}

.leftSideText {
	padding-left: 9px;
}
.leftSideText h4 {
	margin-bottom: -0.9em;
}
.leftSideText a {
	color: #315e5c;
	text-decoration: underline;
}
.leftSideText a:hover {
	color: #315e5c;
	text-decoration: none;
}
.leftSideText a:visited {
	color: #223b6d;
}
.leftSideText a:active {
	color: #bd5521;
}
.home {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}

#rightOrange {
	background-color: rgb(220, 137, 96);
	background-image: url(images/rightOrange.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#leftOrange {
	background-color: rgb(220, 137, 96);
	background-image: url(images/leftOrange.gif);
	background-repeat: repeat-y;
	background-position: top left;
}


/*
 * Staff Section
 */
.fieldStaffTable {
	border: 0;
	border-top: 1px solid #486BA0;
	width: 100%;
}
.fieldStaffTable td {
	vertical-align: top;
}
.fieldStaffTable h4 {
	margin-bottom: -1em;
}


/*
 * "Sub" Section
 */

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	border: 1px solid #486BA0;
}
.boxhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #315E5C;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c17760;
	}
.copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c17760;
	}
.searchterm {
	background-color: #F3D098;
	}
	
	.whatsnew_txt {
	padding-top:80px;
	padding-left:20px;
	padding-right:12px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}
