/*Style Sheet for Version 4 Browsers */

/*The Body Background */
body {
	background-color : #FFFFFF;
	background-image : url(assets/sitobg.gif);
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #314F87;
}

.maindiv h2 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #314F87;
}

.maindiv h5 {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	padding-left : 15px;
	padding-right : 15px;
	margin-top: 5px;
	font-weight : normal
}

.maindiv h6 {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal
}

.maindiv a:link { color : #395E8A; }
.maindiv a:visited { color : #395E8A; }
.maindiv a:hover { color : #657CB1;}

/*Style Applied to the Back Button */
.back {
	color : #333333;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 12px;
	margin-bottom : 4px;
	margin-top : 6px;
	text-align : center;
	font-weight : bold
}
.back a:link { 
	color : #333333;
	}

.back a:hover { 
	color : #333333;
	}


/* Lists*/
ul {
	color : #395E8A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #395E8A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}


/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #588D75;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 14px
}

.navlink a:link { color : #588D75 }

.navlink a:visited { color : #588D75 }

.navlink a:hover { color : #395E8A }

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #333333; text-decoration : underline }

.navButts a:hover { color : #666666; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}


.navSubs a { color : #666666; text-decoration : underline }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #333333; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { 
		float : right;
		}

.imgfloatleft { 
	float : left;}


.divider {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}
.star {
	color: #6699CC !important;
	font-weight: bold !important;
}
