@import url(content.css);
@import url(mailform.css);

body, html {
       position: relative;
       text-align: center;
       background:#ffffff;
       font: normal 100.01% Verdana,Arial,Helvetica,sans-serif;
       margin: 0;
       padding: 0;
}        

#outer-wrapper {
        text-align: left;
	margin: 0 auto 0; auto;
	width: 990px;
	position: relative;
	height: 100%;
	background:#ffffff;
}

#logo   {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	height: 150px;
}

#header {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 988px;
	height: 64px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #1E1D1C;}

#topmenu ul {
	position: absolute;
	top: 0px; margin: 0;
	padding: 0;
	list-style: none;
	width: 988px;
	height: 26px;
	background: #7AC141
}

#topmenu li {
	float: left;
	display: block;
	position: relative;
	background: #7AC141;
	padding: 4px 12px 4px 12px;
	font: 14px Verdana,Arial,Helvetica,sans-serif;
	border-right: 1px solid; color: #ffffff;
}

#topmenu li a {
	text-decoration: none;
	color: #ffffff;
}

#topmenu li a:hover {
	color: #000000;
}

#topmenu li.ACT {
	font-size: 14px;
        font-weight: bold;
        font-color: #7E7E7E;
}

#bottommenu ul {
position: relative;
top: 26px; margin: 0;
margin: 0;
padding: 0;
list-style: none;
}

#bottommenu li {
float: left;
display: block;
position: relative;
color: #000000;
padding: 5px 10px 5px 10px;
font: normal 14px Verdana,Arial,Helvetica,sans-serif;
}

#bottommenu li a {
text-decoration: none;
color: #000000;
}

#bottommenu li a:hover {
color: #ED008C;
}

#bottommenu li.ACT {
font-weight: bold;
color: red;
position: relative;
top: 0px;
}

#content-wrapper {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 990px;
	background-color:#ffffff;
}

#outer-content {
	position: relative;
	top: 5px;
	border: 1px;
	border-style: solid;
	border-color: #1E1D1C;
	margin: 0px;
}

#content {
	margin: 10px;
}

#copyright {
	position: relative;
	margin: 5px;
	padding: 10px 0 0 0;
	clear: both;
	font: normal 9px Verdana,Arial,Helvetica,sana-serif;
	color: #7E7E7E;
	text-align: center;
	width: 100%;
	height: 0px;
	background: #fff;
	}

#copyright li {
         font: normal 10px Verdana,Arial,Helvetica,sana-serif;
         text-decoration: none;
         color: #7E7E7E;
}

#footer { 
        position: relative;
	top: 0px;
	margin: 0 0 0 0;
	width: 990px;
	height: 130px;
	background: #666666;
}

.csc-textpic-caption { font-size: 13px; color: #1C1C1C; }

p {
	margin: 0;
}


