@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: #000000;
}
h2 {text-align:center;
	color:#000000}
		address {text-align:center; color:#999999}
		#container2 {background-color:#ffffff}
		#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: 52em;  /* 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: #DDDDDD; /* delete it */
	padding: 0;
	float: none;
}
#footer {
	padding: 0 px;
	background:#000000; /* delete it */
	clear:both;
}
		#headerlogo {
        /* Position definition */
	position: relative;
        /* Box definition */
	padding: 0px;
}
#leftcontainer {width:auto;
				float:left}
#rightcontainer {width:auto;
				float:right;
				padding:10px;
				}
table {color:#000000; margin-top:10px; margin-bottom:10px}
td {padding:20px}
h3 {text-align:center; color:#333333}