/* created: August 10, 2009 by Sylvia Ann Meadows or S A Meadows also known as m3cats www.sameadows.com */


body {
   margin: 0 auto;
   background-color: white;
   font-family: "Times New Roman", Times, serif;
   color: black;
   font: 12px;
   line-height: 14px;
}


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 800px;
   background-position: top;
   background-repeat: no-repeat;
}
/*  hold logo - website top   */
#pageHeader {
display: none;
}

 /* --  TOP NAVIGATION right column main nav -- */
#mainNav {
display: none;
}


/*  hold all divs on webpage except header */
#container {
   width: 800px;
}


/* --  Main Content -- */
#mainContent {
   top: 0px;
   left: 5px;
   width: 600px;
   padding-top: 5px;
   padding-bottom: 5px;   
} 




/* 
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 .closing {
display: none;
}
  
#footer .copyright { 
display: none;
}



  

/* TEXT STYLES */
abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, abbr, acronym,  span.abbr {
   padding: 2px 20px 2px 20px;
   text-align: left;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
font-size: 100%; 
}
h2 { 
font-size: 95%; 
}
h3 {
	font-size: 90%; 
}
h4 { 
	font-size: 85%;
}
h5 { 
	font-size: 80%; 
}
h6 {
	font-size: 75%;
}

p, dt {
   font-size: 85%;
}


ol, dl {
   font-size: 85%;
	margin: 0px 0px 0px 25px;
	padding: 2px 2px 2px 2px;
} 
ul {
   font-size: 85%;
   margin: 0px 0px 0px 25px;
	padding: 2px 2px 2px 10px;
}

li, dd {
	font-size: 85%;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 3px;
	text-align: left;
}

a {
	text-decoration: underline;
}
	
a:link {
   color: #ffffff;
   background-color: transparent;
}

a:hover {
   color: black;
   background-color: #cad2e1;
}
a:visited {
   color: #cad2e1;
   background-color: transparent;
}







