 a:link {
font-weight:bold;
color:#3882C7;
text-decoration:none;
}
a:visited {
font-weight:bold;
color:#3882C7;
text-decoration:none;
}
a:hover {
font-weight:bold;
color:#000;
text-decoration:none;
}

#main-area{
background-color:#cdcdcd;
margin:0 auto;
width:1009px;
overflow:hide;
}

#header {
background-color:#3B5998;
border:1px solid #fafafa;
color:#fafafa;
font-size:2em;
height:2.5em;
padding-left:1em;
padding-bottom:1.5em;
padding-top:.5em;
padding-right:1em;
font-weight: bold;
text-align: right;
}

#menu{
background-color:#202020;
height:2.4em;
max-height:2.4em;
padding-right:1em;
}


#content-area {
border:1px solid black;
border-top:0;
float:left;
width:626px;
padding:10px;
background:#fff;
}
#sidebar {
border:1px solid black;
border-top:0;
border-left:0;
float:right;
padding: 10px;
width:340px;
background:#fff;
text-align: center;
}

#footer {
clear:both;
background-color:#CDCDCD;
padding:.5em;
margin-right:30em;
}
#footer a:link {
color:#3882C7;
margin:0 0.4em;
text-decoration:none;
}
#footer a:visited {
color:#3882C7;
margin:0 0.4em;
text-decoration:none;
}
#footer a:hover {
color:#000;
text-decoration:none;
}

.menuhaut {
font-size:1em;
list-style-type:none;
margin:0;
padding:0;
}
#menu a:link, #menu a:active, #menu a:visited {
color:#fafafa;
text-decoration:none;
}



.menuhaut li a{
border-right:1px solid #fff;
display:inline;
float:left;
margin:0;
padding:0.6em 10px;
}
.menuhaut li a:hover{
background: #3B5998;

display:inline;
float:left;
margin:0;
padding:0.6em 10px;
}


,menuhaut a:hover {
background: #fff;
color: #000;
}

body {
background-color:#CDCDCD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
}

h1 {
font-size:1.6em;
margin:0.5em 0.5em 0em 0;
}

h2 {
font-size:1.2em;
margin:0.2em 0.5em 1em 0.6em;
}

h3 {
font-size:1.5em;
margin:0 0 0 0 ;
}

h4 {
font-size:1em;
margin:0.7em 0.5em 0.3em 1em;
}

h5 {
font-size:0.9em;
margin:0.6em 0.5em 0.2em 1.5em;
}

p {
margin:1px 0.5em 0.5em 1.5em;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

