@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainBody {
	position: relative;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #000000;
	overflow: visible;
	height: 640px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#mainBody #imgHeader {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 125px;
	position: relative;
	left: 0px;
	top: 0px;
}
#mainBody #imgHeader2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 875px;
	position: relative;
	left: 0px;
	top: 0px;
}
#mainBody #menu {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 114px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 490px;
	background-color: #FFCB99;
	background-image: url(media/menuback.jpg);
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#mainBody #content {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 865px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 489px;
	background-color: #FFCB99;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
/* Link Colors */
A:Link {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
A:Visited {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
A:Hover {
	text-decoration: underline;
	color: #FF0000;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
A:Active {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
