/* updated: Jan 19, 2007 by Sylvia Ann Meadows also known as m3cats */


body {
	margin: 0px;
	padding: 0;
	text-align: center;
	line-height: 125%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	color: black;
	background: #FFF url(../images/body.jpg) repeat-x top;
}



#container {
	width: 775px;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	height: auto;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
display: none;
}


/* --  TOP NAVIGATION -- */
/* navigation on top under the logo */
 .navlisttop {
display: none;
}

.navlisttop ul {
display: none;
}

.navlisttop li {
display: none;
}


#mainContent {
position: absolute;
top: 0px;
left: 0px;
background-color: white;
width: 600px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

p, #mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 10px 1px;
	text-align: left;
}
	



/* footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
display: none;
}



#footer p {
display: none;
	}
#footer a {
	text-decoration: underline;
display: none;
}
#footer a:hover {
display: none;
}
  
#footer .copyright { 
display: none;
}

#footer .closing {
display: none;
}
  


#linkList {
display: none;
  }
  
#linkList a {
display: none;
}
#linkList ul {
display: none;
}
#linkList li {
display: none;
}

#lselect li {display: none;}
#lselect li a {display: none;}



/* Google AdSense far right */
 #googleAd {
display: none;
} 



/* text styles   */

acronym {
border: none;
}
a {
text-decoration: none;
}
a:link {
	color: black;
}
a:visited {
	color: #B56027;
}
a:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
}



h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	color: black;
	background-color: white;
}


h1{
	padding: 0px 1px 2px 1px;
	font-size: 125%;
}

h2{
padding: 0px 1px 2px 1px;
font-size: 105%;
}
	
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-type: disc;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul{
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

/* special ul, li  */

ul.underlist {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul.underlist li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

  /* special text formats */
 .txtbsmgrn{
	font-size: 85%;
	font-weight: bolder;
	color: black;
	background-color: white;
}

/* special formats */
.fltlft {
display: none;
}

/* Styles for Sitemap Page */

	.pageSiteMap {
	width: 450px;
	text-align: center;
	border-right:  1px ridge #004B25;
	border-bottom:  1px ridge #004B25;
	border-left:  1px ridge #004B25;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pageSiteMap h4{
	padding: 1px 1px 1px 20px;
	color: #CF7225;
}
.pageSiteMap h5{
	padding: 1px 1px 1px 20px;
	color: #CF7225;
}
	.menuSiteMap{
	color: white;
	background-color: white;
	background-image: url(../images/siteMap.jpg);
	background-repeat: repeat-x;
	border-bottom:  1px ridge #004B25;
	border-top: 1px ridge #004B25;
	height: 30px;
	text-align: center;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}