body {
	font-size:10px;
	font-family:Verdana;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
a:link {
	color: #A4A373;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #A4A373;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.style4 {
	color: #49A6D2;
	font-size: 14px;
	font-weight: bold;
}
.style6 {
	font-size: 10px;
	color: #000000;
}
.style8 {color: #333333; font-size: 10px; font-weight: bold; }

#centeredmenu {
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C5DCEA;
	font-size: 1.1em;
	font-weight: bold;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	display:block;
	color:#21200C;
	text-decoration:none;
	line-height:1.7em;
	background-color: #E1DFAE;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#centeredmenu ul li a:hover {
	color:#fff;
	background-color: #4DA5D5;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#000;
   background:#C5DCEA;
   font-weight:bold;
}


#minimenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C5DCEA;
	font-size: 1.1em;
	font-weight: bold;
}
#minimenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#minimenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#minimenu ul li a {
	display:block;
	color:#21200C;
	text-decoration:none;
	line-height:1.7em;
	background-color: #E1DFAE;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#minimenu ul li a:hover {
	color:#fff;
	background-color: #4DA5D5;
}
#minimenu ul li a.active,
#minimenu ul li a.active:hover {
   color:#000;
   background:#C5DCEA;
   font-weight:bold;
}
