body {
  background-color: #ffffff;
}
body,td {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  color: black;
  font-size: 12px;
}
input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: black;
	font-weight: none;
	border: 1px solid lightgray;
	background-color: white;
}
a:link,a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:active {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
}
/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#71A70B;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#81C00C;
	color:#fff;
	text-decoration:none;
}
/***** Footer *****/

#footer
{
	background:#71A70B;
	clear:both;
	color:#fff;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}
#navbar {
	background: #376B9D url(http://194.110.67.153/~rkav/images/navbar.gif);
	width: 880px;
	height: 28px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #E3F72A;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #206024;
	border-bottom: 1px solid #206024;
	}
	

	
#navbarleft {
	width: 825px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
#navbarright {
	width: 90px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 7px 0px 6px 0px;
	border-right: 1px solid #206024;
	}
	
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a, #navbar ul li a:visited {
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	color: #E3F72A;
	margin: 0px -3px 0px 0px;
	padding: 7px 19px 6px 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #206024;
	border-left: 1px solid #206024;
	}

#navbar ul li a:hover {
	background: #206024;
	color: #E3F72A;
	margin: 0px -3px 0px 0px;
	padding: 8px 19px 6px 17px;
	text-decoration: none;
	border-right: 1px solid #206024;
	}
	
.current_page_item a, .current_page_item a:hover {
    background: #E3F72A !important;
    color: #206024 !important;
    }