body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size:12px;
	background: #fff url(../images/background.jpg) no-repeat;
		}

	
#top {
	margin: 7px 0px 9px 11px;
	background-color: #fff;
}

#menu {
	margin: 0px;
	background: url(../images/menuback.gif) repeat-x;
	padding: 7px 0px 4px 15px;
	height: 30px;
	width: 790px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 775px;
	}



html>body #menu {
	width: 775px; /* ie5win fudge ends */
	}




ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: white;
	text-decoration: none;
}



#nav li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0;
	}

#nav li li a:hover {
	padding: 0;
	color:black;
	background-color:transparent;
}

li {
	float: left;
	position: relative;

	text-align: left;
	cursor: default;
	background-color: transparent;
}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}	

	
	
	


	
	

#left_column {
	position: absolute;
	top: 116px;
	left: 0px;
	margin:23px;
	width: 206px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 206px;
	}
	
html>body #left_column {
	width: 206px; /* ie5win fudge ends */
	}
	
#main_content {
	position: absolute;
	top: 188px;
	left: 245px;
	margin: 40px;
	width: 461px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 461px;
	}
	
html>body #main_content {
	width: 461x; /* ie5win fudge ends */
	}
	
.verdana10 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size:10px;
}
	
.menucontrols {
	float: left;
	padding: 0;
	border-bottom: 1px dotted #999;
	}

.menucontrols a {
	background: #FFFFFF url(../images/block.gif) no-repeat 10px 10px;
	width: 167px;
	text-align: left;
	border-top: 1px dotted #999;
	display: block;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 10px 5px 23px;
	text-decoration: none;
}



.menucontrols a:hover {
	background: #E0F8DA url(../images/block.gif) no-repeat 10px 10px;
	font-weight: bold;
}

#baseline {
	margin: 700px 0px 9px 0px;
}
#baseline2 {
	margin: 920px 0px 9px 0px;
}
h2 {
	background-color: #228e09;
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	padding: 3px;
}

img.left {
	float: left;
	border: #228E09 solid 2px;
	background-color: white;
	padding: 1px;
	margin: 5px;
}

img.right {
	float: right;
	border: #228E09 solid 2px;
	background-color: white;
	padding: 1px;
	margin: 5px;
}

a.green:link, a.green:active, a.green:visited {
	color: #228E09;
	background-color: white;
	}

a.green:hover {
	background-color: #9BEC88;
}

INPUT {
	background-color: #EBFEE7;
	border: #238E0A solid 1px;
	width: 170px;
	height: 19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	background-color: #EBFEE7;
	border: #238E0A solid 1px;
	width: 170px;
	height: 125px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alert {
	color: red;
}