body {
	background-color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
h1 {
	font-size:2em;
	color:#8BB001;
	margin-top:0.2em;
}

#AreaDiv Strong
{
	font-weight:normal;
}


h2 {
	font-size:1.5em;
	color:#8BB001;
}
h3 {
	font-size:1.1em;
	color:#8BB001;
}

#AreaDiv h1 {
	font-size:15px;
	color:#FFF;
	font-weight:normal;
}

li {
	margin-left:2em;
	list-style-image:url(../images/Bullet.gif);
	color:#CCCCCC;
}
a{
	color: #8BB001;
}
a:hover{
	color: #CCCCCC;
}
#Wrapper {
	position:relative;
	height:auto;
	left:50%;
	margin:15px 0 15px -387px;
	width:775px;
	background-image: url(../images/WrapperBackground.gif);
	background-repeat: repeat-y;
	font-size:0.70em;
	border:1px solid #8BB001;
}
#Logo {
	position:relative;
	float:left;
	left:39px;
	width:220px;
}
#SideMenu {
	position:absolute;
	left:39px;
	top:160px;
	width:219px;
	height:372px;
	font-family: Arial, Helvetica, sans-serif;
}
#SideMenu ul {
	margin:0;
}
#SideMenu li {
	margin:0;
	list-style-type: none;
	width:219px;
	height:37px;
	font-size:1.3em;
	font-weight:bold;
	list-style-image:none;
}
#SideMenu li a {
	display:block;
	width:184px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	color:#CCCCCC;
	text-decoration:none;
	padding-left:45px;
}
#SideMenu li a:hover {
	background-image:url(../images/MenuItemBackgroundAnim.gif);
	background-repeat: no-repeat;
}
#SideMenu li a.ActivePage {
	background-image:url(../images/MenuItemBackground.gif);
	background-repeat: no-repeat;
}
#MainContent {
	position:relative;
	float:right;
	top:10px;
	right:10px;
	height:400px;
	padding-right:5px;
	width: 486px;
	color:#FFFFFF;
	font-size:1em;
	line-height:1.3em;
}
#Wrapper > #MainContent {
	height:auto;
	min-height:400px;
}
table {
	margin-left:10px;
	border: 1px solid #8BB001;
	border-collapse:collapse;
}
th {
	border: 1px solid #8BB001;
	padding:3px 5px;
	background-color:#1E1E1E;
}
th.row {
	text-align:left;
}
th.col {
	text-align:center;
}
td {
	border: 1px solid #8BB001;
	padding:3px 5px;
}

p.TopLinks {
	text-align:left;
}
#Footer {
	position:relative;
	height:215px;
	width:775px;
	color:#FFFFFF;
	font-size:1em;
	line-height:1.3em;
	clear:both;
	background-image:url(../images/FooterBackground.jpg);
}
#Footer a {
	text-decoration:none;
}
#FooterText {
	position:absolute;
	top:105px;
	left:273px;
	width:380px;
}
#Copyright {
	font-size:0.8em;
	color:#CCCCCC;
	position:absolute;
	right:5px;
	bottom:3px;
}
