/* CSS Document */


body {
	background: url(../images/BG.gif) repeat-x #c1caaa top left;
	font-family: Century Gothic, Trebuchet MS, Verdana;
	font-size: 13px;
	color: #363636;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #062d3e;
	}

a:hover {
	color: #000066;
	}
	
	
#wrapper {
	width: 772px;
	text-align: left;
	position: relative;
	}
	
#header {
	margin: 11px 0 0;
	background: url(../images/header.gif) no-repeat top left;
	height: 146px;
	width: 714px;	
	}
	
#main {
	width: 713px;
	}
	
#logo {
	width: 169px;
	height: 64px;
	position: absolute;
	top: 75px;
	left: 26px;
	}

	
#navPanel {
	width: 600px;
	height: 52px;
	position: absolute;
	top: 115px;
	left: 100px;
	text-align: right;
	}	
	
#content {
	padding: 10px 0 10px 14px;
	}
	
#footer {
	color: #666;
	text-align: center;
	font-size: 10px;
	letter-spacing: .02em;
	font-weight: bold;
	background: url(../images/footerBG.gif) no-repeat top left;
	width: 700px;
	min-height: 21px;
	margin: 0 0 0 14px;
	padding: 5px 0 0;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #222;
	}
	
#footer .light, #footer .light a {
	color: #e6ecd7;
	}
	
.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: 14px;
	letter-spacing: .04em;
	color: #fefefe;
	text-decoration: none;
	padding: 23px 5px 12px;
	margin: 0 4px;
	}
	
.navigation a:hover {
	color: #fff;
	background: url(../images/navHoverBG.gif) repeat-x top;		
	}

.bodyText {
	background:  url(../images/contentBottomCorners.gif) bottom left no-repeat #e6ecd7;
	width: 670px;
	min-height: 300px;	
	line-height: 25px;
	padding: 15px;
	}
	
.pageTitle {
	background: url(../images/contentTopCorners.gif) no-repeat top left;
	width: 685px;
	height: 39px;			
	font-size: 28px;
	color: #e6ecd7;
	text-align: right;
	text-transform: uppercase;
	padding: 3px 15px 0 0;
	}
	
.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;
	}		
