/*************************************
 * COLOR KEY:                        *
 *     #000000; /* black             *
 *     #ffffff; /* white             *
 *     #333333; /* dark gray         *
 *     #334d55; /* light grey        *
 *     #cccccc; /* lighter grey      *
 *     #2a2a82; /* dark blue         *
 *     #005fa9; /* light blue        *
 *     #3c36a3; /* nav bar bg blue   *
 *     #3300cc; /* bright light blue *
 *     #bcc0fa; /* light light blue  *
 *     #990000; /* red               *
 *     #ff0000; /* bright red        *
 *     #f6d023; /* golden            *
 *     #2f1f12; /* dark brown        *
 *     #3caee0; /* light green       *
 *     #ff8c00; /* orange            *
 *************************************/
/****************************************************
 * HTML DEFAULT STYLES                              *
 ****************************************************/
html { /* global html */
	overflow-y: scroll; /* force scroll bar to prevent page shifting */
}
body, h1, h2, h3, h4, h5, h6, form, input, label, img {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000000; /* black text */
	line-height: 1.166;
	background-color: #ffffff; /* white background */
	background-image: url(/images/bg_grad.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-top: 0.5%;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0.5px;
	margin-left: 0;
}
h1 {
    color: #000000; /* black text */
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
h2 {
    color: #000000; /* black text */
	font-size: 130%;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
h3 {
    color: #2a2a82; /* dark blue text */
	font-size: 120%;
	text-align: center;
}
h4 {
    color: #333333; /* dark grey text */
	font-size: 110%;
	text-align: left;
}
h5 {
    color: #334d55; /* light grey text */
	font-size: 11px;
	text-align: center;
}
h6 {
    color: #334d55; /* light grey text */
	font-size: 9px;
}
ul {
    list-style-type: square;
}
ul ul {
    list-style-type: disc;
}
ul ul ul {
    list-style-type: none;
}
a, a:visited {
    color: #005fa9; /* light blue text */
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
label {
    color: #334D55; /* light grey text */
    font: bold 1em;
}
table {
	margin: 0 auto;
}
td {
	padding-right: 5px; /* padding for table cells */
}
embed {
	z-index: 2;
}
/*** END HTML DEFAULT STYLES ***/
/****************************************************
 * MAIN CONTAINERS                                  *
 ****************************************************/
#bodywrap {
    background-color: #ffffff; /* white background */
    left: 1%;
    position: absolute;
    right: 2%;
    top: 197px;
    width: auto;
	min-width: 800px;
}
#header img {
	border: 0;
	margin: 0;
	padding: 0;
}
#content {
    border-left: 1px solid #cccccc; /* lighter grey border */
    margin: 0 0 0 158px;
    padding: 0 10px 0 0;
}
#pageNav, #asideLeft {
    background-color: #ffffff; /* white background */
    border-bottom: 1px solid #cccccc; /* lighter grey border */
    border-right: 1px solid #cccccc; /* lighter grey border */
    float: left;
    font: Verdana,sans-serif;
    padding: 0;
    width: 153px;
}
#footer {
    border-top: 1px solid #cccccc; /* lighter grey border */
    color: #000000; /* black text */
    margin: 0;
    padding: 10px;
	clear: both;
}
#pageName {
	margin: 0;
    padding: 10px;
}
/*** END MAIN CONTAINERS ***/
/****************************************************
 * NAVBAR                                           *
 ****************************************************/
 #nav { /* main navbar */
	position: relative;
	margin: -2px;
	padding: 0;
	text-align: left;
	border: 2px solid #000000; /* black border */
	top: 0;
	left: 0;
	z-index: 5;
	height: 28px;
	width: 753px;
	background-color: #2a2a82; /* dark blue background */
}
#nav ul { /* navbar bullet list */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li { /* horizontal menu list items */
	display: inline;
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	top: 5px;
	cursor: pointer;
}
#nav ul li ul { /* secondary list */
	display: none;
}
#nav ul li:hover ul, #nav ul li:focus ul, #nav ul li:active ul {
	display: block;
	position: absolute;
	top: 17px;
	z-index: 3;
}
#nav ul li a { /* list links */
	padding: 5px;
}
#nav ul li ul li a { /* secondary list links */
	display: block;
	width: 160px;
	border: 1px solid #ffffff; /* white border */
}
#nav a, #nav a:visited { /* navbar link anchor */
	color: #ffff00; /* bright yellow text */
	background-color: #2a2a82; /* dark blue background */
	border-right: 1px solid #ffffff; /* white border */
}
#nav a:hover, #nav a:visited:hover { /* navbar link anchor hovering */
	color: #ffffff; /* white text */
	background-color: #3300cc; /* bright light blue background */
	border-right: 1px solid #000000; /* black border */
	text-decoration: underline;
}
#active a, #active a:hover, #active a:visited { /* active page */
	color: #ffffff; /* white text */
	background-color: #3300cc; /* bright light blue background */
}
/*** END NAVBAR ***/
/***************************************************
 * CUSTOM IDS AND CLASSES                          *
 ***************************************************/
.feature {
    font-size: 80%;
    height: 200px;
    min-height: 200px;
    padding: 0 0 10px 10px;
}
html > body .feature {
    height: auto;
}
.feature img {
    float: left;
    padding: 0 10px 0 0;
}
#sectionLinks {
    margin: 0;
    padding: 0;
}
#sectionLinks h3 {
    border-bottom: 1px solid #cccccc; /* lighter grey border */
    padding: 10px 0 2px 10px;
}
#sectionLinks a:link, #sectionLinks a:visited {
    background-image: url(/bg_nav.jpg);
    border-bottom: 1px solid #cccccc; /* lighter grey border */
    border-top: 1px solid #ffffff; /* white border */
    color: #005fa9; /* light blue text */
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 5px;
}
#sectionLinks a:hover {
    background-color: #ffffff; /* white background */
    background-image: none;
    border-top: 1px solid #cccccc; /* lighter grey border */
    font-weight: bold;
    text-decoration: none;
}
.altBG tr:nth-child(2n+1) {
	background-color: #ffffff; /* white background */
}
.altBG tr:nth-child(2n) {
	background-color: #bcc0fa; /* light blue background */
}
/*** END CUSTOM IDS AND CLASSES ***/
/****************************************************
 * GENERAL FORMATTING                               *
 ****************************************************/
.whitetext {
	color: #ffffff; /* white text */
}
.blacktext {
	color: #000000; /* black text */
}
.redtext {
	color: #990000; /* red text */
}
.bluetext {
	color: #3300cc; /* blue text */
}
.brightred {
	color: #ff0000; /* bright red text */
}
.orange {
	color: #ff8C00; /* orange text */
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear { /* browser float clearing */
	clear: both; /* remove applied float values */
}
/*** END GENERAL FORMATTING ***/
