@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #090;
	text-decoration:none;
}
a:visited {
	color: #090;
	text-decoration:none;
}
a:hover {
	color: #F30;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	font-weight: bold;
	color: #000000;
}

a.redlink:link {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.redlink:visited {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.redlink:hover {
	color: #C30;
	font-weight: normal;
	font-size: 1em;
}
a.redlink:active {
	color: #C30;
	font-weight: bold;
	font-size: 1em;
}

a.greenlink:link {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.greenlink:visited {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.greenlink:hover {
	color: #390;
	font-weight: normal;
	font-size: 1em;
}
a.greenlink:active {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

a.goldlink:link {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.goldlink:visited {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
a.goldlink:hover {
	color: #C90;
	font-weight: normal;
	font-size: 1em;
}
a.goldlink:active {
	color: #C90;
	font-weight: normal;
	font-size: 1em;
}

p  {
	color: #000000;
	font-size: .85em;
	text-align: left;
}
p + p { margin-top: .5em; }

h1 {
	font-size: 2em;
	font-weight:bold;
	color: #090;
	text-align: left;
}
h2 {
	font-size: 1.25em;
	font-weight:bold;
	color: #06C;
	text-align: left;
}
h3 {
	font-size: .85em;
	font-weight:bold;
	font-style: italic;
}

#main {
	position:absolute;
	left:0px;
	top:175px;
	width:590px;
	z-index:-11;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	margin-right: 10px;
}
#container {
	background-color: #FFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	height: 125px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	z-index:50;
}

#blackbar {
	height: 35px;
	width: 780px;
	position: absolute;
	left: 1px;
	bottom: -45px;
	background-color: #000;
	font-size: 1em;
	z-index:50;
}

#sidebar {
	position:absolute;
	top:165px;
	width:170px;
	z-index:-15;
	right: 0px;
	margin-top: 10px;
	color: #000;
}
#sidebar p {
	text-align: left;
	margin: 0px;
	color: #000;
}
#resources {
	width: 150px;
	margin-top: 0px
	background-image: url(Images/gold_fade.jpg);
	padding: 10px;
	text-align: left;
	background-image: url(Images/red_fade.jpg);
	color: #000;
	font-size: .85;
}
#login {
	width: 150px;
	margin-top: 10px;
	background-repeat: repeat;
	right: 0px;
	padding: 10px;
	background-image: url(Images/gold_fade.jpg);
	text-align: left;
	line-height: 1.25em;
}
#redbox {
	width: 150px;
	margin-top: 10px;
	background-image: url(Images/red_fade.jpg);
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

#greenbox {
	width: 150px;
	margin-top: 10px;
	background-image: url(Images/green_fade.jpg);
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

#purplebox {
	width: 150px;
	margin-top: 10px;
	background-image: url(Images/purple_fade.jpg);
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}
#bannerbox {
	position:absolute;
	width:350px;
	height:65px;
	z-index:1;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	font-size: 1em;
}
.Heading2NotBold {
	font-weight: normal;
	font-size: .85em;
}
#container #main ul li strong {
	color: #000;
}
#container #main table tr td table tr td {
	font-size: 1em;
}
#container #main table {
	font-size: 1em;
}

