body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#333333;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: none;
	border: 1px solid #000000;
}
#wrapper {
	position: relative;
	height: auto;
	width: 800px;
	left:auto;
	top: 0px;
	right: auto;
	bottom: auto;
	background-color:#006600;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	visibility: visible;
	padding-top: 0px;
}
#header {
	position: relative;
	height: 115px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color:#000000;
}
#navbar {
	position: relative;
	height: 20px;
	width: 800px;
	left: 0px;
	background-color:#C8AF00;
	top: 0px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	font-size:13.5px;
	background-image: url(images/navbar_bkgd.jpg);
}
#column_left {
	position: absolute;
	top:20px;
	left:-135px;
	height: auto;
	width: 135px;
	background-color:#64162C;
	font-size:13px;
	color:#D8D3A3;
	text-align: center;
	float:left;
}
#column_right {
	position: absolute;
	top:20px;
	left:530px;
	height: auto;
	width: 135px;
	background-color:#64162C;
	font-size:13px;
	color:#D8D3A3;
	text-align: center;
	float:right;
}
#content_header {
	font:Arial, Helvetica, sans-serif;
	background-color: #000044;
	font-size:1.3em;
	color:#CCCCCC;
	font-weight:bold;
	text-align:center;
	position: relative;
	height: 42px;
	width: 529px;
	left: 135px;
	top: 0px;
}
#content {
	position: relative;
	height: auto;
	width: 514px;
	top:0px;
	left:135px;
	background-color:#D8D3A3;
	font:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
}
#wrapper_content {
	background-color: #64162C;
	position: absolute;
	top:138px;
	left:0px;
	height: auto;
	width: 800px;
}
#footer {
	position: relative;
	width: 800px;
	background-color:#E4E4FA;
	font-size:.7em;
	color:#0000FF;
	clear:both;
	z-index: 1;
}
#copyright {
	background-color: #000044;
	font-size:.9em;
	color:#CCCCCC;
	position:absolute;
	height: auto;
	width: 800px;
	left: 0px;
	top: 15px;
}
designby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#666666;
	background-color:#78143C;
	position: relative;
	height: auto;
	width: 800px;
	left: 0px;
	top: 0px;
}
html > body #content {
top: -14px;
}
html > body #footer {
top: -30px;
}

