/* CSS Document */
body{
	font: 76% verdana;
	margin-top: 10px;
	margin-bottom: 10px; 
	background: #D2D2D2;
}

.h1{
    color: #004D86;
    font-size: 17px;
    font-weight: bold
}

.h2{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline
}

.h3{
    color: #000000;
    font-size: 11px;
    font-weight: bold
}

.h4{
    color: #36ADA2;
    font-size: 12px;
    font-weight: bold
}

.h5{
    color: #36ADA2;
    font-size: 15px;
    font-weight: bold
}

a:link, a:visited {
	color: #36ADA2;
	text-decoration:none
	}
	
a:hover {
	color: #004D86;
	text-decoration:underline
	}	

.anchors
{
    font-size: 90%;
    font-weight: bold
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
}

#container {
	width: 990px;
	background: url('bgimage.jpg') repeat;
	float: right;
}

#header {
	margin: 0 0 0 0;
	height: 183px;
	width: 990px;
	z-index:100;
	background: url('header.jpg');	
	float: left;
}

#photo {
    float: right;
    margin-right: 20px;
	width: 203px;
	height: 263px;
	z-index:1000;
	margin-top: 10px;
}

#headerdate {
	width: 750px;
	text-align: right;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-top: 33px;
    float: left;
}

#headeraddress {
	width: 635px;
	text-align: right;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #004D86;
    line-height: 22px;
    float: left;
    margin-top: 40px;
}

#navigation {
	float: left;
	width: 200px;
}

#rtside {
	float: right;
	width: 175px;
	margin-top: 95px;
	margin-bottom: 15px;

}

#rtsidetext {
    font-size: 10px;
}
	

#rtsidetext a {
    text-decoration: none;
    font-size: 12px;
    color: #004D86;
    font-weight: bold;
}

#rtsidetext a:hover {
    text-decoration: underline;
}

#content { 
	float: left;
	width: 62%;
	background:url(righttopstate.jpg) right top no-repeat;
	z-index:125;
}

#content p 
{
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

table.calc {
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 540px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
   	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.calc th {
    border-bottom: 1px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

table.calc td {
	border-bottom: 1px solid #9CF;
    border-top: 0px;
    border-left: 1px solid #9CF;
    border-right: 0px;
    text-align: left;
    text-indent: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
} 

table.rates {
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    color: #404040;
    width: 540px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
   	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.rates th {
    border-bottom: 1px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

table.rates td {
	border-bottom: 1px solid #9CF;
    border-top: 0px;
    border-left: 1px solid #9CF;
    border-right: 0px;
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    width: 180px;
} 

#footer {
    border-top: solid 1px #B2B2B2;
    font-size: 10px;
    font-weight: bold; 
    float: left;
    width: 615px;       
}

#footer a {
    color: #004D86;
    text-decoration: none; 
}

#footer a:hover {
    text-decoration: underline; 
}

#maincontent  
{
    float: left;
	min-height: 500px;
}