body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #0F3665;
}

#header {
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
	height: 230px;
}
#nav {
	float: left;
	font-size: 90%;
	width: 200px;
	background: #fff;
	z-index: 1 !important;	
}

#content {
	float: left;
	width: 540px;
	margin-left: 40px;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px dotted #3E2300;
	background-color: #FFFBF4;
}

h1 {
	font: 140% Georgia, "Times New Roman", serif;
	color: #714000;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	margin-top: 0;
}

h2 {
	font: 120% Georgia, "Times New Roman", serif;
	color: #714000;
	letter-spacing: 0.02em;
	padding-left: 1.2em;
	margin-left: -7px;
}

#content p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	padding-right: 0.7em;
} 

#content ul {
	font-size: 90%;
	line-height: 150%;
	margin-left: 20px;
	padding-left: 10px;
}

#content ul li {
	float: left;
	width: 500px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding-left: 20px;
}

#content ol {
	margin-left: 40px;
	padding-left: 40px;
	font-size: 90%;
}

#content ol li {
	line-height: 1.4em;
	margin-bottom: 0.4em;
}

a:link, a:visited {
  text-decoration: underline;
  color: #714000;
  background-color: transparent;
}
a:hover, a:active {
  text-decoration: none;
  color: #fff;
  background-color: #9F5B00;
}

#form {
	width: 470px;
	margin-left: 1.2em;
	padding: 0 0 5px 15px;
	background-color: #FFF;
	background-image: url(../images/bg_main.gif);
	border: 3px double #714000;
}
#form p {
	color: #000;
	padding: 0.2em 0 0 0;
	text-align: left;
}
#form table td {
	color: #714000;
}
input, textarea, select {
	border: 1px solid #714000;
	color: #714000;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px dotted #3E2300;
	color: #714000;
	font-size: 70%;
}

#footer p {
	margin: 0.5em 0 1em 260px;
	padding: 0;
	line-height: 1.5em;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #714000;
  font-style: italic;
  border-bottom: 1px solid #714000;
  background-color: transparent;
}
#footer a:hover, #footer a:active {
  text-decoration: none;
  color: #fff;
  background-color: #714000;
}

.indent {
	margin-left: 2em;
}

.long_indent {
	margin-left: 4em;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: oblique;
}

.attention_box {
	font-weight: bold;
	width: 400px;
	border: 3px double #996600;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.attention_box p {
	padding: 5px;
	margin: 5px;
}

table, td {
	font-size: 95%;
}

.validate {
	color: #f00;
	font-weight: bold;
	background-color: #fff;
}
