@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins { text-decoration:none; }
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after { content:''; }
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup { vertical-align:baseline; }
sub { vertical-align:baseline; }
legend { color:#000; }
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select { font-size:100%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../images/bg.jpg) repeat-x #4d2e1f;
}
em { font-style: italic; }
strong { font-weight: bold; }
#container {
	margin: 20px auto;
	width: 780px;
	padding: 10px;
	background: url(../../images/main-bg.gif) repeat-x #ebebeb;
}
#nav {
	float: left;
	margin: 5px 0;
	width: 780px;
	background: url(../../images/nav-bg.gif) repeat-x #265200;
}
#nav li { float: left; }
#nav a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff2cc;
}
#nav a:hover, #nav li.active a {
	color: #fff;
	background: url(../../images/nav-hover.gif) repeat-x #1c3d00;
}
#main {
	clear: both;
	margin: 10px;
}
#main h2 {
	margin-bottom: .7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #004d00;
}
#main p { margin-bottom: 1em; }
#main a { color: #4D2E1F; }
#main ul li {
	list-style: outside disc;
	margin: 0px 0px 1em 2em;
}
#footer {
	margin: 0 auto 20px;
	width: 780px;
	text-align: center;
	color: #FFF;
}
#footer a { color: #fff2cc; }
.error {
	padding: 3px;
	background-color: #f5d7d7;
	border: 1px solid #ebbcbc;
}
.success {
	padding: 3px;
	background-color: #dbf5ce;
	border: 1px solid #cbebbc;
}
h1#banner {
	float: left;
	background: url(../../images/banner.jpg) no-repeat;
	width: 780px;
	height: 300px;
	text-indent: -9999px;
}