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

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	padding: 0px;
	margin: 0px;
	}
		
/* -- Content -- */

#bodyDiv {
	width: 971px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	}
	
#header {
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 971px;
	padding: 0px;
	margin: 0px;
	}
	
#pos {
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/pos.jpg);
	height: 27px;
	width: 931px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
	}
	
#content_bg {
	float: left;
	text-align: justify;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 971px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

ul#navigation {
	float: left;
	color: #888888;
	font-weight: bold;
	list-style-type: none;
	background-image: url(images/navigation.jpg);
	height: auto;
	width: 222px;
	padding: 0px;
	margin: 0px;
	}
	
li#menu {
	display: inline;
	width: 222px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
li#menu a:link, a:visited {
	color: #888888;
	text-decoration: none;
	display: inline;
	width: 222px;
	padding: 0px;
	margin: 0px;
	}
	
li#menu a:hover, a:active {
	color: #008347;
	text-decoration: none;
	display: inline;
	width: 222px;
	padding: 0px;
	margin: 0px;
	}

li#current {
	color: #008347;
	text-decoration: none;
	display: inline;
	width: 222px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
#content_txt {
	float: left;
	width: 700px;
	height: auto;
	padding: 11px 0px 0px 13px;
	margin: 0px;
	}
	
#content_txt a:link, a:visited {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_txt a:hover, a:active {
	color: #008347;
	font-weight: bold;
	text-decoration: underline;
	}

#footer {
	float: left;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 22px;
	width: 971px;
	padding: 119px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
/* -- FONTS -- */

.title {
	color: #008347;
	font-size: 16px;
	font-weight: bold;
	}
	
.small_grey {
	color: #888888;
	font-size: 11px;
	}
	
.small_title {
	color: #008347;
	}
	
.textfield {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	}
