* { margin: 0;
    padding: 0;}

body {
height: 100%;
color: #4A4A4A;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 96%;
padding-bottom: 30px;
}

#bgImg{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

#wrapper {
position:relative;
margin: 40px auto 15px auto;
width: 985px;
background-color: #ffffff;
border: solid 1px #000;
}

#head {
padding-left: 20px;
height: 160px;
margin-top: 20px;
}

#logo img {
position: absolute;
z-index: 2;
}

#title_image img {
position: absolute;
z-index: 1;
margin: 0 0 0 422px;
padding: 0;
border: 0;
}

#menu {
height: 26px;
margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
background-color: #000;
}

#main {
margin-top: 30px;
}

#content {
margin-left: 310px;
width: 620px;
padding: 10px 20px 10px 10px;
list-style-position: inside;
min-height: 600px;
line-height: 18px;
}

#content img {
margin: 5px 0 5px 0;
}

#content ul {
margin: 10px 0 0 0;
padding: 0;
}

#content li {
color: #4A4A4A;
list-style-position: outside;
margin-left: 30px;
margin-bottom: 2px;
}

div#news {
margin: 0;
padding: 10px;
border: 1px solid #909799;
}

#news_box_left {
float: left;
width: 260px;
margin: 0 0 0 20px;
}

/*--LINKS--*/

a:link {
color: #006633;
text-decoration: underline; 
}

a:visited {
color: #006633;
text-decoration: underline; 
}

a:hover {
color: #004221;
text-decoration: underline;
}

a:active {
color: #006633;
text-decoration: underline; 
}

#news a:link {
color: #006633;
text-decoration: none; 
}

#newsa:visited {
color: #006633;
text-decoration: none; 
}

#newsa:hover {
color: #004221;
text-decoration: underline;
}

#newsa:active {
color: #006633;
text-decoration: none; 
}


/*--DIV--*/

#footer {
font-size: 14px;
text-align: center;
clear: both;
width: 943px;
padding: 6px 0 6px 0;
background-color: #BFDF9E;
color: #000;
margin: 10px 20px 20px 20px;
border: 1px solid #000

}

#hpf {
clear: both;
overflow: auto;
z-index: 2;
position: relative;
font-size: 12px;
color: #000;
text-align: right;
width: 980px;
margin-right: auto;
margin-left: auto;
}

#hpf a:link {
color: #000;
text-decoration: none; 
}

#hpf a:visited {
color: #000;
text-decoration: none; 
}

#hpf a:hover {
color: #A4A5A5;
text-decoration: underline;
}

#hpf a:active {
color: #000;
text-decoration: none; 
}

/* -- Text -- */
p  {
color: #4A4A4A;
}

h1 {
font-size: 22px;
color: #006633;
font-weight: bold;
padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	padding-top: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	padding-top: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
.h1home {
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 5px;
}

