body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #000; 
	background: #FFF;
	line-height: 15px; 
}

a {
	color: #000;
	background-color: inherit;
}

a:hover {
	color: #96B831;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #000; 
	background-color: inherit;
	
}

h2 a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 780px; 
	border: 2px solid #BDCE48;
}

.header { 
	height: 180px; 
	margin: 0px 0 2px 0; 
	padding: 20px 0 0 5px;
	background: #FFF url(images/header.jpg) repeat-x bottom left;
	color: #000;
}
	
.menu {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.menu_left {
	line-height: 28px;
	width: 193px;
	background: #BDCE48;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.menu_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.menu_right {
	background: #96B831;
	color: #BDCE48;
	line-height: 28px;
	
	float: right;
	width: 574px;
	
}

.menu_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #000;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.menu_right a:hover {
	background: #BDCE48;
	border-top: 1px solid #96B831;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 560px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #FFF; 
	border-left: 1px solid #000;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 250px;
	padding: 13px;
	background: #BDCE48;
	color: #000;
}

.right_right {
	float: right;
	width: 250px;
	padding: 13px;
	background: #BDCE48;
	color: #000;
}

.footer { 
	clear: both; 
	color: #000; 
	background-color: #FFF;
	padding: 10px 0 10px 0; 
	border-top: 2px solid #BDCE48; 
	text-align: center;  
	line-height: 8px;
}

.footer a { 
	text-decoration: underline; 
}