body {background-color:#371102}
h1 {font-size: 30pt; color: #6B2503; text-align: center}
h2 {font-size: 24pt; color: #6B2503; text-align: center}
h3 {font-size: 16pt; color: #6B2503; text-align: center}
h4 {font-size: 14pt; color: #6B2503; text-align: left}
h5 {font-size: 12pt; color: #6B2503; text-align: left}
h6 {font-size: 10pt; color: #6B2503; text-align: center}

ul {list-style-image: url('Images/squarebullet.gif')}
ul.sub {list-style-image: url('Images/sm_squarebullet.gif')}

p {text-indent: 20px} 

a:link     {color:#4B2503}
a:visited  {color:#505000}
a:hover    {color:#000000; font-weight: bold}
a:active   {color:#505000}

p.ridge {border-style:ridge}
p.solid {border-style:solid; border-width:1px;}

/*This is a comment*/

/*dark green from business card hex: 86914F*/
div.topborder
{
background-color:rgb(134,145,79);
width:976px;
padding:0px;
border:1px solid black;
margin:0px;
height:25px;
font-family: Verdana; 

}

/*beige from business card hex: EDE3AE*/
div.header
{
background-color:rgb(237,227,174);
width:976px;
padding:0px;
border:1px solid black;
margin:0px;
height:150px;
font-family: Verdana;
}

div.main
{
vertical-align:center;

background-color:white;
width:976px;
padding:0px;
border:1px solid black;
margin:0px;
height:470px;
font-family: Verdana;
}

div.article
{
vertical-align:center;

background-color:white;
width:976px;
padding:0px;
border:1px solid black;
margin:0px;
font-family: Verdana;
}

/*light green from business card hex: B5BA78*/
div.foot
{
background-color:rgb(181,186,120);
width:976px;
padding:1px;
border:1px solid black;
margin:0px;
height:30px;
font-family: Verdana;
font-size: 13px;
}



/*green from logo hex: 62771C*/
div.logogreen
{
background-color:rgb(98,119,28);
width:976px;
padding:0px;
border:1px solid black;
margin:0px;
height:20px;
font-family: Verdana;
}

