@charset "UTF-8";
/* 
Dark Green: #136209
Blue: #033658
Beige (bkg): #f1f2e1
Header: #584f26
 */

body  {
	background-color: #f1f2e1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	}

#container {
	width: 855px;
	height:660px;
	text-align: center;
	margin: 0px auto;
	margin-top:20px;
	border: 10px solid #136209;
	background-color: #ffffff;
	}


#navigation {
	background-color: #136209;
	width: 865px;
	height: 30px;
	font-family: verdana, arial, sans serif;
	font-size: 15px;
	color: white;
	font-variant: small-caps;
	text-align: center;
	
	}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right:5px;
	
	}
	

#navigation li {
	display: inline;
	padding-right:5px;
	
	}


#navigation a {
	color: white;
	text-decoration: none;
	
	}

#navigation a:hover {
	text-decoration: underline;
	}
	

	
#leftColumn {
float: left;
width: 300px;
text-align:left;
padding:10px;
}



#leftColumn p {
font-family: verdana, arial, sans serif;
font-size: 11px;
color: black;
line-height: 18px;

}

#rightColumn {
float: right;
width: 488px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
background-color:#136209;
height: 30px;
width:875px;
margin-left:-10px;
margin-top:0;
}

#footer p {
font-family: verdana, arial, sans serif;
font-size: 10px;
color: white;
margin-top:0;
padding-top:10px;
padding-left: 10px;
text-align: left;

}

#footer a {
font-family: verdana, arial, sans serif;
font-size: 10px;
color: white;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}



table {
background-color: #f1f2e1;
margin-top:25px;
}

td {
font-family: verdana, arial, sans serif;
font-size: 10px;
color: #033658;
line-height: 16px;
}

td img {
padding-right:10px;
}

td a {
font-family: verdana, arial, sans serif;
font-size: 10px;
color: #033658;
line-height: 16px;
text-decoration:underline;
}

td a:hover {
text-decoration: none;
}

.padding {
padding-top: 5px;
}

