html {
	overflow-y:scroll;
}
body, html {
	background: url(../images/graphics/background.jpg) top #cccccc repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#030067;
}

h1, h2, h3, h4, h5, h6 {
	margin:16px;
}

p {
	margin:16px 26px 16px 26px;
	line-height: 20px;
}

a:hover {
	color:#FF0000;
}



/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background:#fff url(../images/graphics/banner.png) left top no-repeat;
	height:180px;
}
.header, .header a {
	color:#000;
}
.header_left {
	float:left;
	text-align:left;
	vertical-align:middle;
	display:none;
}
.header_right {
	float:right;
	text-align:right;
	margin-right:17px;
	padding-top:50px;
	font-weight:bold;
	
}
.header_center {
	text-align:center;
	padding-top:25px;
	margin-left:10px;
	display:none;
}
.header, .header_left, .header_right {
}

/* NAV STYLES */
.nav {
	clear:both;
	line-height:0px;
}
.nav, .nav a {
	color:#FFF;
}

.nav_left {

}

/* BODYMAIN STYLES */
.bodymain {
	background:#fff;
	border-right:#1661D1 solid 10px;
}
.bodymain_left {
	text-align:left;
	float:left;
	width:180px;
	display:none;
}
.bodymain_right {
	text-align:left;
	float:right;
	width:539px;
	border-left:1px solid #ccc;
}
.bodymain_center {
	text-align:center;
	width:349px;
	border-left:1px solid #999;
}
.bodymain, .bodymain_left, .bodymain_right {
	height:430px;
}

/* MAIL SUBMIT BODYMAIN STYLES */
.mail_bodymain_left {
	text-align:left;
	float:left;
	width:180px;
	display:none;
}
.mail_bodymain_right {
	text-align:center;
	width:890px;
	height:430px;
	padding-top:1px;
	border-left:1px solid #999;
}
.mail_bodymain_center {
	text-align:center;
	width:350px;
	border-right:1px solid #ccc;
	display:none;
}


/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:30px;
	
}
.footer, .footer a {
	color:#FFF;
	font-size:11px;
}
.footer_left {
	background-color:#030067;
	float:left;
	text-align:left;
	width:680px;
	padding-left:10px;
}
.footer_right {
	background-color:#030067;
	float:right;
	text-align:right;
	width:200px;
	padding-right:10px;
}
.footer_center {
	text-align:center;
}



.afterfooter {
	padding-bottom:10px;
}

.address {
	color:#000066;
}

.phone_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.email_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666!important;
	text-decoration: overline!important;
}
a.email_header:hover {
	color:#666!important;
}

.large_red_text {
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
	
}

.scrolling_div {
	width:540px;
	height:430px;
	overflow-y:scroll;
}

.form {
	width:400px;
	padding:4px;
	border:2px solid #ccc;
	margin:10px auto;
	background-color: #CCCDFF;
}

.form2 {
	width:430px;
	padding:4px;
	border:2px solid #ccc;
	margin:10px auto;
	background-color: #CCCDFF;
}

.form3 {
	width:450px;
	padding:4px;
	border:2px solid #ccc;
	margin:10px auto;
	background-color: #CCCDFF;
}