body {
    font-size: 75%; 
    font-family: verdana, helvetica, sans-serif; 
    background-color: #FFFFFF;
    width:100%;
}

p {
    background-color: #FFFFFF;
}

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 100% tahoma; color: #009966; text-decoration: none;} 
a:active {font: bold 100% tahoma; color: #009966; text-decoration: none;}
a:visited {font: bold 100% tahoma; color: #009966; text-decoration: none;}
a:hover {font: bold 100% tahoma; color: #009966; text-decoration: underline;}

.sidebar
{
    width: 130px;
    * width: 140px;
    height: 100%;
    background-color: #99CC99;
    color: #009966; 
    font-weight: bold;
    padding: 5px 5px 5px 5px;
		float: left;

}

.sidebarleft
{
    width: 140px;
    height: 100%;
    background-color: #FFFFFF;
    color: #000000; 
    padding: 5px 5px 5px 5px;
		float: right;

}
.sidebarright
{
    width: 275px;
    height: 100%;
    background-color: #FFFFFF;
    color: #000000; 
    padding: 5px 5px 5px 5px;
    float: right;
    text-align: center;
}

.sidebaritem
{
    width: 130px;
    background-color: #009966; 
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 3px;

}


.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px; /* keeps text off the borders */
    font-family: verdana, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}


.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 160px;
    padding-right: 20px;
}
