/* CSS Document */
body {
	font-family: "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 67.5%;
}

#contentMain h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #874B46;
	border-bottom: 1px #336666 solid;
}
#contentMain h1 {
	font-size: 1.5em;
	margin-top: 1.7em;
}
#contentMain h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	border: none;
}
#contentMain h3 {
	font-size: 1em;
	margin-top: .8em;
	border: none;
}
p, ul, ol{
	margin-top: 1em;
	font-size: 1.2em;
}

#contentMain ul{
	list-style-position: inside;
	list-style-type: square;
	margin-left: 1em;
}
#contentMain ol{
	list-style-position: inside;
	list-style-type: lower-latin;
	margin-left: 1em;
}
#contentMain ul li{
	line-height: 1.2em;
}
#contentMain blockquote{
	display: block;
	border: none;
	padding: 10px;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #183D41;
	text-align: center;
	line-height: 10px;
}
#footer a, a.current {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #183D41;
}
#footer a:hover {
	text-decoration:underline;
	color: #183D41;
}
.sideBox fieldset
{
	border: 1px solid #003300;
	display: block;
	padding: 0px 15px;
}

.sideBox fieldset legend
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #874B46;
}

#contentMain fieldset
{
	border: 1px solid #003300;
	display: block;
	padding: 0px 30px;
}

#contentMain fieldset legend
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #874B46;
}

