body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 20px;
	padding: 0px;
	background: #E9E9E9;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #3959A5;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #3737C8;
	font: 120% Verdana, Arial, sans-serif;
}

h2{
	font-size: 100%;
	color: #333333;
	line-height: 50px;
}

h3{
 font-size: 100%;
 color: #3737C8;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #3737C8;
}

h5{
 font-size: 100%;
 color: #3737C8;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 5px solid #000000;
	width: 100%;
	height: 112px;
	background: url(../images/header_back.jpg) no-repeat scroll left top;
}

#navBar{
	margin: 5px 0px 0px 5px;
	height: 400px;
	width: 142px;
	float: left;
	background-attachment: scroll;
	background-color: #D8DCF0;
	background-image: url(../images/menu_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#content{
	width: 593px;
	background: #D8DCF0 url(../images/content_horiz_mid.gif) repeat-y scroll left top;
	margin-left: 165px;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


#pageName{
	padding: 0px 0px 5px 25px;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-attachment: scroll;
	background-image: url(../images/feature_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 15px 10px;
	font-size: 75%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background: #FFFFFF;
	text-align: center;
	border-top: 5px solid #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	width: 140px;
	position: relative;
	top: 22px;
	line-height: 18px;
}

#sectionLinks h3{
	padding: 10px 0px 0px;
}

#sectionLinks a:link{
	padding: 2px 0px 1px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	height: 22px;
	background: url(../images/menu_btn_off.gif) no-repeat scroll left top;
	margin: 0px;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	padding: 2px 0px 1px 10px;
	height: 22px;
	margin: 0px;
	background: url(../images/menu_btn_off.gif) no-repeat scroll left top;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	padding: 2px 0px 1px 10px;
	height: 22px;
	margin: 0px;
	background: url(../images/menu_btn_on.gif) no-repeat scroll left top;
	cursor: hand;
}


/************** #advert styles **************/

#advert{
	padding: 0px;
	font-size: 60%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 50px 10px 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.leftimage{
float: left;
margin-right: 10px;
border: none;
}

.rightimage{
float: right;
margin-left: 15px;
}
.clearboth{
clear: both;
}
.clearleft{
clear: left;
}
.clearright{
clear: right;
}
#pageWrapper {
	background: #D8DCF0;
	width: 770px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#contentWrapper {
	width: 770px;
	padding: 0px 0px 10px;
}
#contentImgTop {
	width: 598px;
	background: #D8DCF0 url(../images/content_top.gif) no-repeat scroll left top;
	height: 22px;
	padding: 0px;
	margin: 10px 0px 0px 165px;	
}
#contentImgBottom {
	width: 598px;
	background: #D8DCF0 url(../images/content_bottom.gif) no-repeat scroll left top;
	height: 22px;
	padding: 0px;
	margin-left: 160px;
}
#featureBox {
	font-size: 80%;
	background-attachment: scroll;
	background-image: url(../images/feature_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 181px;
	width: 284px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	float: left;
}
#featureBoxRight {
	font-size: 80%;
	background-attachment: scroll;
	background-image: url(../images/feature_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 181px;
	width: 284px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.featureText {
	font-size: 80%;
	margin: 10px;
}
.featureTitle {
	font-size: 100%;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: bold;
}
.headerRow {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #848ECE;
	font-weight: bold;
}
.tblBack {
	background-color: #CCCCCC;
}
.tblRow {
	background-color: #FFFFFF;
}
.backToTopText {
	font-size: 60%;
}

