/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}body {
	font: 76%/1.7em Arial, Helvetica, sans-serif;
	color: #003333;
	background: #CCCC99;
	text-align: center;
}
h4 {
	color: #FFFF99;
	font-size: 1.2em;
}
p {
	line-height: 1.5em;
}
a:link {
	color: #006666;
}
a:visited {
	color: #006666;
}
a:hover, a:focus {
	color: #CC3333;
	text-decoration: none;
}
#wrapper {
	margin: 0px auto 10px;
	width: 750px;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#banner {
	height: 75px;
}
#nav {
	text-align: right;
	padding: 0px;
	margin-bottom: .5em;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#nav ul li a {
	font-size: 90%;
	color: #006666;
	text-decoration: none;
	padding: 0px 15px;
	border-right: 1px solid #006666;
	text-align: center;
	width: 9em;
	font-weight: bold;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #660000;
}
.leftbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.borderbox {
	padding-top: 20px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	margin: 20px;
}
#center {
	margin: 0px;
}
#content {
	background: #FFFFCC;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#content ol {
	padding-left: 10px;
}
#content ul {
	list-style-type: none;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content li {
}
#content ol ul {
}
#content ol ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
}
#content h1 {
	font-size: 2em;
	color: #660000;
	padding: 0px;
	margin-bottom: 0.5em;
}
#content h2 {
	font-size: 1.7em;
	color: #CC6600;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boldlist {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content h3 {
	font-size: 1.4em;
	color: #006666;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 1.2em;
	color: #CC6600;
	padding-bottom: 10px;
}
#content h5 {
	font-size: 1.1em;
	color: #006666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h6 {
	font-size: 1.1em;
	color: #006633;
	font-weight: bold;
}
#content p {
	font-size: 1em;
}
#footer {
	margin-left: 0px;
	clear: both;
}
#footertext {
	background-color: #FFFFCC;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 20px;
	color: #003333;
	margin-top: 5px;
}
#footertext p {
	padding-bottom: 10px;
}
.leftimage {
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
}
#titlebox {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
.rightimage {
	margin: 0px 0px 10px 15px;
	float: right;
	background-color: #FFFF99;
	padding: 0px 0px 0px 10px;
	font-size: .95em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.clearit {
	display: block;
	clear: both;
}
.currenttab {
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.redtext {
	color: #CC3333;
}

