@charset "UTF-8";
/* CSS Document
Written by TekDesigns for Go! Figure - ©2008 */
body {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	background: E6E3CF;
	font-size: 10pt;
	margin: 0px;
	color: #3054BF;
}
table {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	font-size: 10pt;
	border: 0px;
	color: 3054BF;
}
img {
	padding: 0px;
}
h1 {
	text-align: center;
}
a:visited {
	color: #6B30BF;
	text-decoration: underline;
}
a:link {
	color: #5A4080;
	text-decoration: underline;
}
a:hover {
	color: #5C73B8;
	text-decoration: underline;
}
#masthead {
	width: 960px;
	background: #807940;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E6E3CF;
}
/* Left is a margin of color down the left side of the page */
#left {
	float: left;
	width: 190px;
	padding-right: 10px;
	background-color: #6C7A40;
}
/* Nav1 is to place the Navigation menu above the left border and sets up the CSS control for the Nav Bar */
#nav1 {
	font-size: 16px;
	color: #E6B873;
	text-align: Left;
	float: left;
	width: 180px;
	z-index: 10;
	position: absolute;
	left: 10px;
	top: 165px;
}
/*Defines the basic Nav bar list*/
#nav1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 1px solid #405080;
	list-style-type: none;
}
/*Defines the basic Nav bar list*/
#nav1 li {
	margin-bottom: 0px;
}
/*Defines the Nav bar look*/
#nav1 a {
	background-color: #807940;
	display: block;
	width: 170px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #405080;
}
/*Defines the look of the Nav bar links*/
#nav1 a:link, #nav1 a:visited {
	color: #BFB030;
	text-decoration: none;
}
/*Defines the look of the Nav bar links when cursor is over them*/
#nav1 a:hover {
	background-color: #6C7A40;
	text-align: center;
	border: 1px solid #405080;
}
/*Defines the look of the Nav Bar link for the current page*/
#selnav1 a:link, #selnav1 a:visited, #selnav1 a:hover {
	background-color: #6C7A40;
	text-align: center;
	border: 1px solid #405080;
}
#nav2 {
	text-align: Right;
}
/*Defines the Sub Nav bar list*/
#nav2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-align: Right;
	padding: 0px;
	border: 1px solid #405080;
	list-style-type: none;
}
/*Defines the Sub Nav bar list*/
#nav2 li {
	margin-bottom: 0px;
}
/*Defines the Sub Nav bar look*/
#nav2 a {
	background-color: #807940;
	display: block;
	width: 170px;
	text-align: Right; 
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #405080;
}
/*Defines the look of the Sub Nav bar links*/
#nav2 a:link, #nav1 a:visited {
	color: #BFB030;
	text-decoration: none;
}
/*Defines the look of the  Sub Nav bar links when cursor is over them*/
#nav2 a:hover {
	background-color: #6C7A40;
	text-align: center;
	border: 1px solid #405080;
}
/*Defines the look of the Sub Nav Bar link for the current page*/
#selnav2 a:link, #selnav1 a:visited, #selnav1 a:hover {
	background-color: #6C7A40;
	text-align: Center;
	border: 1px solid #405080;
}
/* Main is the primary section of the page Most information will be inside Main */
#main {
	background: #E6E3CF repeat-y;
	padding: 10px;
	text-align: justify;
	margin-left: 200px;
	width: 740px;
	color: 3054BF;
}
/* Special is a bordered box with a differant background to set aside text and info within the Main section */
#special {
	background: #E6D973;
	width: 720px;
	font-size: 9pt;
	color: #405080;
	border: 2px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
}
/* Poll used to offer polls and special info on top of the left margin */
#poll {
	background: #E6D973;
	float: left;
	width: 170px;
	font-size: 9pt;
	color: #405080;
	text-align: center;
	padding: 0px;
	border: 2px solid #000000;
	z-index: 10;
	margin-left: 10px;
	font-weight: bold;
	top: 500px;
	position: absolute;
}
/* Footer is for closing out page with needed legal text */
#footer {
	background-color: #6C7A40;
	font-size: 8px;
	font-variant: small-caps;
	color: #BFB030;
	width: 710px;
	font-style: normal;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E6E3CF;
	text-align: left;
	height: 60px;
	padding-left: 250px;
}
/* Container designed to make sure Main and Left display at the same length */
#container {
	width: 960px;
}
dt {
	font-weight: bold;
}
