html, body {
	margin: 0;
	padding:0;
	height:100%;
	background: url(images/background.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2.2em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:-0.03em;
    line-height:normal;
	color: #4F910C;

}

h2 {
	font-size: 1.4em;
	padding: 10px 0 5px 0px;
	color: #4F910C;
}

a {
	text-decoration: none;
	color: #4F910C;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

#header {
	width: 920px;
	height: 138px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 622px;
	background: #b1d95a url(images/logo.png) no-repeat left top;
	height:138px;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 80px;
}

#content {
	float: left;
	width: 630px;
}

#content a {
	text-decoration: underline;
}

#content img {
border:6px solid #d9f797;
padding:2px;
}

.tab {
padding:0px 0px 50px 0px;
margin:0px 20px 50px 0px;
}

#text {
	background: url(images/fdtext.jpg) no-repeat left top;
}

#text #title {
	padding: 15px 0 5px 20px;
	color: #4F910C;
}

#text #title2 {
	padding: 15px 0 5px 20px;
	color: #4F910C;
}


#text #t {
	padding: 20px 20px;
	text-align: justify;
}

#sidebar {
	float: right;
	width: 260px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li a{
background:transparent url(images/arrow.gif) no-repeat scroll left center;
border-bottom:1px dotted #D2D4C9;
color:#4F910C;
display:block;
font-size:1.1em;
padding:2px 5px 2px 21px;
line-height: 30px;
text-decoration:none;
}

#sidebar li li a:hover {
background:#E9FFD2 url(images/arrow.gif) no-repeat scroll left center;
color:#4F910C;
}

#sidebar .apropos {
	padding: 30px 10px;
	background: #fff url(images/apropos.jpg) repeat-x left top;
}

#sidebar .navigation {
	padding: 25px 10px;
	background: #fff url(images/navigation.jpg) repeat-x left top;
}

#sidebar p {
	padding: 0px 20px 0px 20px;
}

.clearfooter {
height: 30px;
clear: both;
}

#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0;
	background: #E9FFD2 url(images/footer.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #416110;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #416110;
}
#footer a:hover {
	color: #416110;
}

form {
	padding: 10px 0 0 0px;
}
label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
label.error {
	color: #da3939;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}

form {
margin:0;
padding:0;
}

input {
background-color:#FFFFFF;
border:1px solid #ccc;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:13px;
padding:3px;
}



textarea {
background-color:#FFFFFF;
border:1px solid #ccc;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:13px;
padding:3px;
}

.clear { clear: both; }
fieldset { border: none; }

input.submit {
background-color:#FFFFFF;
border:1px solid #ccc;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
color:#787878;
font-size:13px;
font-weight: bold;
padding:3px;
margin-top:8px;
}
