* {font-family:"trebuchet ms", tahoma, arial, georgia, "sans serif"}

body {
	text-align:center;
	background-color:#978057;
	color:#000;
	font-size:90%;
}

a:link, a:visited, a:active {
	color:#86373A;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#000000;
	background-color:#78BEA2;
	text-decoration:underline;
}

#container {
	width:750px;
	margin:0 auto;
}

#headerimg {
	background:url("header_vexel.jpg") no-repeat center;
	height:370px;
	width:250px;
}

#content {
	background-color:#FFFFFF;
	float:right;
	border:1px solid #000;
	padding:1px;
	width:480px;
	text-align:left;
}

#sidebar {
	float:left;
	width:250px;
	margin-top:0;
	background:#FFFFFF;
	border:1px solid #000;
}

#sidebar p {
	margin:0;
}

#footer {
	width:100%;
	clear:both;
	margin-top:10px;
	text-align:center;
	background-color:#FFFFFF;
	color:#000;
}

hr {
	height:1px;
    width:100%;
    background:#000;
}

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

#nav li {
	margin-bottom:3px;
}

#nav a{
	display:block;
	text-decoration:none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

a img {border:0}

h1 {
	color:#358f83;
	text-align:center;
	font-size:200%;
}

h2 {
	color:#81401a;
	font-size:150%;
	text-align:left;
	margin-bottom:5px;
}

h2+p {
	margin-top:0;
}

h3 {
	font-size:110%;
	color:#358f83;
	font-weight:normal;
	font-style:italic;
}

blockquote {
	color:#fff;
	background-color:#358f83;
	border:1px solid #000;
}

blockquote p {
	margin-top:0;
}

span.def {
	display:block;
	background-color:#feefce;
	color:#000;
	font-weight:bold;
}

blockquote ol {
	margin-top:0;
	list-style-type:lower-alpha;
}

span.author a {
	color:#000;
}

input, textarea, select {
	color:#000;
	background-color:#feefce;
	border:1px solid #000;
	width:200px;
	font-size:90%;
}

input#dispemailyes, input#dispemailno {
	width:10px;
}

textarea {
	height:80px;
}

.hidden {
	display:none;
	margin:0;
}

label {
	font-weight:bold;
}

p#information {
	text-align:center;
	margin:5px auto;
	width:70%;
	background-color:#D5C5AC;
	border:1px solid #B3A38A;
}