html {	
	height: 100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	height: 100%;
	margin:0; 
	padding:0;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

/****************** Layout Styles *****************************************/

#container {
	width: 800px;
	height: 100%;
	margin:auto;
	text-align:left;
}

#logo {
	width: 150px;
	height: 110px;
	text-align:center;
	background-image: url(logo_background.gif);
	background-repeat: no-repeat;
}

#scroller {
	width: 648px;
	height: 19px;
	padding-left:1px;
	padding-right:1px;
	padding-top:2px;
	padding-bottom:0px;
	border-bottom: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-color: #6BA358;
	background-position: right;
}

#marqueetext {
	font-size: 10px;
	color: #FFFFFF;
	background: #6BA358;
	vertical-align: bottom;
	border:0px;
	width:100%;
	cursor:pointer;
}

#banner {
	height: 84px;
	padding:5px;
	vertical-align: bottom;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
}

.search_string, .search_submit {
	/*border:1px solid #ffffff;
	background:#6BA358;
	vertical-align: middle;
	color:#ffffff;*/
	font-size: 10px;
	height: 18px;
}

.search_string {
	width: 130px;
}

/****************** Menu Styles *****************************************/
#menubar {
	width: 150px;
	vertical-align: top;
	padding:0px;
	margin:0px;
	background-color: E58C48;
	background-image: url(borderpic_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menuborder_t {
	background-image: url(menuborder_tl.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	font-size: 0px;
	background-position: left left;
}
.menuborder_b {
	background-image: url(menuborder_b.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	font-size: 0px;
	background-position: left left;
}

.menuborder_l {
	background-image: url(menuborder_l.gif);
	background-repeat: repeat-y;
	width: 20px;
	padding:0px;
	margin:0px;
}

#menu {
	width: 130px;
	font-size: 10.5px;
	background-color: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li { 
	margin: 0; 
}

#menu a {
	display: block;
	color:#ffffff;
	background-color: #6BA358;
	padding: 2px;
	border-bottom: 1px solid #fff;
}

#menu li li a {
	background-color: #7CB867;
	padding-left: 10px;
}

.menu-current {
	font-weight: bold;
}

.menu-child {
	font-weight: normal;
}

#submenu {
	margin-top:10px;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li { 
	margin: 0; 
}

#submenu a {
	display: block;
	color:#ffffff;
	background-color: #6BA358;
	padding: 2px;
	border-bottom: 1px solid #fff;
}

#counter {
	font-size: 9px;
	padding: 18px;
	text-align: center;
}

#content {
	padding: 20px;
	width: 490px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#sidebar {
	width: 148px;
	vertical-align: top;
	padding-bottom:15px;
	padding-right:2px;
	background-color: #FFFFFF;

}

#footer {
	background-color: 6BA358;
	text-align: center;
	font-size: 10px;
	height: 16px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

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

.box{
	width:100%;
	margin-top: 15px;
}

.box_tl {
	font-size: 0px;
	background-image: url(box_tl.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 6px;
	background-color: #6BA358;
}

.box_tr {
	font-size: 0px;
	background-image: url(box_tr.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 6px;
	background-color: #6BA358;
}

.box_header {
	height: 14px;
	background-color: #6BA358;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

.box_content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6BA358;
	border-right-color: #6BA358;
	border-bottom-color: #6BA358;
	border-left-color: #6BA358;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
