@charset "utf-8";
/* CSS Document */

#menuBar {
	background-image: url(img/topMenu.gif);
	height: 202px;
	width: 800px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#bodyContent {
	width: 800px;
	white-space: normal;
	border: 20px none #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: right top;
	right: auto;
	background-image: url(img/sideTopMenu.gif);
	background-repeat: no-repeat;
	height: 856px;
	top: 20px;
	position: absolute;
}
#sideBar {
	float: right;
	height: 650px;
	width: 125px;
	top: 250px;
	margin-top: 250px;
	font-size: 14px;
	margin-right: 20px;
	padding-right: 5px;
}

#mainBlock {
	background-color: #333300;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 500px;
	padding-left: 20px;
	width: 800px;
	margin-bottom: 0px;
	top: 0px;
	margin-top: 0px;
	position: relative;
	height: 1000px;
}

#bodyText {
	height: auto;
	width: 600px;
	background-color: #333333;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	top: 320px;
	margin-top: 202px;
	margin-bottom: 0px;
	float: left;

	
}
#topMenuText {
	height: 43px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	vertical-align: text-bottom;
	word-spacing: 20px;
	padding-bottom: 5px;
	position: absolute;
	padding-top: 110px;
	padding-left: 30px;
	float: left;
	left: 0px;
}
body {
	background-color: #003333;
	color: #99cc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	color: #ccff33; 
	text-decoration: underline;
}
A:active {
	color: #cccc33;
	text-decoration: none;
}

A:hover {
	color: #cccc33;
	text-decoration: none;
}

A:visited {
	color: #669900;
	text-decoration: underline;	 
}

