@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 */
	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: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
p {
	margin: 0px 0px 0px 0px
}
h1 {
	font-size: 24px;
	border-bottom:thin dotted;
	padding-top: 8px;
}
h2 {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
}
h3 {
	margin-bottom: 3px;
	}
#navbanner ul {
	border-bottom: 2px solid #18327B;
	margin: 1px;
	padding-left: 0px;
	float: left;
	width: 100%;
	}

#navbanner li {
	list-style: none;
	float: left;
	background: #FFF url(images/right_side2.png) no-repeat right top;
	margin-right:  3px;
	position: relative;
}

#navbanner a {
	display: block;
	padding: 7px 7px 4px 7px;
	background-image: url(images/left_side2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	}

#navbanner a:hover {
	background-image: url(images/right_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	display: block;
}
#navbanner ul ul{
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
}
.sidebarsignup {
	background-color:#3F658C;
	font-style: italic;
	margin-top: 5px;
	color: #FFFFFF;
	}
.signupframe {
	border: 1px solid #000000;
	background: #ffffff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.activemenu {
	border-bottom: #CCCCCC thin dotted;
	}
.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: 0px 0px 8px 41px;
	text-align:left;
}
.list {
	list-style-type: disc;
	margin: 3px 0px 0px 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 {
	float:right;
	margin-right: 0px;
	padding-left: 10px;
	}
img.imagelink {
	border: 0;
	}
img.imagergtpad {
	padding-right: 20px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	} 
.twoColFixLtHdr #banner	{
	height: 155px;
	background: #FFFFFF;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 3px;
	background-image: url(images/bannerwide.png);
	background-position: center;
	background-repeat:no-repeat;
}
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #18327B;
  font-family: Arial, Helvetica, sans-serif;
}
#navbanner {
	height: 33px;
	background: #ffffff;
	width: 950px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	
}
#sidebar {
	background: #EBEBEB;
	border-left: 2px, solid, #999999;
	border-right: 2px, solid, #999999;	
}
#sitemap {
	background-color:#FFFFFF;
	padding: 10px, 0px, 10px, 0px;
	}	
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	} 

