/* updated: April 2007 by Sylvia Ann Meadows also known as m3cats */



body {
	margin: 2px 0px 3px 0px;
	color: #04508E;
	background-color: white;
	background-image: url(../bbs_images/body.png);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 126%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}



#container {
position: relative;
top: 0px;
left: 0px;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 245px 0px 0px 0px;
	text-align: left;
	height: auto;
	background-color: White;
   color: #144D7F;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
	position: absolute;
	top: -245px;
	left: 0px;
	height: 245px;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	background-image: url(../bbs_images/bbsHeader.png);
	background-repeat: no-repeat;
}


#mainContent {
position: absolute;
top: 245px;
left: 0px;
background-color: white;
width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

p, #mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 10px 1px;
	text-align: left;
	font-size: 100%;
}
	



/* footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
	position: absolute;
	left: 0px;
	height: 280px;
	width: 700px;
	padding-top: 140px;
	text-align: center;
	background-image: url(../bbs_images/foot2007.jpg);
	background-repeat: no-repeat;
	background-color: White;
	color: #094A8E;
}



#footer p {
   text-align: center;
   font-size: 9pt;
   line-height: 20pt;
   margin: 0px 0px 0px 0px;
   padding: 2px 0px 2px 0px;
}
#footer a {
	text-decoration: underline;
	color: green;
	background-color: white;
}
#footer a:hover {
	text-decoration: none;
	color: green;
	background-color: yellow;
}
  
#footer .copyright {
   font-size: 9pt;
   margin-top: 50px;
   line-height: 12pt;
   color: #f48e27;
   background-color: white;
}

#footer .closing {
	font-size: 11pt;
	font-weight: bold;
	color: #094A8E;
	background-color: white;
	margin-top: 6px;
	margin-bottom: 15px;
}
  

/* text styles   */


fieldset {
	width: 80%;
	padding: 10px 30px 10px 30px;
}

acronym {
border: none;
}

 a {
	text-decoration: underline;
}
 a:link {
	color: green;
}
 a:visited {
	color: #831784;
}
 a:hover {
	text-decoration: none;
	color: #F87723;
	background-color: transparent;
}



h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	background-color: white;
	color: #06529E;
}

h1{
	padding: 0px 1px 2px 1px;
	font-size: 125%;
	background-color: White;
	color: #FC7C00;
}

h2{
padding: 0px 1px 2px 1px;
font-size: 110%;
}
	
h3 {
padding: 0px 1px 1px 1px;
	font-size: 100%;
}

h4 {
padding: 0px 1px 1px 1px;
font-size: 95%;
}

h5 {
padding: 0px 1px 1px 1px;
font-size: 90%;
}

h6 {
padding: 0px 1px 1px 1px;
font-size: 80%;
}


ul {
	list-style-position: outside;
	list-style-image: url(../bbs_images/li.jpg);
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-left: 25px;
}
li{
	font-size: 100%;
	margin-top: 0px;
	padding: 0px 1px 3px 12px;
	text-align: left;
}


ul.arrow {
	list-style-position: outside;
	list-style-image: url(../bbs_images/arrow.gif);
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-left: 25px;
}
li.arrow{
	font-size: 100%;
	margin-top: 0px;
	padding: 0px 1px 3px 12px;
	text-align: left;
}

/* special formats */
.fltlft {
float: left;
border: 0px;
clear: both;	
}

.imgClr {
	vertical-align: middle;
	padding: 0px;
	clear: both;
	border: 0px;
}

hr.noprint {
width: 100%;
}

/* Styles for Sitemap Page */

.menu{
	width: 550px;
	border: 1px solid #006699;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-position: top;
	clear: both;
}

.menuTop {
	width: 550px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid #006699;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
	




