
body,td,th {
	color: #000000;
	font-size: small;
}
body {
	background-color: #000000;
}
a:link {
	color: #381e06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #9ecf5c;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Base Layout Divs */
#main {
	width: 850px;
	position: relative;
	margin-left: -425px;
	left: 50%;
	margin-top: 10px;
	background: #FFFFFF repeat-y center url(graphics/bg-main2.gif);
}
#topb {
	float: left;
	width: 850 px;
	height: 13px;
	background: no-repeat top center url(graphics/border-top2.gif);
}
#bottomb {
	float: left;
	width: 850px;
	height: 12px;
	background: no-repeat top center url(graphics/border-bottom2.gif);
}
#header {
	width: 850px;
	height: 286px;
	float: left;
	background: no-repeat 14px 0px url(graphics/header-bg.gif);
}
#headerbg {
	width: 850px;
	height: 286px;
	float: left;
	background: repeat-y center url(graphics/bg-main2.gif);
}
	
#menu {
	float: left;
	width: 830px;
	text-align: center;
	padding: 10px;
	background: repeat-y center url(graphics/bg-main2.gif);
}
#content {
	float: left;
	width: 850px;
	background: repeat-y center url(graphics/bg-main2.gif);
}
/* Inner content of base layout */
#header-logo {
	float: left;
	width: 280px;
	padding: 10px;
}
#header-menu {
	position: absolute;
	padding: 5px;
	left: 525px;
	top: 13px;
	background: #c6e1f9;
	border: 2px solid #FFFFFF;
	border-top: 0px;
}
#title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 574px;
	padding-left: 250px;
	margin-left: 13px;
	color: #FFFFFF;
	background-color: #381e06;
	line-height: 30px;
}
#pic {
	float: left;
	width: 215px;
	height: 215px;
	border: 5px solid #381e06;
	margin-left: 25px;
	border-top: 0px;
}
#stats {
	float: right;
	text-align: left;
	width: 105px;
	height: 235px;
	padding-top: 10px;
}
#info {
	float: right;
	width: 435px;
	height: 225px;
	margin: 10px;
	margin-right: 20px;
	padding-right: 15px;
	overflow: auto;
	text-align: justify;
}
#more {
	float: right;
	padding-right: 15px;
	font-variant: small-caps;
}
#padme {
	padding: 25px;
}
#copyright {
	text-align: right;
	font-size:10px;
	color: #ffffff;
	padding: 10px;
}
/* Styles */
h1 {
	text-align: center;
	font-weight:bold;
	font-size: medium;
}
h2 {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	font-size: small;
}
tr {
	background-color: #381e06;
	color: #8ec7de;
	font-variant: small-caps;
}
/* Classes */
.clear {
	clear: both;
}
.sweepl {
	float: left;
}
.sweepr {
	float: right;
}
.info {
	color: #8ec7de;
	font-style: italic;
	font-weight: bold;
}
.notice {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
/* Link Styles*/
a.tm, a.tm:link {
	text-decoration: none;
	font-weight: bold;
}
a.tm:hover, a.tm:visited, a.tm:active {
	text-decoration: none;
	color: #9ecf5c;
	font-weight: bold;
}
a.mm, a.mm:link {
	font-variant: small-caps;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
a.mm:hover {
	color: #9ecf5c;
	text-decoration: none;
	font-weight: bold;
}
a.mm:visited {
	color: #8ec7de;
	text-decoration: none;
	font-weight: bold;
}
a.hm, a.hm:link, a.hm:visited {
	text-decoration: none;
	font-variant: small-caps;
	color: #8ec7de;
	font-weight: bold;
}
a.hm:hover, a.hm:active {
	color: #9ecf5c;
	text-decoration: none;
	font-weight: bold;
}