@charset "utf-8";
body  {
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size:12px; 
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin:0;
	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: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	
	}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}

p {
	margin: 0px 0px 5px 0px
}
h1 {
	font-size: 24px;
	border-bottom:thin dotted;
	padding-top: 8px;
}
h2 {
	font-size: 16px;
	padding-top: 8px;
	margin-bottom: 3px;
	margin-top:0px;
}
h3 {
	margin-bottom: 3px;
	}
h4 {font-size: 12px;
margin-bottom: 2px;
margin-top: 0px;
}
/***************************
 top banner area 
 ***************************/
.twoColFixLtHdr #banner	{
	height: 180px;
	background: #FFFFFF;
	width: 900px;
	margin-bottom: 0px;
	background-image: url(images/banner900.png);
	
}
	
/*******************************************************************************

 General Navigation Bar Styles

 *******************************************************************************/
 #generalnav {
	background: #FFFFFF;
	height: 30px;
	width: 890px;
	vertical-align: top;
	padding: 10px 0 0 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;	
}

#generalnav a {
display: inline;
text-decoration: none;
align: right;
}

#generalnav ul
{ list-style: none;
margin-top:0px;
padding-top:0px;
margin-left:0px;
padding-left:0px;
color: #18317B;
}

#generalnav li
{ display: inline;
	margin:0px;
	padding:0px;
	margin-right: 5px;
	color:#18317B;
}

#generalnav a:hover
{background-color:#18317B;
color:#FFFFFF;}

#generalnav a:visited a:hover
{color:#18317B;
text-decoration:none;}
 /*******************************************************************************

 NAVIGATION BAR Styles

 *******************************************************************************/

#navbanner {
	background: #18317B;
	width: 900px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
}

.navbanner li
{ display:inline;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.product
{	color:#FFFFFF;
	background-color:#000000;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 11px;
	padding-bottom: 10px;
	border-right:#999999 inset;
	list-style-type: none;
	font:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}
.product li
{display:inline;}

.mainnav
{	margin: 0;
	padding-left: 0;
	padding-top: 11px;
	padding-bottom: 10px;
	list-style-type: none;
	font:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}

.mainnav li
{ display: inline;
}

.mainnav a
{
	background-color: #18317B;
	color:#FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 8px 10px 8px;
	text-decoration:none;
	}
	
.mainnav a:hover
{ background-color: #FFFFFF;
color: #18317B;
}

.mainnav a:active
{background-color: #EBEBEB;
color: #18317B;
}

.activenav a
{	text-decoration:underline;
	color:#18317B;
	background-color:#EBEBEB;
}

ul.activenav li
{ display: inline;
}

ul.activenav a
{ background-color: #999999;
color: #18317B;
margin-right: 0px;
margin-left: 0px;
padding: 10px 8px 10px 8px;
text-decoration:none;
}
	
ul.activenav a:hover
{ background-color: #FFFFFF;
color: #18317B;
}

ul.activenav a:active
{background-color: #EBEBEB;
color: #18317B;
}
/*****************************
sidebar
*****************************/
#wrapper {
	background: url(images/sidebar_back.gif) repeat-y left top;
	margin: 0px;
	border-right: solid #999999 2px;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	margin-top:0px;
}
.sidebarsignup {
	background-color:#999999;
	font-style: italic;
	font-weight: bold;
	margin-top: 50px;
	padding: 5px 5px 5px 5px;
	}
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #18327B;
  font-family: Arial, Helvetica, sans-serif;
}
.comesee {
	font-weight: bold;
	margin-top: 10px
	}
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #18327B;
  font-family: Arial, Helvetica, sans-serif;
}

/*******************************
site map area
********************************/
#sitemap {
	background-color:#FFFFFF;
	margin: 0px 0px 0px 225px;
	padding-left: 20px;
}

#sitemap ul
{ list-style: none;
display:inline;
margin-top:0px;
padding-top:0px;
margin-left:0px;
padding-left:0px;
color: #18317B;
}

#sitemap li
{
	display:inline;
	margin:0px;
	padding:0px;
	margin-right: 10px;
	text-decoration:underline;
	color:#18317B;
}

#sitemap a:hover
{background-color:#18317B;
color:#FFFFFF;}

#sitemap a:visited a:hover
{color:#18317B;}
	
/********************************
main content area
*********************************/
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin: 0px 10px 0px 225px;
	padding-left: 20px;
	
} 

/*********************************
main content styles
*********************************/

.more {
	color: #33C;
	margin: 0px 20px 8px 0px;
	text-align:right;
}
.morecenter {
	color: #33C;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.moreleft {
	color: #33C;
	margin: 5px 0px 8px 41px;
	text-align:left;
}
.list {
	list-style-type: disc;
	margin: 3px 0px 3px 50px;
}
.listlftimg {
	list-style-type: none;
	margin: 3px 0px 3px 100px;
}
.listbigleftind {
	list-style-type:disc;
	margin: 3px 0px 3px 100px;
}
.listnoindent {
	list-style-type:disc;
	margin: 3px 0px 3px 0px;
	}
.parabold_14 {
	font-weight:bold;
	font-size:14px;
	}
img.leftfloat {
	float:left;
	margin-left: 2px;
	padding-right: 0px;
	margin-right: 10px;
	}
img.rightfloat {
	border: none;
	float:right;
	padding-left: 10px;
	}
img.imagelink {
	border: 0;
	}
img.imagergtpad {
	padding-right: 20px;
}

