/* created: August 10, 2009 by Sylvia Ann Meadows or S A Meadows also known as m3cats www.sameadows.com */


body {
    margin: 0px auto 0px auto;
   background-color: black;
   background-image: url(../images/bckgrnd/body.jpg);
   background-repeat: repeat;
   font-family: "Times New Roman", Times, serif;
   color: #cccccc;
   font: 85%;
   line-height: 100%;
}


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 800px;
   background-image: url(../images/bckgrnd/homeBckgrnd.jpg);
   background-position: top;
   background-repeat: no-repeat;
}
/*  hold logo - website top   */

#pageHeader {
   width: 800px;
   height: 95px;
   background-position: left top;   
}

 /* --  TOP NAVIGATION right column main nav -- */
#mainNav {
   position: absolute;
   width: 750px;
   height: 70px;
   margin: 0px 0px 0px 0px;
   padding: 30px 0px 0px 15px;
}

/*  hold all divs on webpage except header */
#container {
   position: relative;
   width: 800px;
}


/* --  Main Content -- */
#mainContent {
   position: relative;
   top: 0px;
   left: 15px;
   width: 770px;
   min-height: 450px;
   padding-top: 1px;
   padding-bottom: 5px;
} 




/* 
footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
   position: relative;
   bottom: 0px;
   left: 0px;
   height: 100px;
   width: 800px;
}
#footer p {
text-align: center;
font-size: 10pt; 
line-height: 12pt;
padding: 0px 0px 0px 0px; 
background-color: transparent;
color: #879bbc;
}	
#footer a {
   text-decoration: underline;
color: #879bbc;
}
#footer a:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
}
#footer .closing {
   padding: 0px 0px 0px 0px; 
font-size: 8pt; 
line-height: 12pt;
}
  
#footer .copyright { 
padding: 0px 0px 0px 0px; 
}



  

/* TEXT STYLES */
abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, abbr, acronym,  span.abbr {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
   text-align: left;
}

h1 {
font-size: 97%; 
}
h2 { 
font-size: 94%; 
}
h3 {
	font-size: 90%; 
}
h4 { 
	font-size: 87%;
}
h5 { 
	font-size: 85%; 
}
h6 {
	font-size: 80%;
}

p, dt {
   font-size: 80%;
}


ol, dl {
   font-size: 80%;
	margin: 0px 0px 0px 20px;
	padding: 1px 1px 1px 2px;
} 
ul {
   font-size: 80%;
	margin: 0px 0px 0px 20px;
	padding: 1px 1px 1px 1px;
}

li, dd {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 1px 1px;
   text-align: left;
}

a {
	text-decoration: underline;
}
	
	
a:link {
   color: #879bbc;
   background-color: transparent;
}

a:hover {
   color: black;
   background-color: #cad2e1;
}
a:visited {
   color: #879bbc;
   background-color: transparent;
}



















