/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.1
	These styles need to be placed at the top of the style sheet
*/

ul.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
ul.menu li a {
	display: block;
}
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
ul.submenu li a {}
li.topfix {}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; }
* html ul.menu li a { height: 1%; }
/* End */

a.menu {
	position: absolute;
	visibility: hide;
}

/* 	===================== End Drop Down Menu Styles ===================== */

a.MainNav:visited, a.MainNav:link { 
	color: #ffffff; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
a.MainNav:hover { 
	color: #345701; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
a.MainNavActive:visited, a.MainNavActive:link, a.MainNavActive:hover { 
	color: #345701; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}


a.subnav:visited, a.subnav:link { 
	color: #4e7b0e; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
a.subnav:hover { 
	color: #333333; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
a.subnavActive:visited, a.subnavActive:link, a.subnavActive:hover { 
	color: #333333; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
td.subnav {
	padding: 7px 0px 7px 5px;
}


a.subnav2:visited, a.subnav2:link { 
	color: #666666; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
a.subnav2:hover { 
	color: #333333; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
a.subnav2Active:visited, a.subnav2Active:link, a.subnav2Active:hover { 
	color: #333333; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
td.subnav2 {
	padding: 3px 0px 3px 10px;
}

.FinePrint {
	font-family: Arial; 
	font-size: 10px; 
	color: #71953d;
}
a.FinePrint:visited, a.FinePrint:link { 
	font-family: Arial; 
	font-size: 10px; 
	color: #71953d;
}
a.FinePrint:hover { 
	font-family: Arial; 
	font-size: 10px; 
	color: #333333;
}

.Title {
	font-family: Myriad, Arial;
	font-size: 12px;
	color: #ffffff;
}

.MainBodySmallRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}
.MainBodyBoldRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}

body {
	background-repeat: repeat-x;
}

#subnavTableLeft {
	background-repeat: no-repeat;
	background-position: bottom left;
}
#subnavTableMid {
	background-repeat: repeat-x;
	background-position: bottom;
}
#subnavTableRight {
	background-repeat: no-repeat;
	background-position: bottom right;
}
#rightside {
	background-repeat: no-repeat;
	background-position: bottom;
}
