/* BEGIN TOP MENU */
 #top_menu
{
margin: 0;
padding: 0 0 0 12px;
}

#top_menu UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#top_menu LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#top_menu A
{
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #644800;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF9EA;
}

#top_menu A:hover, #top_menu A:active { background: #FFEEBF; }

#top_menu A.active:link, #top_menu A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

/* END TOP MENU */

body {
	background-color: #FFF9EA;
	font-family: Arial, Helvetica, sans-serif;
	color: #664A00;
	font-size: 11px;
}
.footer, .footer a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #035BBC;
	padding: 5px;
	margin: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE6A4;
}
p {
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
}
h2 {
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	padding-left: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	padding-left: 15px;
}

hr {
	font-size: 1px;
	width: 80%;
	border: 1px solid #FFEDA6;
}

