body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

* {
	margin: 0;
	padding: 0;
	position: relative;
}

html, body {
	height: 100%;
}

body {
	background: #E8ECC5 url(images/bg_body.gif) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

h1 {
	font: 18px/1em Georgia, Times New Roman, Times, serif;
	margin: 20px 0px 0px 0px;
	color: #20384D;
	text-decoration: underline;
}

#logo h1 {
	font: 32px/36px Georgia, Times New Roman, Times, serif;
	padding-top: 0px;
	color: #3E5365;
	text-decoration: none;
}

#title h1 {
	font: 32px/36px Georgia, Times New Roman, Times, serif;
	color: #FFF;
	margin: 0px;
	text-decoration: none;
}

h2 {
	font: bold 14px/1.25em Arial, Helvetica, sans-serif;
	color: #5C7340;
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
}

h2 + h3 {
	font: italic 14px/1em Georgia, Times New Roman, Times, serif;
	margin: 0px 0px 0px 0px;
	color: #20384D;
	padding-bottom: 5px;
	border-bottom: 1px solid #20384D;
}

h3 {
	font: italic 14px/1em Georgia, Times New Roman, Times, serif;
	margin: 30px 0px 0px 0px;
	color: #20384D;
	padding-bottom: 5px;
	border-bottom: 1px solid #20384D;
}

h4 {
	font: bold 12px/18px Georgia, Times New Roman, Times, serif;
	margin: 10px 5px 0px 0px;
	color: #20384D;
	display: inline;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
}

a {
	color: #1E324A;
	text-decoration: underline;
}

a:hover {
	color: #5B6E46;
	text-decoration: none;
}

.greenhr {
	height: 5px;
	background: #94B373;
	margin-top:  13px;
}

.blue {
	height: 5px;
	background: #1E324A;
}

ul {
	margin: 0px 30px 0px 45px;
	list-style: circle;
}

li {
	margin: 7px 0px 0px 0px;
}

#Lvl1 {
	width: 680px;
	padding: 2px 2px 30px 2px;
	margin: 20px auto 0px auto;
	position: static;
}

#logo {
	background: #FFF;
	padding: 5px 11px 0px 11px;
}

#logo img {
	display: inline;
	padding: 0px 10px 0px 10px;
}

#Lvl2 {
	border: 2px solid #2D2D84;
	background: #FFF;
}

#Lvl3 {
	padding: 5px 11px 11px 11px;
}

#mastHd {
	background: url(images/bg_masthead.jpg) no-repeat;
	margin-top: 5px;
}

#title {
	width: 440px;
	padding: 70px 0px 0px 40px;
	margin: 0px;
	font: 15px/1em Georgia, Times New Roman, Times, serif;
	color: #FFF;
	height: 130px;
}

#title h1 {
	font: 24px/1em Georgia, Times New Roman, Times, serif;
	margin: 0px;
}

#wrapper {
	margin-top: 5px;
	border-top: 5px solid #1E324A;
	background: #FFF url(images/bg_leftcol.gif) repeat-y;
	height: 100%;
}

#col1 {
	background: #BAD09F;
	float: left;
	width: 215px;
}

#col1 h2 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #273036;
	margin: 9px 0px 0px 0px;
	text-transform: uppercase;
}

#col2 {
	float: left;
	width: 430px;
	margin: 0 0 0 5px;
}

#mainTxt {
	width: 600px;
	border: 1px dashed #BAD09F;
	margin: 20px auto 30px auto;
}

.padTxt {
	padding: 15px 30px 30px 30px;
}

.pad12 {
	padding: 0px 12px 18px 12px
}

.padSub {
	padding: 0px 10px 18px 20px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.photoR {
	float: right;
	margin: 9px 0px 9px 10px;
	padding: 9px;
	border: 1px solid #1E324A;
}

/* Form */

form {
	margin-top: 30px;
}

legend {
	font: italic 18px/1em Georgia, Times New Roman, Times, serif;
	color: #20384D;
	margin-bottom: 15px;
}

label {
	width: 120px;
	padding: 5px 10px 5px 10px;
}

input {
	width: 180px;
}

input.submit {
	width: auto;
}

fieldset {
	padding-bottom: 20px;
}

td {
	vertical-align: top;
	padding: 5px 0px 5px 30px;
}