* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #e6ebf3;
}

#container {
	width: 62em;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	border-bottom: 1px solid #75778E;
	text-align:left;
	padding: 1em;
	height:auto;
}

#home {
	clear:both;
	padding: 0.5em;
	background-color: #FCFCFC;
	color:#333333;
	text-align:left;
	font-size: 1.5em;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
	
}

#footer {
	clear: both;
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #1a4f07;
	text-align: center;
	font-size: .9em;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	color:#1a4f07;
	font-size:14px;
	padding: .25em .25em .25em .25em;
	
}

#content {
	margin-top:1em;
	margin-bottom:1em;
	width: 40em;
	margin-left:inherit;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	text-align:center;
	line-height:1.6em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: .5em .5em .5em .5em;
}

#leftbox{
	margin-top: 1em;
	margin-bottom:1em;
	width:20em;
	float:left;
	background-color: #fcfcfc;
	border: 1px solid #CCCCCC;
}  

p {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
}

h3 {
	font-size: 1em;
	padding: .5em;
	color: #1a4f07;
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
}

h2 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	border: 1px solid #EEEEEE;
}

h1 {
	font-size: 5.3em!important;
	font-size: 3.3em;
	color: #798196;
	font-family: "Times New Roman", Times, serif;
}


a:link {color: #1a4f07; text-decoration:none;}
a:visited {color: #1a4f07; text-decoration:none;}
a:hover {color: #333333}
a:active {color: #333333; text-decoration:none;}

   
dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
}

dt{
	font-style: italic;
	color: #1a4f07;
	font-weight: bold;
}

dd{
	margin-bottom: .3em;
	text-indent: .5em;
}

ul {
	margin-left:2em;
	margin-right:1em;
	line-height: 140%;
	}
	
li {
margin-bottom:.6em;

}

