@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

a {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}

h1{
	color: #78b140;	
	padding-bottom:20px;
}

h2{
	color: #78b140;	
	padding-bottom:20px;
}


#wrap {
	margin: 0 auto;
	width: 943px;
}
#header {
	height: 85px;
	background:   url(images/header.jpg) no-repeat;
}
#menu {
	height: 30px;
	line-height: 30px;
	background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
	list-style-type: none;
	padding-left: 30px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}
#menu ul li a:hover {
	color: #000;
	text-decoration: none;
}
#content {
	background: #e1f2d0 url(images/bg.jpg) repeat-y;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
}
#footer {
	background: #e1f2d0 url(images/bg.jpg) repeat-y;
	padding-top:80px;
	padding-left:30px;
	padding-right:30px;
	font-size:10px; 
}

#browse_filter {
		font-size:10px; 
		padding-bottom:10px;
}



.frm label {
	float:left;
	width:100px;
	text-align:right;
	padding-right: 2px;
}

.frm-item {
	padding:4px;	
}

#intro {
	display:none;
}

.warning {
	font-weight: bold;
	color: #F00;
}

