/* 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;
   font: 100%;
   line-height: 140%;
   background-color: #008043;
   background-image: url(../images/bckgrnd/green.jpg);
   background-repeat: repeat;
}


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 780px;
  background-color: #008043;
   background-image: url(../images/bckgrnd/money.jpg);
   background-position: center;
    background-repeat: repeat-y;
}
/*  hold logo - website top   */
#pageHeader {
   width: 780px;
   height: 95px;
   background-color: #008043;
   background-image: url(../images/logos/followupforlife.jpg);
   background-repeat: no-repeat;
   background-position: left top;
}

/*  hold all divs on webpage except header */
#container {
position: relative;
   width: 780px;
}


/* --  Main Content -- */
#mainContent {
 position:relative;
   top: 0px;
   left: 145px;
   width: 491px;
   padding-top: 75px;
   padding-bottom: 25px;   
}

/* --  TOP NAVIGATION right column main nav -- */
#mainNav {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 780px;
   height: 40px;
}


/* 
footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
   position: relative;
   bottom: 0px;
   left: 0px;
   height: 200px;
   width: 790px;
  
}
#footer p {
text-align: center;
font-size: 11pt; 
line-height: 15pt;
padding: 0px 0px 0px 0px; 
}	
#footer a {
   text-decoration: underline;
   color: green;
   background-color: transparent;
}
#footer a:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
}
#footer .closing {
   font-size: 18pt;
   padding: 0px 0px 0px 0px; 
   color: #007f42;
   background-color: transparent;
}
  
#footer .copyright { 
font-size: 10pt;  
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, 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: green;
   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;
}
#important{
   font-size: 100%;
   line-height: 120%;
   font-weight: 400;
   color: #002600;
   background-color: transparent;
}
/* styles for images */
img
{ 
border: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
clear: both;
}

.fltleft {
   float: left;
   border: 0px;
   padding: 2px 5px 1px 1px;
   clear: both;
}

.fleric {
   float: left;
   border: 0px;
   margin: 0px 0px 0px 0px;
   padding: 10px 20px 8px 0px;
   clear: both;
}


