html {
	background:url(../images/main_bg.gif) center repeat-y;
	}

body{
	margin:0;
	background:url(../images/main_bg02.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
img{
   border-style: none;
    }
	
h1 {
	font-size:12pt;
	color:#006096;
	margin-top:0;
	}
	
h2 {
	font-size:10pt;
	color:#006096;
	margin-top:0;
	}
	
h3 {
	font-size:10pt;
	color:#FFFFFF;
	padding-top: 8px;
	}
	
.red {
	color:#FF0000;
	}
	
.blue {
	color:#006096;
	}

a {
	color:#006096;
	text-decoration:underline;
	}

a:hover {
	color:#003366;
	text-decoration:none;
	}

div#flashTop {
	background-color:#006096;
	width:800px;
	height:132px;
	}

div#flashGal {
	background-color:#015a9e;
	width:267px;
	height:180px;
	}
	
div#flashGal2 {
	background-color:#FFFFFF;
	width:513px;
	height:360px;
	}

/**	
div#spacerTop {
	background-color:#FFFFFF;
	width:800px;
	height:10px;
	}

div#spacerTop2 {
	background-color:#FFFFFF;
	width:267px;
	height:10px;
	}
**/

div#content {
	background:url(../images/content_bg_grad.jpg) center top repeat-x;
	padding:10px;
	margin-left:267px;
	}

div#phone {
	margin-top:15px;
	width:267px;
	}
	
div#socialHeader h1 {
	font-size:12pt;
	color:#FFF;
	margin-top:5;
	}		
	
div#social {
	margin-top:5px;
	width:267px;
	padding-left: 35px;
	}
	
div#social a {
	color:#FFF;
	text-decoration:none;
	}
	
div#social a:hover {
	color:#fff002;
	text-decoration:none;
	}
		
div#rate_request {
	margin-top:15px;
	width:267px;
	}
	
div#left {
	width:267px;
	float:left;
	}
	
#bottomNav {
	font-size:8pt;
	padding-top:60px;
	padding-bottom:15px;
	}

div#customBox {
	width:227px;
	padding: 15px 20px 15px 20px;
	background:url(../images/customBox_bg.gif) center repeat-y;
	}

div#customBoxTop {
	margin-top:20px;
	width:267px;
	height:25px;
	background:url(../images/customBox_top.gif);
	}

div#customBoxBottom {
	width:267px;
	height:11px;
	background:url(../images/customBox_bottom.gif);
	margin-bottom:20px;
	}

div#wrapper {
	margin:0 auto;
	width:800px;
	z-index:100;
	}

/** FORMS **/

table.form {
	margin-bottom:15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.form td, table.form th {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

td.title {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

td.value {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#CCCCCC;
	}

.link_header {
	font-size:8pt;
	color:#999999;
	margin-bottom:5px;
	}
	
th.form{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size:9pt;
	background-color:#C7DCFF;
	}

