body {
	margin: 0px;
	background-color:#6badd8;
	background-image:url(images/bgGradient.jpg);
	background-repeat:repeat-y;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
a:link {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0072BC;
}
.footerCopyright {
	font-size: 9px;
	line-height: 12px;
	color: #0072BC;
}
.padRight15 {
	padding-right: 15px;
}
#header {
	position:absolute;
	background-image:url(images/topGradient.jpg);
	background-repeat:repeat-x;
	left:0px;
	top:0px;
	width:100%;
	height:169px;
	z-index:1;
}
#logo {
	position:absolute;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	left:217px;
	top:0px;
	width:475px;
	height:158px;
	z-index:2;
}
#nav {
	position:absolute;
	left:0px;
	top:168px;
	width:100%;
	height:24px;
	z-index:3;
	background-color: #0072bc;
}
#contactSubnav {
	position:absolute;
	left:15px;
	top:232px;
	width:170px;
	z-index:4;
}
#mainContent {
	position:absolute;
	left:215px;
	top:232px;
	width:470px;
	z-index:5;
}
#righthandImages {
	position:absolute;
	left:739px;
	top:231px;
	width:167px;
	height:242px;
	z-index:6;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0072BC;
}
.p_forced {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.25em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: larger;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
}

.search_container{
	list-style-position: outside;
	list-style-type: disc;
	width: 450px;
}

.search_hitCount{
	font-size: smaller;
}

.search_summary{
	color: #000000;
}

.search_term{
	background-color: #F5F5F5;
	font-weight: bolder;
}

.search_title :link{
	color: #0000FF;
}

.search_truncatedMsg, .search_searchInfo {
	font-size: smaller;
}
