/*Text Styling*/
body {
	font-family: Arial;
	font-size: 14px;
	/*background-color: #000;*/
	background:#FFF url('bg_black.gif') repeat;
}
/*Header level 1*/
h1{
	color: #003567;
	font-variant: small-caps;
	font-size: 18pt;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	margin:0px;
	padding-top: 10px;
}
/*Header level 2*/
h2{
	font-style:italic;
	font-weight: 500;
	font-variant: small-caps;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	background-color: #003567;
	padding:0px;
	margin:0px;
}	
/*Header level 3*/
h3{
	font-size: 14pt;
	text-align: center;
	color: #003567;
	padding: 0px;
	margin: 0px;
}
/*Header level 4*/
h4{
	font-size: medium;
	text-align: center;
	text-indent: 15px;
	color: #003567;
	padding: none;
	margin-top: 10px;
}
/*adds padding to paragraph*/
p {
	text-indent:0;

}
/*Centers page*/
#main{
	width: 995px;
	height: auto;
	margin: 0px auto;
	background-color: #ffffff;
}
/*Page Header Style*/
#pageheader{
	background-color: inherit;
	height: 145px;
	width: 995px;
}
/*Positioning for left side column*/
#leftcolumn{
	float:left;
	width: 158px;
	background-color: #E6E6E6;
	padding-bottom:32767px; 
	margin-bottom:-32767px; 
	/*background-color: #ffffff;*/
}
/*Positioning for search box*/
#searchbox{
	height: 30px;
	width: 158px;
	float: left;
	background-color: #fff;
	display:block;
	text-align:center;
}
/*Page content Positioning*/
#contentbox{
	float: left;
	font-style: normal;
	text-align: left;
	text-indent: 4px;
	width: 665px;
	min-height: 610px;
	border-right: 2px solid #003567;
	border-left: 2px solid #003567;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:32767px; 
	margin-bottom:-32767px;
	background-color: #fff;
}
/*Secondary Page content Positioning*/
#contentbox1{
	float: left;
	font-style: normal;
	text-align: left;
	text-indent: 4px;
	/*width: 675px;*/
	width: 809px;
	min-height: 845px;
	border-left: 2px solid #003567;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	padding-bottom:32767px; 
	margin-bottom:-32767px;
	overflow:hidden;
}
/*Positions objects on left hand of page*/
.leftcontentbox{
	float: left;
	width: 158px;
	text-align: center;
	background-color:#E6E6E6;
	border-bottom: 2px solid #003567;
}
/*Positions section link on secondary page*/
.sectionlinks{
	width: 158px;
	height: auto;
	text-align: center;
	background-color: #E6E6E6;
	padding-bottom: 5px;
	border-bottom: 2px solid #003567;
}
/*Positions weather box*/
.weatherbox{
	float: left;
	margin-bottom: 10px;
	width: 158px;
	height: 150px;
	text-align: center;
	background-color:#E6E6E6;
	position: relative;

}
/*footer style*/
.footer{
	border: 2px solid #003567;
	height: 30px;
	background-color: #003567;
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 10px 0px;

}
/*Quick links style*/
#wrapper {
	overflow:hidden;
}

.qlinksbox{
	background-color: #E6E6E6;
	float: right;
	width: 158px;
	text-align: left;
	margin-top: 30px;
	padding-bottom:32767px; 
	margin-bottom:-32767px;
}
/*SPQuick links style*/
.qlinksbox1{
	background-color: #E6E6E6;
	width: 158px;
	text-align: left;
	height: auto;
	float: left;
	padding-bottom:32767px; 
	margin-bottom:-32767px;
}
/*style and position for top news box*/
.topnewsbox{
	/*border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;*/
	min-height: 150px;
	background-color: #fff;
}
/*style and position for left hand news box*/	
.leftnewsbox{
	float: left;
	width: 447px;
	height: auto;
	background-color: #fff;
}
/*style and position for right hand news box*/
.rightnewsbox{
	padding: 0;
	margin: 0;
	border-left: 1px solid #BDBDBD;
	float: right;
	width: 215px;
	height: auto;
	background-color: #fff;
}
/*aligns pictures to top left hand corner*/
.align-left{
	float: left;
	margin-bottom: 0px;
	margin-right: 5px;
	width: inherit;
	border:none;
	padding:0px;
	vertical-align:top;
}

.align-right{
	float: right;
	margin-bottom: 5px;
	width: inherit;
	border:none;
}

.centered{
	padding-left:18px;
	margin-bottom: 5px;
	width: inherit;
	border:none;
}
/*Positions text across width of footer*/
.footer a:link{
	padding: 10px 50px 10px 50px;
	font-size: 12pt;
	font-weight: 700;
 	color:#ffffff;
	text-decoration: none;
}

.footer a:visited{
	padding: 10px 50px 10px 50px;
	font-size: 12pt;
	font-weight: 700;
 	color:#ffffff;
	text-decoration: none;
}

.footer a:hover{
	padding: 10px 50px 10px 50px;
	font-size: 12pt;
	font-weight: 700;
 	color:#ffffff;
	text-decoration: none;
}

.footer a:active{
	padding: 10px 50px 10px 50px;
	font-size: 12pt;
	font-weight: 700;
 	color:#ffffff;
	text-decoration: none;
}

.image p{
vertical-align:top;
}
/*style for anchor tag*/
a:link{
	color: #003567;
	text-decoration: underline;
}

a:visited{
	color: #003567;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a:active{
	color: #003567;
	text-decoration: underline;
}

