body {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
}
h1 {
	font-size: 24px;
	color: #000000;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #000000;
	text-align: center;
}
h5 {
	font-size: 16px;
	color: #000000;
	text-align: left;
}
h3{
	font-size: 12px;
	text-align: center;
	color: #888800
}
h4{
	font-size: 14px;
	color: #FFFFFF;
	
}
a.one:link {color: #FFFFFF; text-decoration: underline}
a.one:visited {color: #FFFFFF; text-decoration: underline}
a.one:hover {color: #FFFF00; text-decoration: none}

a.two:link {color: #000000; text-decoration: underline}
a.two:visited {color: #0000FF; text-decoration: underline}
a.two:hover {color: #0000FF; text-decoration: none}

ul.square {
	list-style-type: square;
}
table.table1 {
	table-layout: fixed;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
table.table2 {
	table-layout: fixed;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align: Left;
	color: #FFFFFF;
}
table.table3{
	table-layout: fixed;
	position: left;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	height: auto;
	text-align: left;
	font-size: 14px;
	color: #OOOOOO;
}
div.page{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: auto;
	background-color: #335533;
	padding: 4px;
	
}
div.banner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 95px;
	background-image: url("Main.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
div.nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: auto;
}
div.leftbar{
	float: left;
	width: 18%;
	height: auto;
	padding: 2%;
	font-size: 14px;
	text-align: Left;
	color: #FFFFFF;
	border: 2px solid #223322;
}
div.main{
	position: relative;
	margin-left: 22.5%;
	margin-right: auto;
	width: 680px;
	min-height: 375px;
	height: auto;
	background-color: #FFFFFF;
	padding: 2%;
	font-size: 14px;
	text-align: Left;
	border: 2px solid #111111;
}

