
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#7A9C84;  
}
  
#container
{
width: 800px;
margin: 10px auto;
background-color:#7A9C84;
line-height: 130%;
overflow:hidden;
}

#top
{
padding: 2em;
 position:relative; 
 height:52px; 
 background-color:#7A9C84;
 width:800px;
}

h6{ text-indent:-9000px;}

#top h1
{
padding: 0;
margin: 0;
}

a:link {
 text-decoration: none;
 color: #000000
 }
a:visited 
{ 
text-decoration: none; 
color: #800000;
}
 
a:hover 
{
color: #800000;
text-decoration: none; 
}   

a:active 
{
color: #800000;
text-decoration: none; 
}

#nav
{
float: left;
width: 800px;
padding: 1em 1px 0 1px;
background: #D0AA74;
font: normal bold 900 20px Georgia;

}


#content
{
float: left;
width: 800px;
margin-left: 0 auto;
padding: 1em 1em 0 0;
/**max-width: 36em;**/
background: #D0AA74;
}

#footer
{
clear: both;
background: #7A9C84;
margin: 0 auto;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
width:800px;
border-top:1px solid;
}

#nav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
  


table.one{
margin: 0 0 0 30px; 
padding: 0; 
table-layout: fixed;
font-weight: Bold; 
text-align: center;
background-color: #7A9C84;
border: black ridge Medium;
color: #000000;
} 

table.two{
margin: 30px; 
padding: 10px; 
table-layout: automatic;
font-weight: Bold; 
text-align: left;
background-color: #D0AA74;
border: thin solid #000000
color: #000000;
} 

tr {border: thin solid #000000}

h3 {
text-decoration: underline;
text-align: center;
}

h4 {
text-align: left;
padding: 1em 1em 1em 2em;
}

h1 {
text-decoration: underline;
text-align: center;
}

#indent{padding-left: .5cm;}

#pad {
margin: 1em 1em 1em 2em;
text-align: left;
font-family: georgia, serif;
font-size: 20px;
}

.homebox { 
/**float: left; **/
position: absolute;
left: 100px;
top: 620px;
width: 150px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 6px 2px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: left;
margin: 1em 0 1em 1em;
}

.linebox { 
position: absolute;
left: 250px;
top: 620px;
width: 40px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 6px 2px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: right;
margin: 1em 0 1em 0;
}

.visitorbox { 
position: absolute;
left: 290px;
top: 620px;
width: 150px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 6px 12px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: left;
margin: 1em 0 1em 0;
}

.picksbox { 
position: absolute;
left: 440px;
top: 620px;
width: 120px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;

border-bottom: 1px solid #000000;
padding: 6px 2px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: left;
margin: 1em 0 1em 0;
}

.bybox { 
position: absolute;
left: 560px;
top: 620px;
width: 50px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 6px 2px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: left;
margin: 1em 0 1em 0;
}

.moneylinebox { 
position: absolute;
left: 610px;
top: 620px;
width: 40px;
height:340px;
background-color: #7A9C84;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 6px 10px;
font: normal bold 900 14px Georgia;
line-height: 130%;
text-align: left;
margin: 1em 0 1em 0;
}

.buttonbox { 
float: left;
width: 110px;
height:30px;
background-color: #7A9C84;
border: 1px solid #000000;
padding: 6px 2px;
font: normal bold 900 18px Georgia;
line-height: 130%;
text-align: center;
margin: 0 0 0 25px;
}

.bodylinks a:link {text-decoration: none; color: blue;}
.bodylinks a:visited {text-decoration: none; color: red;}
.bodylinks a:active {text-decoration: none; color: red;}
.bodylinks a:hover {text-decoration: underline; color: red;}










