@charset "UTF-8";
/* CSS Document */

body {
	color:#666;
}

body .more{
 	color:fdb927
}

h1 {
 	font-size:28px;
	font-weight:bold;
	color:white;
}

h2 {
	font-size:24px;
	font-weight: normal;
	color:white;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#003366;
	margin-bottom:.75em;
}

h4 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:0;

}

h4.blue {
	
	color:#003366;
	
	
}

h4.gold {
	
	color:#fdb927;
}

h4.green {
	
	color:#585c29;
}

.read_more {
	color:#fdb927;
	font-weight:bold;
}

.blue_plus {
	color:#003366;
	font-weight:bold;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	top:0;
}

a, a:link , a:visited, a:hover, a:active {
	color:#585c29;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.mod_header {
	height:2em;
	padding-left:10px;
	background-color:#fdb927;
	/*text-align:center;*/
	padding-top:.5em;
}

.mod_header h3 {
	margin-bottom:0;
	color:black;
}

.footer {
	margin-top:6em;
}


