/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF center repeat-y;
	color: #000000;
	font-family: Verdana, sans-serifs;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

p {
	color: #000000;
	text-align: left;
}

a:link, a:visited {
 	color: #579F3F;
}

a:hover, a:active {
	color: #0C479D;
}


img {
	border: 0;
}

h1, h2, h3 {
	color:#70BC1F;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	margin:0px;
	margin-bottom:12px;
	clear:both;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:13px;
	color:#63AD2F;
}

h3 {
	font-size:13px;
	margin-bottom:0px;
	color:#63AD2F;
}

p {
	margin:0px;
	margin-bottom:15px;
}

hr {
        background: ##70BC1F;
        border: 0;
        border-top: 1px solid #70BC1F;
	margin-bottom:10px;
        margin-top: 10px;
	color:#70BC1F;
	height:1px;
}


form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-size: 11px;
}

/* ---------------------------------------------------------- */
#frame {
	width: 768px;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;

        background: url(../images/header.jpg) no-repeat top left; 
        background-position: 0px 40px; 
}

#header {	
	width: 768px;
	height: 180px;
	top: 0px;
	left: 0;
	position: absolute;
        z-index: 0;
        /* background: url(../images/logo.gif) no-repeat left top; */
}

#header span {
	display: none;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat left top; 
	width: 88px;
	height: 104px;
	left: 30px;
	top: 4px;
	position: absolute;
        z-index: 20;
}

#header h1 a {	
	width: 88px;
	height: 104px;
	display: block;
	cursor: pointer;
}

#header h2 {
	/* background: url(../images/header.jpg) no-repeat top left; */
	width: 768px;
	height: 100px;
	top: 40px;
	position: absolute;
        z-index: 10;
}

#left, #center, #right {
	margin-top: 180px;
        min-height: 380px;
        height: auto !important;
	height: 380px;
}

#left {
	display: none;
}

#center {
	background: url(../images/pageBg.gif) no-repeat right top;
	float: left;
	width: 588px;
}

#right {
/*	background: url(../images/pageBg.gif) no-repeat left bottom;*/
	float: left;
	width: 180px;
}

.news-latest-item a:hover{
       text-decoration: underline;
}


.content, #contentR {
	padding: 20px;
}

/* -- Footer --*/
#footer {	
	clear: both;
	border: 1px solid #E2F2D2;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 44px;
}

#footer div {
	float: left;
}

#footer #iee {
	background: #E2F2D2;
	padding: 6px;
        width: 200px;
}

#footer #iee p {
padding: 0; 
margin: 0;
}

#footer #naw {
	padding-left: 20px;
	padding-top: 13px;
}

