/* updated: Jan 2008 by Sylvia Ann Meadows also known as m3cats */



body {
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 125%;
	font-family: "Kristen ITC", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
}



#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 {
display: none;
}


#mainContent {
position: absolute;
top: 0px;
left: 0px;
width: 550px;
	padding-top: 0px;
	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  {
display: none;
}



#footer p {
display: none;
}
#footer a {
display: none;
}
#footer a:hover {
display: none;
}
  
#footer .copyright {
display: none;

}

#footer .closing {
display: none;
}
  

/* text styles   */


fieldset {
	width: 80%;
	padding: 10px 30px 10px 30px;
}

acronym {
border: none;
}

 a {
	color: black;
}
 a:link {
	color: black;
}
 



h1, h2, h3, h4, h5, h6 {
	font-family: "Kristen ITC", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

h1, h2 {
	text-align: center;
	text-transform: capitalize;
}

/* styles for "h1" headers */
h1 {
font-size: 125%;
}

/* styles for "h2" headers */
h2 {
font-size: 115%;
}


/* 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;
}

/* special formats */
.fltlft {
float: left;
border: 0px;
clear: both;	
}

img
{
display: none;
}

.imgClr {
display: none;
}

hr.noprint {
display: none;
}

/* 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;
}
	




