/* updated: July 2010 by Sylvia Ann Meadows also known as m3cats */



body {
   margin: -177px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   line-height: 125%;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 100%;
   color: #573900;
   background-color: #ecd196;
   background-image: url(../images/bckgrnd/bgStripe.gif);
   background-repeat: repeat;
}



#container {
position: relative;
top: 0px;
left: 0px;
	width: 650px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: auto;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 177px;
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mainContent {
   position: absolute;
   top: 177px;
   left: 0px;
   background-color: white;
   width: 550px;
   padding-top: 200px;
   padding-bottom: 30px;
   padding-left: 50px;
   padding-right: 50px;
   background-image: url(../images/bckgrnd/textArea.jpg);
}

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: 220px;
	width: 650px;
	padding-top: 50px;
	text-align: center;
	background-image: url(../images/logo/footer.jpg);
	background-repeat: no-repeat;
	background-color: #D87800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Yellow;
}



#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: Yellow;
	background-color: #D87800;
}
#footer a:hover {
	text-decoration: none;
	color: green;
	background-color: #D87800;
}
  
#footer .copyright {
	font-size: 9pt;
	margin-top: 30px;
	line-height: 12pt;

}

#footer .closing {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;

}
  

/* text styles   */


fieldset {
	width: 80%;
	padding: 10px 30px 10px 30px;
}

acronym {
border: none;
}

 a {
	text-decoration: underline;
}
 a:link {
   color: #313100;
}
 a:visited {
   color: #252600;
}
 a:hover {
	text-decoration: none;
	color: #392000;
	background-color: yellow;
}



h1, h2, h3, h4, h5, h6 {
   font-family: "Kristen ITC", Verdana, Helvetica, sans-serif;
   color: #825500;
   font-weight: bold;
}

h1, h2 {
	text-align: center;
	text-transform: capitalize;
}

/* styles for "h1" headers */
h1 {
font-size: 120%;
}

/* styles for "h2" headers */
h2 {
font-size: 110%;
}


/* styles for "h3" headers */
h3 {
font-size: 100%;
}

/* styles for "h4" headers */
h4 {
font-size: 95%;
}

/* styles for "h5" headers */
h5 {
font-size: 90%;
}
/* styles for "h6" headers */
h6 {
font-size: 80%;
}


ul {
	list-style-position: outside;
	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 11px;
	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: 8px 1px 4px 2px;
	text-align: left;
}

/* special formats */
.fltlft {
float: left;
border: 0px;
clear: both;	
}

img
{
	vertical-align: middle;
	padding: 0px;
	clear: both;
	border: 1px solid #F9F12E;
}

.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;
}
	






