/* Global styles */

BODY
{
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-size: 1em;
  color: #000000;
  margin: 0px;
  background-image:url(images/.gif); 
  background-color:#ffffff;
  text-align:center;
  text-decoration: none;
}
 
A 
{
  text-decoration: underline;
}

A:hover
{text-decoration: none;
color:#8f1e1e; }
  
LI
{
list-style:none;
}




#header
{
border-left: 0px;
border-right:0px;
border-top:5px;
Border-bottom:5px;
border-style:solid;
border-color:#A37D40;
background-image:url(images/header.gif);
height:130px;
}


#frame 
{
width:750px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:center;
}

#mainleft 
{
width:20%;
height:400;
background-image:url(images/sidenavbg.gif);
border-left: 4px;
border-right:0px;
border-top:4px;
border-style:solid;
border-color:#A37D40;
padding:10px;
font-size: .6em;
text-align: center;
align:bottom;
}

#maincenter {
width:60%;
height:400;
padding:10px 10px 0px 40px;
background-image:url(images/mnbg.gif);
background-repeat:no-repeat;
border-bottom: 8px;
border-left:1px;
border-right:1px;
border-top:8px;
border-style: solid;
border-color:#A37D40;
align:top;
font-size: .8em;
text-align:left;

}
	
#mainright 
{
width:20%;
height:400;
padding:10px;
background:#699177;
border-left: 0px;
border-right:4px;
border-top:4px;
border-style:solid;
border-color:#A37D40;
text-align: center;
font-size: .6em;
}
#mainright img

{
border-style: none;
padding-top:1em; 
}


#footer
{
width:750px;
height:15px;
background:#005825;
border-left: 4px;
border-right:4px;
border-top:4px;
border-style: solid;
border-color:#A37D40;
background-image:url(images/ftbg.gif);
}

.link
{
  text-color:#ffffff;
}
.link:hover
{
  text-color:#123;
}
.copyright
{
  font-size: .6em;
  text-align:center;
  padding-top:5px;
}
.copyright a:hover 
{
 color:#A37D40;
}
