/* created: August 10, 2009 by Sylvia Ann Meadows or S A Meadows also known as m3cats www.sameadows.com */


body {
   margin: 0 auto;
 font-family: "Times New Roman", Times, serif;
   color: black;
   background-color: white;
   font: 100%;
   line-height: 140%;

}


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 780px;

}
/*  hold logo - website top   */
#pageHeader {
display: none;

}

/*  hold all divs on webpage except header */
#container {
position: relative;
   width: 780px;
}


/* --  Main Content -- */
#mainContent {
 position:relative;
   top: 0px;
   left: 1px;
   width: 550px;
   padding-top: 1px;
   padding-bottom: 1px;   
}

/* --  TOP NAVIGATION right column main nav -- */
#mainNav {
display: none;
}


/* 
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: 4px 0px 4px 0px;
   text-align: left;
}
h1, h2, h3, h4, h5, h6 {
   color: black;
   background-color: transparent;
}

h1 {
font-size: 130%; 
}
h2 { 
font-size: 120%; 
}
h3 {
	font-size: 110%; 
}
h4 { 
	font-size: 100%;
}
h5 { 
	font-size: 90%; 
}
h6 {
	font-size: 80%;
}

p, dt {
   font-size: 95%;
   padding: 0px 0px 0px 0px;
}


ol, dl {
   font-size: 90%;
	margin: 0px 0px 0px 25px;
	padding: 2px 2px 2px 2px;
} 
ul {
   font-size: 90%;
	padding: 2px 2px 2px 10px;
}

li, dd {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 3px;
	text-align: left;
}

a {
	text-decoration: underline;
}
	
a:link {
   background-color: transparent;
   color:  #008043;
}

a:visited {
   background-color: transparent;
   color:  #008043;
}


/* Special Text  */


#top{
   font-size: 70%;
   line-height: 120%;
   padding: 8px 8px 0px 300px;
   text-align: right;
}

/* styles for images */
img
{ 
display: none;
}

.fltleft {
display: none;
}

