@charset "UTF-8";
h1 {
	color: #009900;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #009900;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	line-height: 24px;
}
h3{ color:#009900; font-size: 14; font-weight:normal;}
h4 { colour: #009900; font-size: 13 font-weight: normal; }

a          {
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover    { color: #336666; }
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;		
}

/* LEFT NAVIGATION */

.leftnavigation {
	width: 192px;
	margin: 70px 0px 0px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}
.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/nav_down.jpg);
}
/* CONTENT AREA */
.content {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	font-family: trebuchet, Verdana, Arial, sans-serif;
}
.contentleft {
	width: 440px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
}
.contentright {
	padding-top: 55px;
	float: left;
	width: 210px;
}
.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}
}
.imagecenter {
	margin-center: 10px;
	float: left;
}
/* FOOTER AREA */
.footerArea {
	width: 800px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;	
}
.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 240px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;	
.font {
	font: 11px/16px trebuchet, Verdana, Arial, sans-serif;
	color: #666666;
}
