* {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #ff9933;
	font-family: "Century Gothic", "Avant Garde";
	margin-top: 1em;
	margin-bottom: 0.3em;
}

a {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	border-bottom: #ff9933 1px dashed;
}

img {
	border: none;
}

body {
	background: white;
	color: #643200;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: center;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#logo div {
	background: url("/images/logo.gif") no-repeat;
}

#logo div a {
	display: block;
	width: 350px;
	height: 44px;
}

#logo div a:hover {
	background: none;
	border: none;
}

#logo div a span {
	display: none;
}

#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	background: url("/images/menubar.gif") no-repeat;
	width: 900px;
	height: 28px;
}

#menu ul {
	line-height: 2.2em;
	margin-left: 15px;
}

#menu li {
	display: inline;
	margin-right: 25px;
	font-size: 1.1em;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	background: none;
	border-bottom: #ffffff 1px dashed;
}

#submenu {
	width: 900px;
}

#submenu ul {
	line-height: 2em;
}

#submenu ul li {
	display: inline;
	font-size: 0.9em;
	border-left: #643200 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}

#submenu ul li.first {
	display: inline;
	font-size: 0.9em;
	border-left: none;
	padding-left: 0px;
	padding-right: 5px;
}

.content {
	padding-top: 6px;
	margin-bottom: 0px;
	background: url("/images/gray_gradient.gif") top repeat-x;
}

.content h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #77b336;
	margin-top: 1.3em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background: url("/images/gray_dot.gif") bottom repeat-x;
}

.column_1 {
	display: inline;
	float: left;
	width: 590px;
}

.column_2 {
	display: inline;
	float: left;
	width: 435px;
}

.column_3 {
	display: inline;
	float: left;
	width: 280px;
}

.whitespace {
	display: inline;
	float: left;
	width: 30px;
}

.footer {
	margin-top: 0.9em;
	margin-bottom: 0px;
	padding-top: 6px;
	background: url("/images/gray_gradient.gif") top repeat-x;
	display: inline;
	float: left;
	width: 900px;
}

.footer p {
	font-size: 0.8em;
	text-align: center;
	line-height: 3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.img a:hover {
	background: none;
	border: none;
}

label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 6px;
	display: block
}

textarea, input[type=text], input[type=submit], 
input[type=reset], input[type=file], input[type=password], select {
	border: 1px solid #643200;
	background: #ffffff;
	color: #643200;
	font-family: Arial, sans-serif;
	font-style: normal;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

input.fw, textarea.fw {
	width: 460px;
}

textarea.reqd, input.reqd, select.reqd, input.btn {
	background: #fee3ad;
}

.msg {
	color: red;
	font-weight: bold;
}