@charset "UTF-8";
/* CSS Document */

body {
	background-color: #B2DB10;
	margin: 0px;
	padding: 0px;
}
#outerWrapper {
	margin: 0px auto;
	width: 874px;
	position: relative;
	top: 0px;
}
#contentWrapper {
	margin: 0px;
}
#top_content {
	height: 125px;
	background-image: url(../slices/top.jpg);
	background-repeat: no-repeat;
}
#red_boxes {
	height: 171px;
	width: 132px;
	background-image: url(../slices/red_boxes.jpg);
	background-repeat: no-repeat;
	margin-left: 39px;
}
#content {
	background-image: url(../slices/table_mid.jpg);
	background-repeat: repeat-y;
	color: #04069B;
	font: 12px/125% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	overflow: hidden;
}
#content p {
	margin-bottom: 0px;
	padding-left: 213px;
	padding-right: 30px;
}
.topline {
	margin-top: -155px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #0BA82B;
}
#content a:hover, #content a:active {
	text-decoration: none;
	color: #131113;
}
#content ul {
	margin: 0;
}
#content li {
	line-height: 15px;
	margin-right: 10px;
	text-align: left;
}
.nobullets {
	list-style: none;
	padding-left: 240px;
	padding-right: 30px;
}
.alignlist {
	padding-left: 240px;
	padding-right: 30px;
}
#table_bottom {
	height: 52px;
	background-image: url(../slices/table_bottom.jpg);
	background-repeat: no-repeat;
}
#bottom_content {
	height: 20px;
	background-image: url(../slices/bottom.jpg);
	background-repeat: no-repeat;
	color: #DAE609;
	font: 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}
#bottom_content a:link, #bottom_content a:visited {
	text-decoration: none;
	color: #0BA82B;
}
#bottom_content a:hover, #bottom_content a:active {
	text-decoration: none;
	color: #DAE609;
}
h1 {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #A6AEB8;
	text-transform: uppercase;
	padding-left: 213px;
	padding-right: 30px;
	padding-top: 15px;
}
#nav {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: absolute;
	left: 10px;
	top: 154px;
}
#nav ul {
	margin: 0;
	list-style: none;
}
#nav li {
	line-height: 36px;
	height: 27px;
	margin-right: 10px;
	text-align: left;
}
#nav a {
	position: relative;
	width: 100%;
}
#nav a:link, #nav a:visited {
	text-decoration: bold;
	color: #131113;
}
#nav a:hover, #nav a:active {
	text-decoration: bold;
	color: #DAE609;
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
	color: #DAE609;
	font-weight: bold;
	text-transform: uppercase;
}
