html { min-height: 100%; margin-bottom: 1px; }

body 
{
 font-family: verdana, sans-serif;  
 text-align: center;
 background: #fff url('graphics/bodybg.jpg') top left repeat;
}

#wholepage
{
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;	
background: #fff url('graphics/mainbg.gif') top left repeat-y;
border: 1px solid #535353;
}

#leftnavwrap
{
 width: 180px;
 margin: 0px;
 float: left;
 text-align: center;
 color: #fff;
 font-size: 0.8em;
}

span.leftnavno
{
 font-family: verdana, sans-serif;  
 color: #fff; 
 background-color: none;
 font-size: 1.0em; 
 width: 158px;
 display: block;
 text-align: left;
 padding-top: 5px;
 margin-left: 22px;
 padding-bottom: 5px;
 border-top: 1px solid #e4e4d2;	
}

a.leftnav, a:visited.leftnav
{
 font-family: verdana, sans-serif;  
 color: #fff; 
 background-color: none;
 text-decoration: none; 
 font-size: 1.0em; 
 width: 158px;
 display: block;
 text-align: left;
 padding-top: 5px;
 margin-left: 22px;
 padding-bottom: 5px;
 border-top: 1px solid #e4e4d2;
}

a:hover.leftnav
{ 
 background-color: #e4e4d2;
 color: #000000;
 font-style: italic; 
 font-weight: bold;
}

a.leftnavserv, a:visited.leftnavserv
{
 font-family: verdana, sans-serif;  
 color: #fff; 
 background-color: none;
 text-decoration: none; 
 font-size: 0.8em; 
 width: 152px;
 display: block;
 text-align: left;
 padding-top: 5px;
 margin-left: 28px;
 padding-bottom: 5px;
}

a:hover.leftnavserv
{ 
 background-color: #e4e4d2;
 color: #000000;
 font-style: italic; 
 font-weight: bold;
}

#contenttext
{
width: 670px;
text-align:justify;
font-family: verdana;
font-size: 0.8em;
color: #515151;
float: right;
padding-right: 20px;
}

a.cont, a:visited.cont
{
 text-decoration: underline;
 color: #515151;
 font-weight: bold;	
}

.heading
{
 margin-top: 15px;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 color: #507810;
}

p.pad20
{
 padding-left: 20px;	
 padding-right: 30px;
}

div.boxquote
{
 width: 600px;
 margin-left: 25px;
 padding: 10px;
 font-style: italic;
 border: medium double #535353;
 background-color: #e4e4d2;
}

#footer
{
 width: 100%;
 clear: both;	
}

#subfooter
{
 width: 100%;
 clear: both;
 font-family: verdana;
 font-size: 0.7em;
 color: #fff;
 text-align: center;
 background-color: transparent;
}

#subfooter a:link
{
 color: #fff;
 text-decoration:none;
 font-weight: bold;
}

#subfooter a:hover
{
text-decoration:underline;
font-weight: bold;
}

#subfooter a:visited
{
text-decoration:none;
font-weight: bold;
color: #fff;
}

