@charset "utf-8";
/* Set Home Page Defaults /*
/* Set Site Defaults */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
/*	vertical-align: baseline; */
	background: transparent;
}
span.mono {
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	}
em {
	font-style:italic;
}
strong {
	font-weight: bold;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
caption	{caption-side:top;
		background-color:#d4f7d7;
		border: 1px solid #076D10;
		border-bottom-width:2px;
		color:#076d10;
		margin-top:2px;
		margin-bottom:2px;
}

td {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
 	background-color:#e2eafa;
}

td.alt {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#e2fae4;
}

th {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#e2fae4;
	margin-top:2px;
	margin-bottom:2px;
}

td.cellbluelt {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#e2eafa;
}
td.cellgreenlt {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#e2fae4;
}
td.cellredlt {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#fae4e2;
}
td.cellredltdk {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#fae4e2;
	color:#8d0a00;
}
td.cellredlarge {
/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#fae4e2;
	font-size: 13px;
}
td.cellgoldlt {
	/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:1px solid #d4e0f7;
	background-color:#faf1e2;
	}
td.cellgoldlarge {
	/*	border-collapse: separate; */
/*	border-spacing: 0; */
	border:2px solid #faf1e2;
	background-color:#faf1e2;
	font-size: 13px;
	font-style: italic;
}

input.btn {
	color: white;
	background-color: #0039a6;
	font-weight: bold;
	border: 2px solid;
	padding: 2px;
	border-color: white gray gray white;
	}

input.btnhov {
	border-color: gray white white gray;
	}

/* Body Defaults */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002774;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/* background-color: #D4E0F7; */
	background-color: #E2EAFA;
/*	min-width: 882px; */
	min-width: 900px;
	}
/* Container around Entire Page */
#container { 
	width: 100%;
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
/* Header Setup */
#header {
	height: 82px;
	margin: 0;
	background-color: white;
	width: 100%; /*leave this value as is in most cases*/
	padding: 0;
	background-image: url(../images/TopBannerCenter.png);
	background-repeat: repeat-x;
	}
/* Left Header Image(s) */
#header h1{
	display: inline;
	float: left;
}
/* Right Header Image */
#header h2{
	display: inline;
	float: right;
}

/* Left Hand Sidebar */
#leftside {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
/*	height: 400px; */
/*	height: inherit; */
	padding: 0;
	}
#sidebar1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F7EAD4;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#sidebar1 h1 {
	font-size: 13px;
	width: 100%;
	background-color: #F7EAD4;
	color: #A66900;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: normal;
	}
#sidebar1 a {
	display: block;
	text-align: center;
	border-width: 0;
	text-decoration: none;
	font-size: 10px;
/*	color: #F7EAD4; */
	color: white;
	background-color: #A66900;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(../images/GoldMenuUp.png);
	background-repeat: repeat-x;
	}
#sidebar1 a:hover { 
	color: white;
	font-style: italic;
	background-image: url(../images/GoldMenuDown.png);
	background-repeat: repeat-x;
	}
/* #sidebar1 a:hover {
	background: #D98900;
	} */
#sidebar1 a span {display: none;}
#sidebar1 a:hover span{
	line-height: 125%;
	display: block;
	width: 174px;
	padding: 8px;
	z-index: 100;
	color: #white;
	text-align: center;
	background-color: #0D60FF;
	position: absolute;
	top: 376px;
	left: 0px;
	}
#sidebar1 p {
	display: block;
	text-align: center;
	border-width: 0;
	text-decoration: none;
	color: #A66900;
	background-color: #F7EAD4;
	/* border-right: 2px solid #000000; */
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	}

/* Right Hand Sidebar */
#rightside {
	float: right;
	width: 190px;
	height: inherit;
	background: white;
	padding: 0;
	}
#sidebar2 {
	background-color: #D4F7D7;
	color: #076D10;
	}
#sidebar2container {
	padding: 8px;
	}
#sidebar2 h1 {
	font-size: 13px;
	line-height: normal;
	background-color: #076D10;
	color: #E2FAE4;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#sidebar2 h2 {
	font-size: 12px;
	line-height: normal;
	background-color: #D4F7D7;
	color: #076D10;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#sidebar2 h2 a {
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	background-color: #D4F7D7;
	color: #076D10;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#sidebar2 h2 a:link {
	color: #002774;
	background-color: #D4F7D7;
	}
#sidebar2 h2 a:visited {
	color: #00308D;
	background-color: #D4F7D7;
	}
#sidebar2 h2 a:hover {
	color: #740800;
	background-color: #D4F7D7;
	}
#sidebar2 h2 a:hover span {
	color: #ffffff;
	background-color: #D4F7D7;
	}
#sidebar2 h3 {
	font-size: 11px;
	line-height: 12px;
	background-color: #FCF1F1;
	color: #740800;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#sidebar2 h4 {
	font-size: 10px;
	line-height: 10px;
	background-color: #FCF1F1;
	color: #076D10;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#sidebar2 p {
	font-size: 10px;
	line-height: 125%;
	width: 100%;
	background-color: #D4F7D7;
	color: #076D10;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	}
