  a:link{color: white;}
  a:visited{color: white;}
  a:hover{color: gray;}
  a:active{color: white;}

body
{
    background-image: url(images/farmbackground.jpg);
    background-repeat: repeat-y; 
    background-attachment: fixed
	}

.container
{
    text-align: center;
    font-family: Verdana, Arial;
    background: none;
    margin: 0px auto;
    width: 800px;
    height: 100%;	
	}

.header
{
    height: 125px;
    margin: 0px;
	}

.main {
    background:#ffffff;
    float:right;
    width:650px;
	}

.sidebar {
    background:#4875B8;
    margin: 0px;
    float:left;
    width:150px;
    height:700px;
    text-align: left;
	}

.sidebar a  {
    display: block;
    padding: 10px;
    width: 128px;
    background-color: #4875B8;
    border-bottom: 1px solid #4875B8;
    text-decoration: none;
	}

.sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
	}


.sidebar a:link, .navlist a:visited
{
    color: #EEE;
    text-decoration: none;
	}

.sidebar a:hover
{
    background-color: #305FAD;
    color: #fff;
	}

.text 
{
    text-align: left;
    font-family: Verdana, Arial;
    margin: 10px;
    padding: 5px;
	}



table.events

{ 
    
    width: 100%;

    text-align: left;

    background-color: #fafafa;

    border: 1px solid #000000; 
    margin-bottom:15px;
    border-collapse:collapse;
 
	}

th,td
{
    width:auto;
    border: 1px solid #000000;
    padding: 5px;
	}

*.col1
{
    background:#cccccc;
    width:150px;
	}

.footer
{
    background-color: #4875B8;
    font-size: small;
    color: #ffffff;
    font-family: Verdana, Arial;
    text-align: center;
	}

