body {
	background: #F8A300 url(images/common/bg.jpg) repeat-x;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	color: black;
	}
	

a:link {
	color: #005385;
	text-decoration: nderline;

}
a:visited {
	color: #005385;
	text-decoration: underline;

}
a:hover {  color: 407DBC;

}
a:active {
	color: #407DBC;
	text-decoration: nderline;

}	



.hometext {
	font-family : Arial, Verdana,  Sans Serif;
	font-size : 14px;
	font-weight: normal;
	color : #000000;
	line-height: 22px;
}


.hometext2 {
	font-family : Arial, Verdana, Sans Serif;
	font-size : 17px;
	font-weight: bold;
	color : #1F548A;
	line-height: 22px;
}

.hometext3 {
	font-family : Arial, Verdana, Sans Serif;
	font-size : 14px;
	font-weight: normal;
	color : #1F548A;
	line-height: 18px;
}


.body {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #000000;
	line-height: 17px;
}

.bodysmall {
	font-family : Verdana, Arial,  Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
	line-height: 15px;
}

.bold {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 13px;
	font-weight: bold;
	color : #F8A300;
	line-height: 17px;
}

.gold {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 12px;
	font-weight: bold;
	color : #F8A300;
	line-height: 17px;
}

.header {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 26px;
	font-weight: normal;
	color : #017AC6;
	line-height: 36px;
}

.subheader {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 16px;
	font-weight: bold;
	color : #A11E2B;
	line-height: 24px;
}

.reasonheader {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #A11E2B;
	line-height: 24px;
}

.nav {
	font-family : Arial, Verdana, Sans Serif;
	font-size : 12px;
	font-weight: bold;
	color : #000000;
	line-height: 15px;
}


.nav2 {
	font-family : Arial, Verdana, Sans Serif;
	font-size : 12px;
	font-weight: bold;
	color : #000000;
	line-height: 15px;
}




.footer {
	font-family :  Arial, Verdana, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
	line-height: 16px;
}

.footer2 {
	font-family :  Arial, Verdana, Sans Serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
	line-height: 18px;
}


	
#markermenu{
margin: 5px 0;
padding: 0;
width: auto;
border: 0px;
}



#markermenu  a{
background: white url(images/common/nav_dot_off.gif) no-repeat 1px center;
font-family : Arial, Verdana, Sans Serif;
font-size: 14px;
color: #407DBC;
text-decoration: none;
display: block;
font-weight: normal;
line-height: 16px;
width: auto;
padding: 0px 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
text-decoration: none;

}


* html .markermenu  a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: auto;
}

#markermenu  a:active{
color: #407DBC;
}

#markermenu  a:hover{
color: black;
background-color: #FFFFFF;
background-image: url(images/common/nav_dot_on.gif); /*onMouseover image change. Remove if none*/
}



#markermenu .current{
margin: 5px 0;
padding: 0;
width: auto;
border: 0px;
}

#markermenu .current  a{
background: white url(images/common/nav_dot_on.gif) no-repeat 1px center;
font-family : Arial, Verdana, Sans Serif;
font-size: 14px;
color: #000000;
text-decoration: none;
display: block;
font-weight: normal;
line-height: 16px;
width: auto;
padding: 0px 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
text-decoration: none;

}


* html .markermenu .current  a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: auto;
}

#markermenu .current  a:active{
color: #000000;
}

#markermenu .current  a:hover{
color: black;
background-color: #FFFFFF;
background-image: url(images/common/nav_dot_on.gif); /*onMouseover image change. Remove if none*/
}