#sidebar2 a {
	font-size: 10px;
	line-height: 125%;
	width: 100%;
	background-color: #D4F7D7;
	color: #076D10;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	}
#sidebar2 a:hover {
	color: #E2FAE4;
	background-color: #099D18;
}
	
/* Main Content Settings */	
#mainContent {
	line-height: 150%;
	margin-top: 6px;
/*	text-indent: 2em; */
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 192px;
/*	Next Line Fixes Padding Problem */	
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	background-color: white;
	min-height: 324px;
	}
#mainContentContainer {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	}
#mainContent p {
/*	line-height: normal; */
	line-height: 150%;
	margin-top: 14px;
/*	text-indent: 2em; */
	}
#mainContent h1 {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	background-color: #E2EAFA;
	color: #002774;
/*	margin: 0px 0px 0px 0px; */
	padding-top: 2px;
	padding-bottom: 3px;
	}
#mainContent h2 {
	font-size: 13px;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin-top: 10px;
	border-top: 1px solid #E2EAFA;
}

#mainContent h2.red {
	color:#A60C00;
	font-size: 13px;
	line-height: normal;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	border-top: 1px solid #E2EAFA;
}

#mainContent h3 {
	font-size :12px;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	}
#mainContent h4 {
	font-size :11px;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	}
#mainContent li {
	margin-top: 4px;
	}
#mainContent ul {
	padding-left: 4em;
	list-style-type:circle;
	margin-top: 8px;
	line-height: 125%;
	}
#mainContent ol {
	padding-left: 4em;
	list-style-type: decimal;
	margin-top: 8px;
	line-height: 125%;
	}
#mainContent a:hover {
	background-color: #D4E0F7;
	}
/* #mainContent li {
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 4px;
	} */

/* Top Navigation Bar */
#TopBar{
	width: 100%; /*leave this value as is in most cases*/
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; */
	font-weight: bold;
	line-height: 22px;
	vertical-align: text-bottom;
}
#TopBar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 0px solid #A66900; /*Gold border*/
	border-width: 0px 0;
	background-image: url(../images/BlueMenuUp.png);
	background-repeat: repeat-x;
	}
#TopBar ul li{
	display: inline;
	}
#TopBar ul li a{
	float: left;
	color: white;
	height: 22px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: none;
	}
#TopBar li a{
	border-right: 3px solid #AA6900; /*Gold Divider*/
	}
#TopBar ul li a:visited{
	color: white;
	}
#TopBar h1{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 0;
	color: white;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 22px;
	vertical-align: text-bottom;
	}
#TopBar ul li a:hover,#TopBar ul li .current{
	color: #D4E0F7 !important; /*text color of selected and active item*/
	padding-top: 0px; /*shift text down 1px for selected and active item*/
	padding-bottom: 0px;
	background-image: url(../images/BlueMenuDown.png);
	background-repeat: repeat-x;
	}
#TopBar a span {display: none;}

#TopBar a:hover span{
	line-height: 125%;
	display: block;
	width: 174px;
	padding: 8px;
	z-index: 100;
	color: #F1F5FC;
	text-align: center;
	background-color: #0D60FF;
	position: absolute;
	top: 352px;
	left: 0px;
	}

/* Bottom Navigation Bar */
#BotBar{
	width: 100%; /*leave this value as is in most cases*/
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; */
	font-weight: bold;
	line-height: 22px;
/*	vertical-align: text-bottom; */
	vertical-align: inherit;
	}
#BotBar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 0px solid #A66900; /*Gold border*/
	border-width: 0px 0;
	background-image: url(../images/RedMenuUp.png);
	background-repeat: repeat-x;
	}
#BotBar ul li{
	display: inline;
	}
#BotBar ul li a{
	float: left;
	color: white;
	height: 22px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: none;
	}
#BotBar li a{
	border-right: 3px solid #A66900; /*Gold Divider*/
	}
#BotBar ul li a:visited{
	color: white;
	}
#BotBar h1{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 0;
	color: white;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 22px;
	vertical-align: text-bottom;
	}
#BotBar ul li a span {display: none;}
#BotBar a:hover span{
	line-height: 125%;
	display: block;
	/* width: 180px; */
	width: 174px;
	padding: 8px;
	z-index: 100;
	color: #F1F5FC;
	text-align: center;
	background-color: #0D60FF;
	position: absolute;
	top: 352px;
	left: 0px;	}

#BotBar ul li a:hover,#BotBar ul li .current{
	color: #F7D6D4 !important; /*text color of selected and active item*/
	padding-top: 0px; /*shift text down 1px for selected and active item*/
	padding-bottom: 0px;
	background-image: url(../images/RedMenuDown.png);
	background-repeat: repeat-x;
}

/* Miscellaneous */
.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;
}
/* End CSS */

