/* CSS Document */


body {
	background: url(../images/mainBG.gif) repeat-x #18466a top left;
	font-family: Verdana, Georgia, Times New Roman;
	font-size: 13px;
	color: #025252;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #062d3e;
	}

a:hover {
	color: #000066;
	}
	
	
#wrapper {
	width: 772px;
	text-align: left;
	position: relative;
	}
	
#header {
	margin: 21px 0 0;
	}
	
#main {
	width: 772px;
	margin: 8px 0 0;
	background: url(../images/pageBG.gif) top left repeat-y;
	min-height: 400px;
	}
	
#navPanel {
	width: 430px;
	height: 50px;
	position: absolute;
	top: 41px;
	left: 306px;
	text-align: right;
	}	
	
#content {
	padding: 10px 50px;
	}
	
#footer {
	margin: 0;
	padding: 10px 0;
	color: #636363;
	text-align: center;
	font-size: 9px;
	border-top: 8px solid #062d3e;
	}
	
#footer a {
	color: #777;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #04b60d;
	}
	
.headerLOGO {
	padding: 0 36px 0;
	}
	
.headerIMG {
	margin: 14px 0 0 28px;
	border-left: 8px solid #062d3e;
	border-right: 8px solid #062d3e;
	}
	
.navigation a {
	text-transform: uppercase;
	font-size: 11px;
	color: #565656;
	text-decoration: none;
	padding: 2px 3px 4px;
	border-right: 1px solid #999;	
	}
	
.navigation a:hover {
	background: url(../images/navBG.gif) bottom center no-repeat;
	color: #062d3e;
	}

.bodyText {
	line-height: 19px;
	}
	
.pageTitle {
	font-size: 28px;
	margin: 0 0 20px 0;
	text-align: right;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.fieldstyle, .mailingField, .mailingSubmit, .submit {
	background: #dadae3;
	border: 1px solid #B7B7CB;
	font-size: 11px;
	color: #363636;
	padding: 2px;
	}
	
.mailingSubmit {
	padding: 4px 3px 2px 3px;
	font-size: 8px;
	}
	
.mailingSubmit:hover, .submit:hover {
	background: #fff;
	}
	
.message {
	border: 2px dashed;
	padding: 10px;
	margin: 0 0 20px 0;
	}
	
.harmonyImage {
	padding: 2px;
	border: 1px solid #062d3e;
	}
	
.left {
	margin: 0 10px 7px 0;
	}
	
.right {
	margin: 0 0 10px 7px;
	}
	
.center {
	margin: 0 10px 7px;
	}		
