body {
background-color: #ffffff;
background-repeat: no-repeat; 
font-family: Lucida Sans, Trebuchet MS, sans-serif;
font-size:13px;
margin:0;
padding:0;
width:100%;
}

/* no padding unless I say so! */

* {
padding: none;
margin: none;
}

#ffh-bar {
height: 50px;
background-image: url('pics/topbar.jpg');
background-repeat: repeat;
width:100%;
/* font-family: Lucida Sans, Trebuchet MS, sans-serif;
font-size:22px; */
font-weight:bold;
margin: 0px;
padding: 0px;
}

#container {
width:768px;
text-align:center;
margin-left:auto;
margin-right:auto;
border: 1px solid #4d9d9e;
margin-top: 2px;
padding: 0px;
}

p {
font-family: Lucida Sans, Trebuchet MS, sans-serif;
text-align: left;
font-size: 14px; /* font set for main text here */
font-weight: normal;   
color: #274126; 
padding: 2px;
}

h2 {
font-family: Lucida Sans, Trebuchet MS, sans-serif;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #000000; 
padding: 2px;
}

a
{
text-decoration: underline;
color : #477680;
}

a:hover

{
text-decoration: underline;
background-color: #b9e93b;
color : #477680;
}

#bodytext
{
    clear:bottom;
    border:0px;
    margin:0px;
    padding:0px;
    background-color:white;
    font-family: Lucida Sans, Trebuchet MS, sans-serif;
    font-size:16px; /* 13 */
}

/* special states within bodytext */

a.bodytext
{
text-decoration: underline;
color : #000000;
background-color: #ccff66;
}

#bodytext a:hover 
{
text-decoration: underline;
color : #000000;
background-color: #ffffff;
}

/* right menu boxes */ 

#infoboxleft
{
     width: 247px;
    float: left;
    margin:2px;
    padding: 1px;
    background-color: #ffffff;
    background-image: url('pics/leftinfobg.jpg');
    background-repeat: repeat;
    border: 1px solid #4d9d9e;
}

#infoboxmiddle
{
    width: 247px;
    float: left;
    margin:2px;
    padding: 1px;
    background-color: #ffffff;
    background-image: url('pics/middleinfobg.jpg');
    background-repeat: repeat;
    border: 1px solid #1c6b3c;
}

#infoboxright
{
    width: 247px;
    float: left; 
    margin:2px;
    padding: 1px;
    background-color: #ffffff;
    background-image: url('pics/rightinfobg.jpg');
    background-repeat: repeat;
    border: 1px solid #006699;
}

#footer
{
    padding:2px;
    font-family: Lucida Sans, Trebuchet MS, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: normal;   
    color: #000000; 
    background-color: #b9e93b;
    height: auto;
    position : relative;
    width:764px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    border-left: 1px solid #4d9d9e;
    border-right: 1px solid #4d9d9e;
    border-bottom: 1px solid #4d9d9e;
}


#banner
{
    float : top;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* important or positioning chaos ensues. makes it possible to work in both IE and FF */
#bottomclear
{
    clear:both;
}


