body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.bg {
	background-color: #000000;
}
#container {
	background-color: #000000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	width: 1000px;
	border: 5px groove #FFCC00;
}
#header {
	height: 310px;
	width: 1000px;
	clear: both;
}
#main {
	height: auto;
	width: 1000px;
	position: relative;
	top: 1px;
}
#footer {
	height: auto;
	width: auto;
	border-top: thin solid #FFCC33;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar_left {
	height: auto;
	width: 225px;
	padding: 15px;
	float: left;
	margin: 0px;
}
#main_content {
	height: auto;
	width: 708px;
	margin-left: 260px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFCC33;
	padding: 15px;
}
#hed1 {
	background-image: url(images/heder1.jpg);
	height: 115px;
	width: 1000px;
	padding: 0px;
	clear: both;
}
#hed1topnav {
	height: auto;
	width: auto;
	padding: 0px;
}
#hedbot {
	height: 165px;
	width: 1000px;
	background-image: url(images/heder2.jpg);
	padding: 0px;
	background-color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-size: 14px;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h3 {
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: center;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFCC;
}
h5 {
	font-size: small;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFCC;
}
.hl1 {
	font-size: xx-large;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
.hl2 {
	font-size: x-large;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC33;
}
.hl3 {
	font-size: 20px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC33;
}
.hl4 {
	font-size: medium;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC33;
}
.shl1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #33CCCC;
}
horztextnav {
	position: absolute;
	bottom: 2px;
}
listbullet {
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}
ol {
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}
.list12p {
	font-size: small;
	text-align: left;
}
.p12 {
	font-size: 12px;
}
.p14 {
	font-size: 14px;
}
.p20 {
	font-size: 20px;
}
#hed2 {
	background-image: url(images/heder2.jpg);
	height: 165px;
	width: 1000px;
}
#upnav {
	height: 25px;
	width: 999px;
	text-decoration: none;
	clear: both;
}
#upnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}
#upnav ul li {
	display: inline;
}
#upnav ul li a {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFCC66;
}
#upnav ul li a:link {
	color: #FFCC66;
	text-decoration: none;
}
#upnav ul li a:hover {
	color: #FF99CC;
}
#upnav ul li a:visited {
	color: #33FFFF;
}
a:link {
	color: #FF3300;
}
a:hover {
	color: #FF99CC;
}
a:visited {
	color: #33FFCC;
}
#main_content ul {
	list-style-position: outside;
	list-style-type: disc;
}
#clearhed {
	clear: both;
	height: 0px;
}

