body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
basefont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #3366FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration: underline;
}
#header{
	height: 135px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #99E103;
}
.warp{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	height: 98px;
	display: block;
	position: relative;
	width: 990px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logo h1{
	float: left;
	width: 230px;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#logo h2{
	font-size: 11pt;
	line-height: 23px;
	color: #7F7B7A;
	font-weight: normal;
	margin: 10px;
	display: block;
	position: relative;
	float: left;
}
#menu {
	height: 37px;
	float: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menu ul {
	margin:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	padding-left: 0px;
	float: left;
	text-decoration: none;
	background-image: url(../images/menu-r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	display: block;
}
#menu a span {
	float:left;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/menu-l.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	display: block;
}	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;
}
    /* End IE5-Mac hack */
#menu a:hover {
	background-position:right -37px;
}
#menu a:hover span {
	color:#333333;
	background-position:left -37px;
	padding-top: 6px;
	line-height: 31px;
}
#menu a.active {
	background-position:right -37px;
}
#menu a.active span {
	color:#333333;
	background-position:left -37px;
	line-height: 31px;
	padding-top: 6px;
}
#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBE25E;
	border-right-color: #BBE25E;
	border-bottom-color: #BBE25E;
	border-left-color: #BBE25E;
	width: 1000px;
	font-size: 9pt;
	line-height: 25px;
	color: #7F7B7A;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}
#footer a{
	color: #7F7B7A;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}