ul,ol,dl{
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p{
	margin-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	}

body {
	font: 100%/1.7 Helvetica, Verdana, Arial , sans-serif;
	background: #EADCAE;
	margin: 0;
	padding: 0;
	color: #000;
	}

h1 {font-size:1.1em;}
h2 {font-size:1.0em;text-decoration:underline;}
h3 {font-size:0.9em;text-decoration:underline;}
p {font-size:1em;text-align:justify;}
p.footer {
	font-size:0.8em;
	text-align:center;}

table, td, th
{
border:1px solid #339900;
}
th
{
background-color: #339900;
color:white;
}
table
{
	margin-left:30px;
	}
	
img {
	border: none;
}

.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}

.header{
	width: 960px;
	background: #FFFFFF;
}

.sidebar{
	width: 960px;
	background: #98bf21;
}

.content{
	width: 960px;
	background: #FFFFFF;
}

.content ul, .content ol{
	padding: 0 15px 15px 40px;
	}

.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

ul.nav
{
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
ul.nav li
{
display:inline;
}
ul.nav a:link, ul.nav a:visited
{
display:inline-block;
width:auto;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding-top:4px;
padding-bottom:4px;
padding-right:15px;
padding-left:15px;
text-decoration:none;
}
ul.nav a:hover,ul.nav a:active
{
background-color:#7A991A;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}