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

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td, object { margin: 0px; padding: 0px; }
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
#header {
	background: url(/images/elements/header_logo.gif) no-repeat center 0px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 184px;
	width: 950px;
	position: relative;
}
#homeLink {
	background: url(/images/elements/spacer.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 410px;
	position: absolute;
	left: 270px;
	top: 12px;
}
#homeLink img {
	height: 94px;
	width: 410px;
}
#navMain { /* The HTML document must also be linked to the navigation.css file for buttons to appear and function */
	position: absolute;
	height: 28px;
	width: 720px;
	left: 116px;
	bottom: 2px;
}
#content {
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 2px;
	width: 950px;
	position: relative;
}
#contentMain {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 640px;
	position: relative;
}
.contentMain {
	margin: 0px 25px 0px 50px;
	padding: 0px;
}
.content01 {
	margin: 0px 25px;
	padding: 0px;
}
.content01b {
	margin: 0px 0px 20px;
	padding: 0px 25px 6px;
	border-bottom: 1px solid #CFCFCF;
}
.move01 {
	margin: 0px 0px 12px -25px;
	padding: 0px;
}
#pageHead {
	margin: 15px 0px 20px;
	padding: 0px 0px 0px 25px;
	height: 39px;
	border-bottom: 1px solid #CFCFCF;
}

/* MAIN SIDEBAR */

#sidebar {
	font: 12px/18px Tahoma, Arial, sans-serif;
	color: #555555;
	margin: 54px 0px 0px 50px;
	padding: 0px;
	float: left;
	width: 260px;
	overflow: hidden;
}
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #009000;
	font-weight: normal;
	text-decoration: none;
}
#sidebar a:hover {
	color: #009000;
	font-weight: normal;
	text-decoration: underline;
}
.sidebarBorder {
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #CFCFCF;
}
.sidebarHead {
	margin: 0px 0px 4px;
	padding: 0px;
}
.sidebar {
	margin: 22px 0px 0px 24px;
	padding: 0px 0px 10px;
	width: 210px;
	overflow: hidden;
}
.sidebarPhoto {
	margin: 0px 0px 6px;
	padding: 0px;
}
.sidebar h3 {
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	color: #000;
	margin: 0px 0px 18px;
	padding: 0px;
}
.sidebar h4 {
	font: normal 10px/12px Tahoma, Arial, sans-serif;
	color: #999;
	margin: 0px 0px 12px;
	padding: 0px;
}
.sidebarAlt {
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0px 0px 12px;
	padding: 0px;
}

/* MAIN SIDEBAR NAVIGATION */

#navSidebar {
	font: 12px/18px Tahoma, Arial, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px 0px 3px;
}
#navSidebar li {
	margin: 0px 0px 8px;
	padding: 0px;
}
#navSidebar a:link, #navSidebar a:active, #navSidebar a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#navSidebar a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

/* FOOTER */

#footer {
	margin: 10px auto 20px;
	padding: 8px 0px 0px;
	width: 950px;
	position: relative;
	border-top: 1px solid #CFCFCF;
}
#copyright {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #989898;
	text-align: center;
}

/* TAGS */

h1 {
	font: bold 18px/18px Tahoma, Arial, sans-serif;
	color: #51AD44;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 18px/18px Tahoma, Arial, sans-serif;
	color: #B3B3B3;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 12px/18px Tahoma, Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: bold 15px/24px Verdana, Geneva, sans-serif;
	color: #51AD44;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: normal 18px/24px Tahoma, Arial, sans-serif;
	color: #B3B3B3;
	margin: 0px 0px 12px;
	padding: 0px;
}
p {
	margin: 0px 0px 12px;
}

/* CLASSES */

.list01 {
	list-style: disc url(none);
	margin: 0px 0px 12px 1em;
	padding: 0px;
}
.bigQ {
	font: bold 23px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.ruleTop {
	margin: 0px;
	padding: 4px 0px 0px;
	border-top: 1px solid #CFCFCF;
}
.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: 0px;
	font-size: 1px;
	line-height: 0px;
}

/* TABLE STYLES */

.table01 {
	font: 11px/13px Tahoma, Arial, sans-serif;
	color: #333;
	background: #E5E5E5;
	margin: 0px 0px 12px;
	padding: 0px;
}
.table01 td {
	margin: 0px;
	padding: 4px 6px;
}
.table02 {
	font: 11px/13px Tahoma, Arial, sans-serif;
	color: #333;
	background: #E5E5E5;
	margin: 0px 0px 12px -25px;
	padding: 0px;
}
.table02 td {
	margin: 0px;
	padding: 4px;
}
.table01 p, .table02 p {
	margin: 0px;
	padding: 0px;
}

/* DIVIDER RULES */

hr {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #CFCFCF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #009000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #009000;
	font-weight: normal;
	text-decoration: underline;
}

