/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-image: url(../Images/body_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #661800;
}

/******************* Text *********************/
p {
	margin: 10px 45px 5px 45px;
	padding: 0;
	color: #333333;
	text-indent: 0px;
	line-height: 1.4;
	letter-spacing: 0.003em;
}
a {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
h1 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 135%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #990000;
}
h2 {
	margin: 20px 40px 0 40px;
	padding: 0;
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 0.001em;
	text-decoration: underline;
}
ul {
	margin: 10px 75px;
	padding: 0;
	color: #912602;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.7;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
li.noblt {
	margin: 0;
	list-style-type: none;
}

/******************* General *********************/
img, a img {border: none; text-decoration: none;}
.spacer {clear: both;}
.noindt { text-indent: 0px;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.center {text-align: center;}
abbr {
	cursor: help;
}
/******************* Main *********************/
div#main {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: auto;
	background-color: #000000;
}
div#header {
	margin: 0;
	padding: 0;
	height: 126px;
	background-color: #CD5B20;
	background-image: url(../Images/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#logo {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 126px;
	text-align: center;
	background-image: url(../Images/logo_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#logo img {
}
div#navbar {
	margin: 0;
	padding: 2px 0;
	height: auto;
	text-align: right;
}
#navbar ul {
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
}
#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navbar ul a {
	margin: 0 6px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
#navbar a:visited {
	color: #666666;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
div#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background-color: #FFFF99;
	background-image: url(../Images/clock_bkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#content {
	float: left;
	position: relative;
	left: 0;
	margin: 0;
	padding: 18px 0 0 0;
	width: 512px;
	background-color: #FFFF99;
	background-image: url(../Images/content_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#title {
	margin: 0 0 20px 0;
	padding: 0;
	width: 409px;
	height: 19px;
	background-image: url(../Images/title_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
div#sidebar {
	float: right;
	position: relative;
	left: 0;
	margin: 0;
	padding: 18px 0 0 0;
	width: 238px;
	height: 546px;
	font-size: 95%;
	background-image: url(../Images/sidebar_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div#sidebar ul {
	margin: 10px 40px;
	padding: 0;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.7;
}
div#sidebar li.answ {
	font-weight: bold;
	list-style-type: none;
}
div#sidebar p {
	margin: 10px 25px 5px 25px;
	padding: 0;
	font-size: 95%;
	color: #333333;
	line-height: 1.4;
}
/******************* Form *********************/
form {
	margin: 0 30px;
	padding: 25px 0 50px 0;
}
form div {
	margin: 0;
	padding: 6px 0 4px 0;
	clear: both;
}
label {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	width: 120px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
input {
	margin: 0;
	padding: 2px 3px;
	border: 1px solid #333333;
}
textarea {
	margin: 0;
	padding: 2px 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	letter-spacing: 0.001em;
	border: 1px solid #333333;
}
select {
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
}
div#buttonBar {
	margin: 0 0 0 90px;
	padding: 20px 0 0 0;
}
input.button {
	margin: 0;
	padding: 3px 2px;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	background-color: #666666;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	cursor: hand;
}

/******************* Footer *********************/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 580px;
	color: #FFFF99;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footer ul a {
	margin: 0 6px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
#footer ul a:visited {
	color: #666666;
	text-decoration: none;
}
#footer ul a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
#footer a {
	margin: 0;
	color: #A05A09;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 3px 0 0 0;
	padding: 0;
	color: #E9A146;
	font-style: italic;
	text-indent: 0px;
}
#footer p#credit {
	margin: 0;
	padding: 5px 0 15px 0;
	color: #A05A09;
	font-style: normal;
	font-size: 80%;
}
