body {
	background-color: #EEEEEE;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: 0 none;
}
a {
	color: #0000AA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#site {
	width: 100%;
}
#left {
	width: 100%;
	height: 100%;
	color: white;
	background-color: black;
	min-height: 100%;
}
#content {
	min-width: 500px;
	float: left;
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
}


#menu {
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	float: left;
	padding: 5px;
	border: 1px solid black;
	margin-right: 5px;
}
.morehead {
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 3px;
	padding-left: 10px;
}
.menulink {
	padding-left: 15px;
	margin-top: 2px;
}
.menulink2 {
	padding-left: 24px;
	margin-top: 2px;
}
.menulink3 {
	padding-left: 36px;
	margin-top: 2px;
}
.head {
	background-color: black;
	color: white;
	padding: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.list_head {
	color: black;
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.list_item {
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dashed gray;
}
.list_row {
	border-bottom: 1px dashed black;
}
form {
	margin: 0px;
}
.form {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 100%;
	padding: 2px;
}
.form2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	padding: 2px;
}
.formsubmit {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	padding: 2px;
}
.formtextarea {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 100%;
	height: 100px;
	padding: 2px;
}
.formtextarea2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 100%;
	height: 250px;
	padding: 2px;
}
.form_list_head_big {
	color: white;
	background-color: black;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	border-top: 15px solid #EEEEEE;
	border-bottom: 10px solid #EEEEEE;
	text-transform: uppercase;
}
.form_list_head {
	color: black;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.form_list_item {
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}