@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #669900;
	background-image: url(images/backgrounds/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669900;
	background-color: #FFFFFF;
} 
#underheader {
	width: 800px;
	margin-bottom: 10px;
	height: 32px;
	background-color: #000000;
	padding-top: 2px;
}
#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 10px;
	color: #666666;
}
#mainContent {
	margin: 0 0 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#footer {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 40;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	color: #666666;
} 
#footer a {
	color: #339900;
	font-weight: normal;
}
#subnav {
	padding: 5px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
subnav2 {
	padding: 5px;
	border: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
#subnav2 a, #subnav a {
	padding: 5px;
	border: 0px none 0;
	margin-bottom: 10px;
	color: #339900;
	text-decoration: none;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #339900;
}

h1 {
	text-transform:uppercase;
	text-align: left;
	color: #000000;
	font: large Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FF6600;
	margin-bottom: -5px;
}
h3 {
	font-size: 102%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #CC0000;
	margin-bottom: -5px;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #663399;
}
ul {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
}

.purple {
	color: #666699;
	}
.purplestrong {
	color: #666699;
	font-weight: bold;
}	
	
.gold {
	color: #CC9900;
	}
.goldstrong {
	color: #CC9900;
	font-weight: bold;
	}
	
.orange {
	color: #FF6600;
	}

.orangestrong {
	color: #FF6600;
	font-weight: bold;
	}	
	
.teal {
	color: #669999;
	}

.tealbold {
	color: #669999;
	font-weight: bold;
}

.red {
	color: #CC0000;
}

.redbold {
	color: #CC0000;
	font-weight: bold;
}
.gray {
	color: #666666;
}
.grayitalic {
	color: #666666;
	font-style: italic;
}
.blue {
	color: #6699cc;
}
.bluebold {
	color: #6699cc;
	font-weight: bold;
}



.floatright {
	float: right;
	display: inline;
	width: 255px;
}
.floatright2 {
	float: right;
	display: inline;
	width: 250px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	text-align: center;
	color: #CC6600;
}
.floatrightsmall {
	float: right;
	display: inline;
	width: 250px;
	font-size: x-small;
	line-height: 1.3em;
	color: #666666;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatrightsmallgray {
	float: right;
	display: inline;
	width: 250px;
	font-size: x-small;
	line-height: 1.3em;
	color: #666666;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatrightsmaller {
	float: right;
	display: inline;
	width: 150px;
	font-size: x-small;
	line-height: 1.3em;
	color: #666666;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.floatrightmed {
	float: right;
	display: inline;
	width: 250px;
	font-size: 12px;
	line-height: 1.8em;
	color: #666666;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatleft {
	float: left;
	display: inline;
	width: 216px;
	height: 222px;
}

td {
	font: 10px/1.3em
	color: #666666;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
td p {
	margin-top: 0px;
}
.tdnorm {
	font: 11px/1.4em;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
td.topline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
td.topline_orange {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFCC99;
}
td.toprightline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
}

.smalltext {
	font-size: 10px;
	line-height: 1em;
}
.leftcell2 {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	width: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	font-size: x-small;
	line-height: 1.2em;
	background-color: #CCCCCC;
	color: #000000;
}
.rightcell2 {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	font-size: x-small;
	line-height: 1.1em;
}

.number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFCC33;
	background-color: #993300;
	padding: 10px 5px;
	text-align: center;
}
.indent {
	padding-left: 10px;
}
hr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
}
.button {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #669900;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
.button a {
	text-decoration: none;
}
.button a:hover {
	color: #99CC00;
}
.outlinebox {
	width: 160px;
	padding: 5px;
	margin-top: 10px;
	border: 1px dotted #CCCCCC;
}
td.underline {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
