body{
	font-family: Arial, sans-serif;
	margin: 90px 0px 0px 0px;
}
.body{
	color: #9FA615;
	font-size: 12px;		
}
.title{
	color: #9FA615;
	font-size: 20px;	
}
#admin-header {	
	clear:both;	
	margin: 0px 0px 0px 0px;	
	background-color: #09347a;	
	text-transform: uppercase;	
	line-height: 30px;	
	height: 30px;		
	width: 720px;
	color: #FFFFFF;
	z-index: 100;
}
#admin-header ul {		
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
	list-style: none;	
	font-weight: bold;			
	font-size: 10px;
	z-index: 100;
}	
#admin-header li {	
	float: left;		
	white-space: nowrap;	
}
#admin-header li a {	
	display: block;	
	padding: 0px 11px 0px 11px;			
	background-color: #09347a;		
	text-decoration: none;	
	color: #FFFFFF;		
}
#admin-header a:hover {		
	background-color: #B5111A;				
	text-transform: uppercase;	
	text-decoration: none;	
	color: #ffffff;	
}
#admin-header li ul { /* second-level lists */
	position: absolute;
	background: #333333;
	border: none;
	border-bottom: 0;
	width: 100px;
	color: #333333;
	height: auto;
	line-height: 22px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	
}
#admin-header li ul li a {	
	display: block;	
	padding: 0px 9px 0px 9px;			
	background-color: #cccccc;		
	text-decoration: none;	
	color: #09347a;	
	width: 100px;
	text-align: left;	
}
#admin-header li:hover ul ul, #admin-header li:hover ul ul ul, #admin-header li.sfhover ul ul, #admin-header li.sfhover ul ul ul {
	left: -999em;
}
#admin-header li:hover ul, #admin-header li li:hover ul, #admin-header li li li:hover ul, #admin-header li.sfhover ul, #admin-header li li.sfhover ul, #admin-header li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#admin-header .selected {	
	padding: 0px 5px 0px 3px;	
	background-color: #000000;	
	color: #FFFFFF;
}
.blackWhite{			
	background-color: #333333;	
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.blackWhite a{			
	background-color: #333333;	
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.blackWhite a:hover{			
	background-color: #333333;	
	text-decoration: underline;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.message{	
	background-color: #E2F9E3;	
	border-top: 1px solid #99CC99;	
	border-bottom: 1px solid #99CC99;	
	color: #000000;	font-size: 12px;	
	font-weight: bold;
}
.error{	
	background-color: #CC0000;	
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;	
	color: #FFFFFF;	font-size: 12px;	
	font-weight: bold;
}

.footer{
	color: #9FA615;;
	font-size: 10px;
	padding: 7px;
}
.footer a{
	text-decoration: underline;
	color: #9FA615;
	font-size: 10px;
}
.footer a:hover{
	text-decoration: none;
}
.home_nav {	
	list-style: none;	
	clear: both;	
	text-align: center;	
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.home_nav li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
.home_nav li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
.logo {
	color: #9FA615;
	font-size: 30px;
	font-family: Verdana;
	padding: 10px 10px 7px 70px;
	border-top: 1px solid #9FA615;
	border-right: 1px solid #9FA615;
	border-bottom: 1px solid #9FA615;
}
#site_nav ul{	
	list-style: none;	
	clear: both;	
	text-align: center;	
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #9FA615;
}
#site_nav ul li a{
	float: left;		
	white-space: nowrap;
	display: block;
	color: #9FA615;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #9FA615;
}
#site_nav ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.left_arrow{
	position: relative;
	top: 380px;
	left: 0px;
	text-align: center;
	background-color: #000000;
	width: 40px;
	padding: 3px;
}
.right_arrow{
	position: relative;
	top: 355px;
	left: 310px;
	text-align: center;
	background-color: #000000;
	width: 40px;
	padding: 3px;
}