* {
  border: none;
}
body {
	font:11px/17px verdana, arial, georgia, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
	color: #000;
	background-image: url("background_top.gif");
	background-repeat: repeat-x;
	background-position: top center;
}

#top {
	color: #97816B;
	background-image: url("logo.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color : #97816B;
	min-height: 91px;
	border-top: 5px solid #5B3815;
	border-bottom: 8px solid #C4B7AB;
	padding: 5px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#content {
	color: #5B3815;
	background-color : transparent;
	padding: 20px 0px 5px;
}

a{font-weight: bold; color: #5B3815; text-decoration: none;}
a:hover, a:active{color: #C4B7AB;}

#menueleven{
	margin: auto;
	padding: 0px;
	border-top: 10px solid #5B3815;
	border-bottom: 10px solid #C4B7AB;
	background-color : #97816B;
	text-align: left;
	}

#menueleven ul, #menueleven li{
display: inline;
list-style: none;
margin: auto;
padding: 0px;
}

#menueleven li a, #menueleven li a:hover, #menueleven li a:active {
display: inline;
text-decoration: none;
color: #C4B7AB;
background-color : #97816B;
margin: auto;
padding: 2px 6px 2px 6px;
border: none;
border-top: 10px solid #5B3815;
border-bottom: 10px solid #C4B7AB;
text-align: center;
font-weight: bold;
}
#menueleven li a:hover, #menueleven li a:active {
color: #5B3815;
background-color : #C4B7AB;
border-top: 10px solid #97816B;
border-bottom: 10px solid #E5DED9;
}
p {
	padding: 0px;
}
em {
	color: #5B3815;
}
td {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
}
#borderall {
	border: 2px solid #666666;
	margin: 10px auto;
	text-align: center;
	max-width: 900px;
	min-width: 527px;
	background-color: #FFFFFF;
	padding: 0px;
}

#maincontent {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
	vertical-align: top;
}

h3 {
	padding: 0px;
	margin-bottom: 8px;
}

input {
	font-size: 11px;
	background-color: #C4B7AB;
	color: #5B3815;
	font-family: verdana, arial, georgia, sans-serif;

}

textarea {
	font-size: 11px;
	background-color: #C4B7AB;
	color: #000;
	font-family: verdana, arial, georgia, sans-serif;

}

#footer {
	font-size: 0.8em;
	color: #5B3815;
	background-color : #97816B;
	border-top: 5px solid #5B3815;
	border-bottom: 8px solid #C4B7AB;
	padding: 5px 0px 0px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9;  
	background-image: url(fieldset_gradient.jpg);  
	background-repeat: repeat-x; 
}
legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold; 
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent; 
	background-image: none; 
}

label {  
	position: relative;  
	float: left;  
	width: 10em;  
	margin-right: 1em;

}
label strong {
	position: absolute;
	left: 32em;
	top: 0.2em;
	width: 19em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

label strong img {  
position: absolute;  
left: -21em;
text-align: right; }

label em {  
	position: absolute;  
	left: 10em;  
	top: 0;
}
textarea, input {
	border: 2px solid #666;
	width: 200px;
}
	
textarea:focus, input:focus {
	border: 2px solid #900;
}
.hidden{display:none;}
.imageleft
{
padding-left: 120px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-repeat: no-repeat;
background-position: center left;
min-height: 100px;
border-bottom: 2px groove #5B3815;
}

