@import url("reset.css");

body {
	background: #5a262a url(../images/layout/page-bg.gif) center top repeat-y;
	font-size: 1em;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/layout/top-bg.gif) right top no-repeat;
	padding: 0px 50px;
}
#header h1 {
	width: 380px;
	height: 112px;
	background: url(../images/layout/logo.gif) left top no-repeat;
}
#header h1 a {
	color: transparent;
	font-size: 1px;
	display: block;
	height: 112px;
}
#header ul {
	background-color: #391513;
	height: 24px;
	margin: 15px 0px;
}
#header ul li {
	display: block;
	float: left;
}
#header ul li a {
	display: block;
	padding: 4px 15px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	color: white;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#header ul li a:hover {
	background-color: #854d00;
}
#content {
	margin: 20px 120px 20px 30px;
}
#content h1 {
	background: url(../images/layout/h1-bullet.gif) left top no-repeat;
	border-bottom: 3px solid #391513;
	color: #391513;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 24px;
	padding-left: 30px;
}
#content h2 {
	border-bottom: 1px dotted #391513;
	color: #391513;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h3 {
	color: #391513;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin: 12px 0px;
}
#content p {
	margin: 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.2em;
	font-size: 1em;
}
#content a {
	color: #391513;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
	margin-left: 50px;
}
#content li {
	list-style: disc;
	line-height: 1.2em;
}
#content form label {
	line-height: 1.2em;
	display:block;
	color: #391513;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}
#content form input[type=text] {
	width: 600px;
}
#content form textarea {
	width: 600px;
	height: 100px;
}
#content form input[type=text].small {
	width: 200px;
}
#content form textarea.small {
	width: 200px;
	height: 100px;
}

.indented {
	margin-left: 50px !important;
}
#footer {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #391513;
	font-weight: bold;
	margin-top: 25px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px solid #391513;
}
#footer a {
	color: black;
}
.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.note {
	text-style: italic;
	font-size: 0.4em;
}
.leftcol {
	width: 200px;
}
.rightcol {
	width: 200px;
	float: right;
	padding-right: 50px;
}