body {
	background: #2C2A1F;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	color: black;
	}
	

a:link {
	color: #407EC1;
	text-decoration: nderline;

}
a:visited {
	color: #407EC1;
	text-decoration: underline;

}
a:hover {  color: 14467D;

}
a:active {
	color: #14467D;
	text-decoration: nderline;

}	



.hometext {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 16px;
	font-weight: normal;
	color : #2C2A1F;
	line-height: 24px;
}


.hometext2 {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 14px;
	font-weight: normal;
	color : #2C2A1F;
	line-height: 24px;
}

.subhead {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 14px;
	font-weight: bold;
	color : #1360B5;
	line-height: 24px;
}

.caps {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 11px;
	font-weight: bold;
	color : #2C2A1F;
	line-height: 24px;
}

.body {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 14px;
	font-weight: normal;
	color : #000000;
	line-height: 22px;
}


.nav {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 12px;
	font-weight: normal;
	color : #000000;
	line-height: 24px;
}

.contact {
	font-family : Georgia, Times New Roman, Serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
	line-height: 32px;
}



.nav2 {
	font-family : Arial, Verdana, Sans Serif;
	font-size : 12px;
	font-weight: bold;
	color : #000000;
	line-height: 15px;
}




.footer {
	font-family :  Georgia, Times New Roman, Serif;
	font-size : 11px;
	font-weight: normal;
	color : #D1CEBB;
	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 : Georgia, Times New Roman, 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 : Georgia, Times New Roman, 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*/
}



