@charset "UTF-8";

html, body {
	min-width:776px;
}

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999999;
	margin: 0px; 
	padding: 0px;
	background:#79a7b0 url(images/bodyBG.jpg) no-repeat top center;
}

#main { 
	width: 776px;
	margin: 0px auto;
} 

#content {
	padding:5px 0px 0px 0px;
	margin:0px;
	background:#fff url(images/mainTopBG.jpg) no-repeat top left;
	/* ie6 min-height hack */
	min-height:450px;
	height:auto !important;
	height:450px; 
	/* end ie6 min-height hack */
}

#header { 
	margin:0px;
	padding:0px;
	height:99px;
} 

#homelink {
	display:block;
	position:absolute;
	top:10px;
	height:80px;
	width:250px;
}

#homelink h1 {
	margin: 0px;
	display:none;
}

#left {
	display:inline;
	float: left;
	width: 229px;
	margin:0px;
/*	padding-top:55px;
*/}



#right h2, #left h2 {
	margin:0px;
}

#right { 
	margin: 0px 0px 0px 292px;
	padding: 0px 0px 0px 0px;
	
} 

#footer {
	color:#e5f1f2;
	padding:16px 30px 10px 70px;
	font-size:11px;
	margin:0px;
	height:25px;
	background:#79a7b0 url(images/footerBG.jpg) no-repeat top center;
}

#footer p {
	margin:0px;
} 

#footer a {
	text-decoration:none;
	color:#e5f1f2;
}


#copyright {
	position:relative;
	top:-13px;
	display:inline;
	float:right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background:url(images/navBG.jpg) no-repeat top right;
	height:25px;
	width:495px;
	position:relative;
	top:74px;
	margin:0px;
	float:right;
	display:inline;
	list-style:none;
}

#nav li {
	text-align:center;
	font-size:11px;
	float:right;
	width:106px;
	height:25px;
}
#nav li a {
	text-decoration:none;
	color:#5f1919;
	font-weight:bold;
	display:block;
	padding-top:8px;
	width:106px;
	height:17px;
}
#nav li a:hover {
	color:#79a7b0;
}

#returnHome {
	display:block;
	font-size:10px!important;
	color:#78A7AF!important;
	text-decoration:none;
	padding:0px!important;
	margin:5px 0px 19px 18px!important;
/*	margin:0px 0px 5px 20px!important;
*/}

.formTable {
	margin:auto;
}
.formTable th {
	text-align:left;
}


.txtFields {
	width:345px;
}

.successMsg {
	font-weight:bold;
	color:#880000;
}