html {
	overflow-y:scroll;
}
body, html {
	background:url(../images/graphics/background_gradient.jpg) repeat-x #ccf;
	font-family:Arial, Helvetica, sans-serif !important ;
}

/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
	border:1px solid #666;
}
.Highlight {
	color:#F60;
}

h1 {
	margin:0 0 10px 0 !important ;
}

h2, h3, h4, h5, h6 {
	margin:10px 0 !important ;
}
.ticker_header {
	font-size:1.3em;
	font-weight:bold;
	color:#003366;
	margin:5px;
}
p {
	margin:10px 10px !important ;
}

/* HEADER STYLES */
.header {
	background:url(../images/graphics/header_background.jpg);
	color:#666;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
	width:200px;
}
.header_right {
	float:right;
	text-align:right;
	margin:50px 10px 0 0;
	background:#fff;
	border:1px solid #666;
	padding:5px;
}
.header_center {
	text-align:center;
}
.header, .header_left {
	height:120px;
}
.phone_heading {color:#003399; font-size:20px; font-weight:bold;}
.email_heading a {color:#666; font-size:12px; text-decoration:overline;}
.email_heading a:hover {color:#0066cc; font-size:12px; text-decoration:overline;}
.footer_right a {color:#fff; font-size:12px; text-decoration:none;}
.footer_right a:hover {color:#000; font-size:12px; text-decoration:none;}

/* NAV STYLES */
.nav {
	background:#C00;
	clear:both;
	text-align:center;
	line-height :22px;
}
.nav, .nav a {
	color:#FFF;
}

/* BODYMAIN HOME STYLES */
.bodymain_left_home {
	text-align:left;
	background:#999;
	float:left;
	width:200px;
}
.bodymain_right_home {
	text-align:right;
	background:#999;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center_home {
	text-align:center;
	z-index:-1000;
}

/* BODYMAIN STYLES */
.bodymain {
	background:#fff;
}
.bodymain_left {
	text-align:left;
	background:#999;
	float:left;
	width:200px;
	display:none;
}
.bodymain_right {
	text-align:right;
	background:#999;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center {
	text-align:left;
	padding:10px 10px 1px 10px;
	z-index:-1000;
}
.bodymain_center_thankyou { /* Thankyou Page Settings */
	text-align:center;
	padding:180px 10px 1px 10px;
	z-index:-1000;
}
.bodymain, .bodymain_left, .bodymain_right {
	min-height:420px;
}

.hoz_line {
	border-top:1px dotted #ccc;
	margin:0 0 10px 0;
}

/* FOOTER STYLES */
.footer {
	background:#003366;
	clear:both;
	line-height:22px;
	padding: 0 5px;
}
.footer, .footer a {
	color:#FFF;
}
.footer_left {
	float:left;
	text-align:left;
	width:200px;
	display:none
}
.footer_right {
	float:right;
	text-align:right;
	width:200px;
}
.footer_center {
	text-align:left;
}

/* BULLET POINTS */
li {
	color: #003366;
}
li span {
	color: #666;
}


/* IMAGES */
.image_right {
	float:right;
	margin-left:10px;
}

.table_text {
	font-size:10px;
	text-align:center;
}
.box {
	border:2px solid #ccc;
}
.box2 {
	border:2px solid #ccc;
	margin:10px;
}
.red_text {
	color:#AE0000;
	font-weight:bold;
}
.blue_text {
	color:#003366;
}
.back_link {
	float:right;
	font-size:10px;
	font-weight:bold;
}
.form {
	background:#DEEDF8;
	width:400px;
	padding:10px;
	border:2px solid #ccc;
	margin:10px auto;
}
.form_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1px;
	color:#666;
}
.large_text {
	margin-left:10px;
	font-size:14px;
}