@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
/*	background-color: #f7f7ff;*/
/*	background-color: #74502a;*/
	background-color: #6a5037;
	font-size: 1.2em;
}




/* Element styles */

h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1em;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 0.9em;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

p {
	font-size: 0.85em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

form {
	margin-top: 1em;
}
form table {
	border: 1px solid #aaa; border-spacing: 8px; padding: 5px;
}

th {
	font-size: 0.95em;
	text-align: left;
	padding-top: 1em;
}
td {
	font-size: 0.85em;
}
td.instructions {
	font-style: italic;
}

a {
/*	color: #d20;*/
	color: #904720;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
/*	color: #c31;*/
	text-decoration: underline;
}
a.topLink {
	font-size: 0.6em;
/*	color: #c0b5aa;*/
	color: #baa;
}
a.topLink:hover {
/*	color: #b0a58a;*/
	color: #a98;
}

/* Layout styles */

#wrap {
	margin: 0 auto;
	width: 1024px;
	overflow: auto;
	border: 2px solid #531;
	border-top: none;
	border-bottom: none;
/*	background-color: #d7b04b;*/
	background-image: url("../image/menu_background.gif");
}

#header {
	height: 160px;
	background-image: url("../image/sunset.jpg");
	border-bottom: 1px solid #210;
	position: relative;
}
#header .slogan {
	font-size: 2.05em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	position: absolute;
}
#header #sloganBack {
	color: #0a0;
	top: 0.33em;
	right: 0.44em;
}
#header #sloganFront {
	color: #ffee00;
	top: 0.25em;
	right: 0.5em;
}

#content {
/*	background-color: #f0e5ea;*/
	background-color: #f3e8e8;
	padding: 1.3em;
	overflow: auto;
	border-left: 1px solid #762;
	min-height: 430px;
}

.horizontalBanner {
	background-color: #000;
	border-bottom: 1px solid #531;
	color: #fff;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 0.75em;
	padding: 0.1em 0.5em 0.05em 0.5em;
	margin: 0;
	text-align: center;
	letter-spacing: 0.05em;
}

ul.validationMessages {
	background-color: #fafa50;
	color: #585858;
	border: 1px dashed #ff5500;
	padding: 13px 18px;
	font-style: italic;
	list-style-type: none;
	margin-bottom: 0.5em;	
}
ul.validationMessages li {
	color: #ff4400;
}
