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

body {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eadbbe;
	padding: 0px;
	margin: 0px;
	}
	
a:link, a:visited {
	color: #888888;
	}
	
a:hover, a:active {
	color: #333333;
	text-decoration: none;
	}
	
#mainBody {
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	}
	
#header {
	float: left;
	width: 980px;
	height: 144px;
	padding: 0px;
	margin: 0px;
	}
	
#nav_1 {
	float: left;
	background-image: url(images/nav_1.jpg);
	background-repeat: no-repeat;
	width: 63px;
	height: 31px;
	}
	
#nav_bg {
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 553px;
	height: 25px;
	padding: 6px 0px 0px 0px;
	}
	
#nav_bg a:link, #nav_bg a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav_bg a:hover, #nav_bg a:active {
	color: #ffe08e;
	text-decoration: none;
	}
	
#nav_2 {
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/nav_2.jpg);
	background-repeat: no-repeat;
	width: 189px;
	height: 25px;
	padding: 6px 0px 0px 175px;
	}
	
#nav_2 a:link, #nav_2 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav_2 a:hover, #nav_2 a:active {
	color: #ffe08e;
	text-decoration: none;
	}
	
#nav2_bg {
	float: left;
	color: #888888;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/nav2_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 26px;
	padding: 8px 0px 0px 0px;
	}
	
#nav2_bg a:link, #nav2_bg a:visited {
	color: #888888;
	text-decoration: none;
	}
	
#nav2_bg a:hover, #nav2_bg a:active {
	color: #333333;
	text-decoration: none;
	}
	
#content_bg {
	float: left;
	color: #333333;
	font-size: 12px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 880px;
	height: auto;
	padding: 5px 50px 0px 50px;
	}
	
#footer {
	float: left;
	color: #333333;
	font-size: 11px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 53px;
	padding: 91px 0px 0px 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: underline;
	}
	
#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: none;
	}
		
/* -- FONTS -- */

.green {
	color: #04710f;
	font-weight: bold;
	}
	
.red {
	color: #c90000;
}

h2 {
	color: #04710f;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.textfield {
	color: #777777;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #cccccc;
	}
