@import url(content.css);


body, html {
       position: relative; 
       text-align: center;  
       background: url(../img/back.jpg);
       font: normal 100.01% Verdana,Arial,Helvetica,sans-serif;
       color: #666666;
       margin: 0;
       border: 0;
}

#outer-wrapper {
        text-align: left;
	margin: 10px auto 0 auto;
	width: 985px;
	position: relative;
	height: 100%;
}

#topmenu ul {
       margin: 0;
       padding:0 0 0 20px;   
       list-style: none; 
       font-size: 15px;
}

#topmenu li {
       float: left;
       margin: 3px 20px 0 3px;
}

#topmenu li a {
       text-decoration: none;
       color: #fff;
}

#topmenu ul li a:hover {
              color: #005C38;
              text-decoration: none;
}

#topmenu li.ACT {
             font-size: 15px;
             font-weight: bold;
             position: relative;
}

#topmenu {
	position: absolute;
	background: #DE7C00;
	border-top: 1px solid #005C38;
	border-bottom: 1px solid #005C38;
	left: 0px;
	top: 150px;	
	z-index:30;
	width: 985px;
	height: 30px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 985px;
	height: 150px;
	background: #fff;
	}

#bottommenu ul {
        width: 985px;
	border-bottom: 1px solid #005C38;
	position: absolute;
	top: 182px; margin: 0;
	margin: 0;
	padding: 0 0 0 20px;
	height: 30px;
	list-style: none;
}

#bottommenu li {
	float: left;
	display: block;
	position: relative;
	color: #000000;
	padding: 5px 10px 5px 0px;
	font: normal 13px Verdana,Arial,Helvetica,sans-serif;
}

#bottommenu li a {
	text-decoration: none;
	color: #000000;
}

#bottommenu li a:hover {
	color: #009119;
}

#bottommenu li.ACT {
	font-weight: normal;
	color: #009119;
	position: relative;
	top: 0px;
}

#content-wrapper {
	position: absolute;
	top: 161px;
	left: 0px;
	width: 985px;
}

#content {
	position: relative;
	top: 0px;
	padding: 20px 20px 30px 20px;
	margin: 20px 0px 0px 0;
	background: white;
	height:100%;
	}

#copyright {
	padding: 10px 0 0 0;
	clear: both;
	border-top: 1px solid #005C38;
	border-bottom: 1px solid #005C38;
	font: normal 13px Verdana,Arial,Helvetica,sana-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 30px;
	background: url(../img/orange.jpg) repeat-x;
	}

#copyright a {
       text-decoration: none;
       font: normal 13px Verdana,Arial,Helvetica,sana-serif;
       color: #fff;
} 

#copyright li {
       text-decoration: none;
       font: normal 13px Verdana,Arial,Helvetica,sana-serif;
       color: #fff;
}

.div.copyright A {
       text-decoration: none;
       color: #000;
}


#footer {
	padding: 10px 0 0 0;
	clear: both;
	font: normal 11px Verdana,Arial,Helvetica,sana-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 30px;
	background-color: transparent;
}

#footer li {
       text-decoration: none;
       font: normal 11px Verdana,Arial,Helvetica,sana-serif;
       color: #E01D22;
}

#footer a {
       font: normal 11px;
       text-decoration: none;
       color: #000;
}

p {
        margin: 0;
}

