@charset "utf-8";
/* CSS Document */

html {
	height: 100%; 
	margin-bottom: 1px;
	}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	

body {
	background: #edecde;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}	


a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}



h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #83ac00;
	background: url(/img/textheader.gif) no-repeat top left;
	height: 27px;
	padding: 0px 10px 0px 30px;
	}
	
h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #63666f;
	border-left: 3px solid #9296a4;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
	
h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #83ac00;
	padding: 0px;
	margin: 0px;
	}
	
#sitewrap {
	margin: 0px auto;
	width: 594px;
	padding: 0px 3px 0px 3px;
	background: white;
}

#header {
	clear: both;
	width: 594px;
	height: 100px;
	background: url(/img/header_bg.gif) repeat-x;
}


#menu {
	width: 594px;
	height: 87px;
	background: url(/img/menu_bg.gif) repeat-x;
}

#menu a#start {
	float:right;
	width: 48px;
	height: 13px;
	margin: 13px 18px 0px 0px;
	background: url(/img/btn_start.gif) no-repeat;
}

#menu_btn{
	width: 570px;
	float: left;
	margin: 34px 0px 0px 16px; 
}

#menu_btn a {
	float: left;
	height: 19px;
	font-size: 14px;
	padding: 5px 25px 0px 5px;
	margin: 0px 3px 0px 0px;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background: url(/img/btn_bg.gif) right no-repeat;
	text-decoration: none;
}

#menu_btn a:hover {
	color: white;
	background: url(/img/btn_bg_curr.gif) right no-repeat;
	border-bottom: 3px solid #7e9e1a;
}

#menu_btn a#current {
	color: white;
	background: url(/img/btn_bg_curr.gif) right no-repeat;
	border-bottom: 3px solid #7e9e1a;
}


#main {
	clear: both;
	background: white;
	width: 574px;
	padding: 10px;
	
}

#content {
	float: left;
	width: 320px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#footer {
	clear: both;
	width: 574px;
	height: 50px;
	padding: 10px 0px 0px 20px;
	background: url(/img/footer_bg.gif) repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/*** FORMS ***/

.textinput {
	width: 320px;
	height: 12px;
	padding: 1px;
	border: 1px dashed #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.textarea {
	width: 320px;
	height: 100px;
	padding: 1px;
	border: 1px dashed #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.submit {
	float:right;
}


