/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }



H1 
{
    font-family:Tahoma,serifSansSerifMonospace;
    font-size:14pt;
    color:#3f3f3f;
}

P 
{
    font-family:Tahoma,serifSansSerifMonospace;
    font-size:8pt;
    color:#3f3f3f;
}

LI 
{
    font-family:Tahoma,serifSansSerifMonospace;
    font-size:8pt;
    color:#3f3f3f;
}

A
{
    font-family:Tahoma,serifSansSerifMonospace;
    font-size:8pt;
    color:#7f1e1d;
}

P.GreenText
{
    font-family:Tahoma,serifSansSerifMonospace;
    font-size:8pt;
    color:#005f39;
 
}

P.FieldNames
{
font-family:Tahoma,serifSansSerifMonospace;
    font-size:10pt;
    font-weight:bold;
    color:#5f835c;
}


body {
 font-family:Tahoma,serifSansSerifMonospace;
    font-size:8pt;
    color:#3f3f3f;
 margin: 0 auto; 
 padding: 0;

}
#wrapper { 
 margin: 0 auto;
 width: 775px;
}

}
#header {
 color: #333;
 width: 775px;
 padding: 0px;
 height: 283px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}

#footer { 
 width: 775px;
 clear: both;
 color: #333;
 background: #ffffe6;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 80px;
}
.clear { clear: both; background: none; }