@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #422921;
	background-color: #d6bd73;
}

#container {
	background-color: #9ca57b;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.leftcol {
	background-color: #D6BD73;
	text-align: left;
	vertical-align: top;
	padding: 5px 1px 2px;
	width: 200px;
}
.toppics {
	background-color: #9ca57b;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 2px;
}
.rightcol {
	text-align: right;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 4px;
	margin-left: 0px;
}
.mainarea {
	background-color: #EFEFDE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px 1px 5px;
}
li {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
a.sidemenu:link {
	font-size: 11px;
	font-weight: bold;
	color: #422921;
	text-decoration: none;
	background-color: #D6BD73;
	padding: 2px;
	display: block;
}
a.sidemenu:visited {
	font-size: 11px;
	font-weight: bold;
	color: #422921;
	text-decoration: none;
	background-color: #D6BD73;
	padding: 2px;
	display: block;
}
a.sidemenu:hover {
	font-size: 11px;
	font-weight: bold;
	color: #422921;
	text-decoration: none;
	background-color: #EFEFDE;
	padding: 2px;
	display: block;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #666633;
	text-decoration: underline;
}
a:visited {
	color: #422921;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
}
h4 {
	font-size: 16px;
	font-variant: small-caps;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
}
.strikethrough {
	color: #999;
	text-decoration: line-through;
}
.text10 {
	font-size: 10px;
	color: #666;
	letter-spacing: -.1em;
}
.bullets {
	list-style-position: outside;
	list-style-type: square;
}
.dashline {
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9CA57C;
}

