body {
	margin:0;
	padding:0;
	background-color:#006891;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_white.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-size:11px;
}

#main_page {
	/*background-image:url(../images/bg_white.jpg);
	background-position:top center;
	background-repeat:repeat-y;*/
	width:999px;
}


#top {
	background-image:url(../images/top_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:963px;
	height:40px;
	margin:0;
	padding:0;
}

#top_text {
	font-size:11px;
	color:#006891;
	font-weight:normal;
	text-align:right;
	padding-right:19px;
	padding-top:5px;
}

#menu_bg {
	background-image:url(../images/menu_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	height:35px;
	width:925px;
}

#menu_text {
	font-size:11px;
	color:white;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding-top:9px;
}

#menu_text a{
	font-size:11px;
	color:white;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

#menu_text a:hover{
	color:#A0E0FF;
}

#form_bg {
	background-image:url(../images/form_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:249px;
	height:278px;
}

.text_field {
	font-family:Arial, Helvetica, sans-serif;
	width:140px;
	font-size:11px;
	font-weight:normal;
	background-color:#0072A2;
	border:1px solid #005476;
	color:#A0E0FF;
	padding:4px;
}

#right_panel_links a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}

#right_panel_links a:hover{
	color:#006891;
}

#text {
	font-size:12px;
	color:#006891;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
}

#text_gray {
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
/*	border:2px solid #CCCCCC;*/
}

.text_gray {
	font-size:12px;
	color:#666;
	font-weight:normal;
	/*text-align:left;*/
	line-height:1.5;
}

#heading {
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
}

.heading {
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
	border-top:2px solid #CCC; 
	border-bottom:2px solid #CCC;
	margin-bottom:5px;
}


#phone {
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#text_footer {
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:center;
	line-height:1.5;
}

#text_footer a{
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:center;
	line-height:1.5;
	text-decoration:none;
}

#text_footer a:hover{
	color:#006891;
}