@charset "utf-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #1C1B39;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1C1B39;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bodyBkgrnd.jpg);
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #1C1B39;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 5px 15px 15px;
	color: #FFFFFF;
	font-size: 100%;
}


div#sidebar1 ul {
	margin:0;
	padding:0;
}
div#sidebar1 li {

	list-style-type:none;
	display:block;
	float:right;
	width:202px;
	height:25px;
	text-align:right;
	border-bottom:1px solid #1C1B39;
}
div#sidebar1 li.twoline {

	list-style-type: none;
	display: block;
	float: right;
	width: 202px;
	height: 50px;
	text-align: right;
	border-bottom:1px solid #1C1B39;
}
div#sidebar1 li.large {

	list-style-type: none;
	display: block;
	float: right;
	width: 202px;
	height: 160px;
	text-align: right;
	border-bottom: none;
}
div#sidebar1 li.noline {
	border-bottom: none;
}

div#sidebar1 li.buttonactive {
	background-color: #1C1B39;
	font-weight: bolder;
}

div#sidebar1 li a {

	float: right;
	width: 202px;
	height: 25px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 20px;
	padding-right: 15px;
}
div#sidebar1 li a:link {
	color: #FFFFFF;
}
div#sidebar1 li a:visited {
	color: #FFFFFF;
}
div#sidebar1 li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	height: 25px;
	
}
div#sidebar1 li a:active {
	
	color: #FFFFFF;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* WHITE FONTS */
div#F6 {  font-family: Arial, sans-serif, Helvetica; font-size: 6pt; font-style: normal; color : #FFFFFF;}
div#F7 {  font-family: Arial, sans-serif, Helvetica; font-size: 7pt; font-style: normal; color : #FFFFFF;}
#F8 {  font-family: Arial, sans-serif, Helvetica; font-size: 8pt; font-style: normal; color : #FFFFFF;}
#F9 {  font-family: Arial, sans-serif, Helvetica; font-size: 9pt; font-style: normal; color : #FFFFFF;}
#F10 {  font-family: Arial, sans-serif, Helvetica; font-size: 10pt; font-style: normal; color : #FFFFFF;}
#F12 {  font-family: Arial, sans-serif, Helvetica; font-size: 12pt; font-style: normal; color : #FFFFFF;}
#F13 {  font-family: Arial, sans-serif, Helvetica; font-size: 13pt; font-style: normal; color : #FFFFFF;}
#F14 {  font-family: Arial, sans-serif, Helvetica; font-size: 14pt; font-style: normal; color : #FFFFFF;}
#F16 {  font-family: Arial, sans-serif, Helvetica; font-size: 16pt; font-style: normal; color : #FFFFFF;}
#F18 {  font-family: Arial, sans-serif, Helvetica; font-size: 18pt; font-style: normal; color : #FFFFFF;}


/* BLUE FONTS */
#F6B {  font-family: Arial, sans-serif, Helvetica; font-size: 6pt; font-style: normal; color : #003366;}
#F7B {  font-family: Arial, sans-serif, Helvetica; font-size: 7pt; font-style: normal; color : #003366;}
#F8B {  font-family: Arial, sans-serif, Helvetica; font-size: 8pt; font-style: normal; color : #003366;}
#F9B {  font-family: Arial, sans-serif, Helvetica; font-size: 9pt; font-style: normal; color : #003366;}
#F10B {  font-family: Arial, sans-serif, Helvetica; font-size: 10pt; font-style: normal; color : #003366;}
#F11B {  font-family: Arial, sans-serif, Helvetica; font-size: 11pt; font-style: normal; color : #003366;}
#F12B {  font-family: Arial, sans-serif, Helvetica; font-size: 12pt; font-style: normal; color : #003366;}
#F13B {  font-family: Arial, sans-serif, Helvetica; font-size: 13pt; font-style: normal; color : #003366;}
#F14B {  font-family: Arial, sans-serif, Helvetica; font-size: 14pt; font-style: normal; color : #003366;}
#F16B {  font-family: Arial, sans-serif, Helvetica; font-size: 16pt; font-style: normal; color : #003366;}
#F18B {  font-family: Arial, sans-serif, Helvetica; font-size: 18pt; font-style: normal; color : #003366;}


/* RED FONTS */
#F6R {  font-family: Arial, sans-serif, Helvetica; font-size: 6pt; font-style: normal; color : #990033;}
#F7R {  font-family: Arial, sans-serif, Helvetica; font-size: 7pt; font-style: normal; color : #990033;}
#F8R {  font-family: Arial, sans-serif, Helvetica; font-size: 8pt; font-style: normal; color : #990033;}
#F9R {  font-family: Arial, sans-serif, Helvetica; font-size: 9pt; font-style: normal; color : #990033;}
#F10R {  font-family: Arial, sans-serif, Helvetica; font-size: 10pt; font-style: normal; color : #990033;}
#F11R {  font-family: Arial, sans-serif, Helvetica; font-size: 11pt; font-style: normal; color : #990033;}
#F12R {  font-family: Arial, sans-serif, Helvetica; font-size: 12pt; font-style: normal; color : #990033;}
#F13R {  font-family: Arial, sans-serif, Helvetica; font-size: 13pt; font-style: normal; color : #990033;}
#F14R {  font-family: Arial, sans-serif, Helvetica; font-size: 14pt; font-style: normal; color : #990033;}
#F16R {	font-family: Arial, sans-serif, Helvetica;	font-size: 16pt; font-style: normal; color : #990033;}
#F18R {  font-family: Arial, sans-serif, Helvetica; font-size: 18pt; font-style: normal; color : #990033;}




.twoColFixLtHdr #footer {
	padding: 0px 10px 0 15px;
	background-color: #1C1B39;
	color: #CCCCCC;
	height: 35px;
	width: 800px;
} 
div#footer a {
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	line-height: 20px;
}
div#footer a:link {
	color: #FFFFFF;
}
div#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #A40000;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


/* h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}*/
