/* CSS Document */

/* GLOBAL */
body{
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
}
body, td, p{
	font: 12px Verdana,Arial,sans-serif;
}
p{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 20px;
}
a{
	color: #6F2931;
}
h1, h1 a{
	text-decoration: none;
	font-size: 16px;
	color: #6F2931;
	margin-bottom: 5px;
}
h2, h2 a{
	text-decoration: none;
	font-size: 14px;
	color: #6F2931;
	margin-bottom: 5px;
}
h3, h3 a{
	text-decoration: none;
	font-size: 12px;
	color: #6F2931;
	margin-bottom: 10px;
}
hr{
	margin: 10px 0;
	padding: 0;
	border: 0;
	height: 1px;
	border-top: 1px solid #E5E5E5;
}
a.button{
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	padding: 0 10px;
	background: #8B9C33 url(images/bg_nav.gif);
}
a.button:hover{
	background: url(images/bg_nav_over.gif);
}
/* NAVIGATION */
#nav a{
	display: block;
}
#nav a:hover{
	background: url(images/bg_nav_over.gif);
}
.menuActuator a { 
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.menu{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	background-color: #8B9C33;
	layer-background-color:#8B9C33;
}
.menu a{
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding: 4px 10px;
	border-bottom: 1px solid #718022;
	border-top: 1px solid #A8B640;
}
.menu a:hover{
	background: #A8B640;
}
/* SUBNAV */
#subnav td{
	border-bottom: 1px solid #F0E9C7;
}
#subnav td a{
	padding: 4px 10px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	color: #718022;
	font-size: 11px;
}
#subnav td a strong{
	color: #718022;
}
#subnav td a.selected, #subnav td a.selected strong{
	color: #FFF !important;
	background: #8B9C33 url(images/bg_subnav.gif) repeat-x;
}
#subnav td a:hover{
	text-decoration: underline;
}
/* FOOTER */
#footer td a, #footer td p{
	color: #6F2931;
	font-size: 10px;
}