body {
     padding:0;
     margin: auto;
     margin-top:0;
     height: 100%;
     text-align: center;
     border:none;
     background-color: #45500b;
     background-image: url(Images/back.jpg) repeat-x fixed top left;
     font-color: #000000;
     }

h1 { font-family: Tahoma, arial, sans-serif; color: #004000; weight: bold; font-size: 1.5em;}
h2 { font-family: Tahoma, arial, sans-serif; color: #004000; weight: bold; font-size: 1em; margin-top: 1em; margin-bottom: .25em;}

a.link {
	color: #00FFFF;
	text-decoration: underline;
	}

#container {
     width: 780px;
     padding: 0px;
     position: relative; top:0px;
     text-align: center;
     background-color: #FFFFFF;
     border: 6px #e6eeb6 ridge;
     margin-left: auto;
     margin-right: auto;
     height: 100%;
     overflow: hidden;
     }
   
#banner {
height: 105px;
border: 0px;
padding: 0;
     text-align: center;
}

#navbar {
   clear: both;
   text-align: center;
   position: relative;
   top: -15px;
   padding-top: 10px; 
   padding-bottom: 10px;
   padding-right: 0px;
   width: 100%;
   background-color: #45500b;
   border: 0px;
   font-family: Tahoma, sans-serif;
   font-size: 15px;
   font-weight: heavy;
   color: #FFFFFF;
   z-index: 100;
 }
#navbar a:link a:visited a:hover a:active {
	color: #FFFFFF;
	text-decoration: none;
    text-align: center;
	}
#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navbar a:hover {
	color: #e6eeb6;
	text-decoration: underline;
	}
#navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
	}     

#partners {
   position: relative;
   top: 0px;
   float: left;
   width: 25%;
   height: 100%;
   margin: 0;
   padding: 5px; 
   border:0px;
   background-color: #e6eeb6;
   color: #004000;
   font-size: small;
   font-family: Tahoma, Arial, sans-serif;
   text-align: left;
   }

#content {
    font-size: small;
    font-family: "Franklin Gothic Medium", Verdana, Arial, sans-serif;
    color: #000000;
    text-align: left;
    position: relative;
    top: -10px;
    z-index: 2;
    float: right;
    width:65%;
    height:100%;
    border: 0px;
    padding: 2em;
    }

.content ul{
	padding-left: 0em;
	margin-left: 0em;
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    font-size: small;
	}
	
.content ul li{
	padding-left:1em;
    margin-left: 1em;
	font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    font-size: small;
	}

.content a:link {
	color: #004040;
	text-decoration: underline;
	}
content a:visited {
	color: #80FFFF;
	text-decoration: none;
	}
content a:hover {
	color: #80FFFF;
	text-decoration: underline;
	}
content a:active {
	color: #80FFFF;
	text-decoration: none;
	} 

#footer {
text-align: center;
color: #800080;
width: 760px;
height: 60px;
font-size: 10pt;
float: bottom;
position: relative;
margin-left: auto;
margin-right: auto;
}
