@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
	
	body{
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	}
	
	a {
	color: #009933;
	text-decoration: none;
	}
	
	a:hover{
	color: #74ba54;
	text-decoration: underline;
	}
	
	p{
	text-align: left;
	}
	
	p a{
	color: #99CC00;
	text-decoration: none;
	}
	
	p a:hover{
	color: #74ba54;
	text-decoration: underline;
	}

	h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	}
	
	h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	}

	#container{
	margin: 0px auto;
	width: 820px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	
	#header{
	margin: 0px auto;
	margin-top: 10px;
	padding: 0 0 0 0px;
	width: 820px;
	height: 310px;
	text-align: center;
	}
	
	#header img{
	border: 0px;
	}
	
	#topnavigation{
	margin: 0px;
	padding: 0px;
	height: 28px;
	display: block;
	text-align: center;
	margin-right: 10px;
	}
	
	#topnavigation ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	list-style-type: none;
	}
	
	#topnavigation ul li{
	display: block;
	width: 150px;
	list-style-type: none;
	border-left: 1px solid #FFFFFF;
	float: right;
	}
	
	#topnavigation ul li a{
	display: block;
	width: 150px;
	height: 24px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #009933;
	text-decoration: none;
	}
	
	#topnavigation ul li a:hover{
	color: #FFFFFF;
	background-color: #74ba54;
	}
	
	#topnavigation ul li a:active{
	color: #FFFFFF;
	background-color: #74ba54;
	}
	
	#wrapper{
	margin-top: 15px;
	height: auto;
	}
	
	#wrapper h1{
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	}
	
	#wrapper h2{
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	}
	
	#leftmenu{
	float: left;
	margin: 15px 15px 0px 10px;
	width: 190px;
	}
	
	#leftmenu ul{
	width: 190px;
	font-size: 14px;
	font-weight: bold;
	}
	
	#leftmenu ul li{
	width: 190px;
	list-style-type: none;
	text-align: left;
	margin: 0 0 1px 0px;
	}
	
	#leftmenu ul li a{
	display: block;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009933;
	padding: 10px;
	}
	
	#leftmenu ul li a:hover{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #74ba54;
	}	
	
	#content{
	float: right;
	width: 560px;
	margin: 15px 25px 15px 0px;
	padding: 0 0 0 0px;
	}
	
	#content a {
	color: #009933;
	}
	
	#content a:hover{
	color: #74ba54;
	text-decoration: underline;	
	}
	
	#content p{
	color: #333333;
	text-decoration: none;
	}
	
	#content p a{
	color: #009933;
	text-decoration: none;
	}
	
	#content p a:hover{
	color: #74ba54;
	text-decoration: underline;
	}
	
	#content img{
	margin: 15px 0px 15px 0px;
	}
	
	#footer{
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 820px;
	}
	
	#footer p{
	font-size: 14px;
	}
	
	#footer p{
	text-align: center;
	}
	
	#footer p a{
	color: #009933;
	text-decoration: none;
	}

	#footer p a:hover{
	color: #74ba54;
	text-decoration: none;
	}
	
	#footer img{
	border: 0px;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	}
