/* created: July 08, 2009 by Sylvia Ann Meadows or S A Meadows also known as m3cats www.sameadows.com */


body {
   margin: 0 auto;
   font-family: Arial, Helvetica, sans-serif;
   font: 100%;
   line-height: 140%;
   color: black;
}


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 700px;
}
/*  hold logo - website top   */
#pageHeader {
display: none;
}

/*  hold all divs on webpage except header */
#container {
top: 0px;
   width: 699px;
}


/* --  Main Content -- */
#mainContent {
   top: 0px;
   left: 1px;
   width: 695px;
   padding-top: 1px;
   padding-bottom: 1px; 
 
}

/* --  TOP NAVIGATION right column main nav -- */
#mainNav {
display: none;
}

      		
	#mainNav a, #mainNav a:link, #mainNav a:visited  {

display: none;
}
      		
	#mainNav a:hover, #mainNav a:active, #mainNav a:focus  {

display: none;
		}	
	#mainNav ul  {

display: none;
}
	#mainNav li {

display: none;
}
#mainNav h3{

display: none;
}

/* --  END  TOP NAVIGATION right column -- */



/* 
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; 
}


  

   
/***   All fonts formats  *****/
/* fonts or special text styles   */
h1, h2, h3, h4, h5, h6 {
   color: black;
   background-color: white;
   padding: 2px 0px 1px 0px;
}
h1{
	font-size: 118%;
}

h2{
font-size: 112%;
}
	
h3 {
font-size: 106%;
}

h4 {
font-size: 100%;
}

h5 {
font-size: 90%;
}

h6 {
font-size: 75%;
text-align: center;
}


p, dt {
   font-size: 90%;
   padding: 1px 0px 1px 0px;
   text-align: left;
}


abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}


blockquote {
	margin: 0em 0em 0.5em 0em;
	padding: 0.0em 0.8em 0.0em 0.8em;
	font-size: 80%;
	font-style: italic;
	clear: both;
}


ol, dl {
   font-size: 90%;
	margin: 0px 0px 0px 20px;
	padding: 2px 2px 2px 2px;
} 

ul {
   font-size: 90%;
   margin: 0px 0px 0px 0px;
   padding: 1px 1px 1px 10px;
}


li, dd {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	text-align: left;
   list-style: none;
}


a {
	text-decoration: underline;
}
	
a:link {
   color: black;
   background-color: transparent;
}

a:visited {
	color: black;
   background-color: transparent;
}


/*  Special Text format */
.smtxt {
		 clear: both;	
	    padding-left:  1.5em;	
		 font-size: 75%;
}

.finetxt {
		 clear: both;	
		 font-style: oblique;
		 font-size: 80%;
}

/* explaintion box */
#explain {
display: none;
}


	 /* -- special styles images -- */  
    
img {
display: none;
}

.imgclr{
display: none;
}


.noprint{
display: none;
}


/* SPECIAL ID TO ADJUST ALIGNMENT */
/* for the contact form */
#contactform{
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 25px;
	width: 425px;
	text-align: left;
	color: black;
	background-color: white;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

/* SPECIAL CLASSES TO ADJUST ALIGNMENT */
/* Format for sitemap page */
h4.topic {
   margin-top: 5px;
   padding: 4px 4px 4px 4px;
}

.section {
   padding: 4px 4px 4px 4px;
   margin-top: 0px;
   margin-bottom: 5px;
   border: 2px;
   border-style: dotted;
   border-color: #628db5;
}

 






