body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	color: #7A3918;
}
h2 {
	font-size: 14px;
	margin: 0;
}

ul{
	margin-top: 0px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-image: url(images/bullet_sq_black.gif);
	list-style-type: square;
	padding-left: 5px;
	padding-top: 0px;
	line-height: 18px;
}
.listongray{
	list-style-image: url(images/bullet_sq_white.gif);
}
a:link,
a:visited{
	color: #935231;
	text-decoration:none;
	font-weight: bold;
}
a:hover,
a:visited:hover,
a:active{
	text-decoration:underline;
}


.leftwhiteborder{
	border-left: 2px solid #FFFFFF;
}
.bottomwhiteborder{
	border-bottom: 2px solid #FFFFFF;
}
.topwhiteborder{
	border-top: 2px solid #FFFFFF;
}

#mainNavigation td{
	border-bottom: 2px solid #FFFFFF;
}
#mainContent {
	padding: 28px 20px 20px 20px;
	font-size: 11px;
	line-height: 24px;
}
#mainContent p{
	margin: 0;
	margin-bottom: 2em;
}
.content{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.contentWhite{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.mapText{
	margin: 5px 10px;
	color: #FFFFFF;
	font-size: 11px;
}
.note{
	font-size: 9px;
	color: #666666;
	line-height: normal;
	font-weight: normal;	
}
.notebigger{
	font-size: 10px;
	color: #444444;
	line-height: normal;
	font-weight: normal;	
}
.txwhite{
	color: #FFFFFF;
}
.txRed{
	color: #DD0000;
}

/*------------Form------------*/

.input,
.inputw30,
.inputw80 {
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	border: 1px inset #666666;
	background-color: #EEEEEE;

}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset #666666;
	color: #663300;
	width: 200px;
	background-color: EEEEEE;
}

/*---------- Bottom ----------*/

.copyright{
	font-size: 9px;
	color: #666666;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: #000000;
	vertical-align:middle;
}
.copyright a:link,
.copyright a:visited{
	color: #666666;
	text-decoration:none;
	font-weight: normal;
}
.copyright a:hover,
.copyright a:visited:hover,
.copyright a:active{
	color: #999999;
	text-decoration:underline;
	font-weight: normal;
}