@charset "utf-8";
/* CSS Document */
body {
	background-color:#014401;
	color:#CCCCCC;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		a {text-decoration:none}
		a:link {
	color:#006600
}
		a:visited {color:#014401}
		ul {float:left}
		p{color:#333333; padding:10px}
h1 {text-align:center; color:#014401;}
h3 {clear:none; color:#000000; padding:10px}
		address {text-align:center; color:#999999}
		#container {
	/* This is the container div for EVERYTHING.  It keeps everything in place and can set up all design elements for the page.  Use it well. */
	width: 35em;  /* set to your design's width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* delete it */
	text-align: left; /* this overrides the text-align: center on the body element, but it may cause later problems with centering your th tags (table header) */
	clear:none
}
#header {
	background: #000000; /* delete it */
	padding: 0;
	float: none;
}
#footer {
	padding: 0 px;
	background:#000000; /* delete it */
	clear:both;
}
		
#leftcontainer {width:auto;
				float:left; padding:30px}