@charset "UTF-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #012043;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color:#002e62;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

.headline {
	font-size:32px;
	color:#002e62;
}

.subHead {
	font-size:18px;
	color:#012043;
}

#fullWide {
	width:100%;
}

#rightPColumn {
	width:390px;
	margin-left:20px;
	margin-top:20px;
	text-align:left;
	float:left;
	display:inline;
}

#rightPColumn2 {
	width:210px;
	margin-top:20px;
	text-align:left;
	float:right;
	display:inline;
}

#leftPColumn {
	margin-left:50px;
	width:300px;
	float:left;
	display:inline;
}

#topBannerHolder {
	width:100%;
	background-image:url(images/topbanner-repeat.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#topBanner {
	width:1000px;
}

#navHolder {
	width:100%;
	background-image:url(images/navbarbg.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#nav {
	width:1000px;
}

#middleContentHolder {
	width:100%;
	background-image:url(images/middlerepeat.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#middleContentHolder1 {
	width:100%;
	background-color:#000000;
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#middleContent {
	width:1100px;
}

#leftColumn {
	width:460px;
	float:left;
	display:inline;
}

#wideLeftColumn {
	width:575px;
	text-align:left;
	float:left;
	display:inline;
}

#rightColumn {
	width:510px;
	margin-top:20px;
	text-align:left;
	float:left;
	display:inline;
}

#narrowRightColumn {
	width:247px;
	float:left;
	display:inline;
}

#narrowRightColumn1 {
	width:247px;
	float:center;
	display:inline;
}
	
#footer {
	width:100%;
	float:left;
	display:inline;
}
