﻿body
{
    background: #000000; 
    text-align:center; 
    height:820px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    margin: 0px; 
    padding: 0px;
}

a:link {color: #2c3651;}
a:visited {color: #1f5b8b;}
a:hover {color: #2c3651;}
a:active {color: #2c3651;}

h1
{
    font: verdana;
    color: #4E7FB9;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
}
/* Form Styles */

#InsuranceForm {
	font-family: verdana;
    width: 250px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	border: 1px solid #4E7FB9;
	background-color:ThreeDFace;
	color: #4E7FB9;
	clear:left;
}

#InsuranceForm label {
	margin-bottom: 5px;
	margin-right: 15px;
}

#InsuranceForm h1
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #488FCC;
}

#InsuranceForm .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:90px;
}

#InsuranceForm .ErrorLabel
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	display: block;
}

#InsuranceForm td
{
	vertical-align: middle;
	padding:0px;
}

#footer
{
    text-align:center;
    color: #488FCC;
}

#footer
{
    text-align:center;
    font-size: 10px;
    color: #488FCC;
    text-decoration: none;
}
 
#footer a:link {color: #488FCC; text-decoration: none;}
#footer a:visited {color: #488FCC; text-decoration: none;}
#footer a:hover {color: #488FCC; font-weight: bold;}
#footer a:active {color: #488FCC; text-decoration: none;}

.spacer{clear:both; height:1px;}

.Label
{
	display:block;
	font-weight:bold;
	text-align:right;
	width:90px;
	float:left;
}

.Input {
    margin-bottom: 5px;
    border: 1px inset #C0C0C0;
    font-size: 11px;
}

.h4Back
{
    text-align:center;
    font-weight:bold;
    font-size:16px;
    color:White;
	padding: 0px;
    background-color: #4E7FB9;
    height: 24px;
    margin-bottom:4px;
    padding-bottom:4px;
}
.InsuranceBox {
	font-family: verdana;
    width: 250px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	border: 1px solid #4E7FB9;
	background-color:ThreeDFace;
	clear:left;
}
.SideBanner {
	width: 128px;
	height: 49px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.ContactUsBox {
	font-family: verdana;
    width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	border: 1px solid #4E7FB9;
	background-color:ThreeDFace;
	clear:left;
}