body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
a {
	color: #e82646;
}
a:visited {
	color: #e82646;
}
a:hover {
	color: #8e7f58;
	text-decoration: none;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #ae8706;
	background-color: #ffffff;
	color: #222222;
	padding: 1px;
	font-size: 85%;
}
textarea {
	background-color: #ffffff;
	color: #222222;
	border: 1px solid #ae8706;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 85%;
}
input.submit {
	background-color: #ae8706;
	color: #ffffff;
	border: 1px solid #ae8706;
	cursor: pointer;
	padding: 1px 5px;
}
div#topbar {
	width: 800px;
	margin: 0px auto;
}
div#topbar img {
	border: 0px;
}
div#barouter {
	height: 189px;
	background: #a8996e url(images/bgbar.jpg) top repeat-x;
}
div#bar {
	width: 800px;
	margin: 0px auto;
}
div#bar img {
	border: 0px;
}
div#main {
	width: 800px;
	margin: 0px auto;
	overflow: auto;
}
div#leftbar {
	float: left;
	width: 189px;
	margin-top: 15px;
}
div#leftbar ul {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
div#leftbar li {
	font-size: 85%;
	font-weight: bold;
	/*border-bottom: 1px solid #e82646;*/
	background: url(images/leftnavbg.gif) top left no-repeat;
}
div#leftbar li a, div#leftbar li a:visited {
	text-decoration: none;
	padding: 10px 0px 10px 30px;
	display: block;
	color: #e82646;
}
div#leftbar li a:hover {
	color: #8e7f58;
}
div#leftbar li.active a {
	color: #8e7f58;
}
div#leftbar div.leftbarimg {
	margin: 15px 0px;
	text-align: center;
}
div#leftbar div.leftbarimg img {
	border: 0px;
}
div#content {
	margin-left: 210px;
	padding-top: 25px;
}
div#content h1 {
	color: #e82646;
	margin-top: 0px;
	font-size: 130%;
	font-weight: normal;
}
div#content h2 {
	color: #222222;
	margin-top: 0px;
	font-size: 100%;
}
div#content h3 {
	color: #e82646;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 95%;
}
div#content p {
	font-size: 85%;
	margin-top: 0px;
	line-height: 1.4em;
}
div#content p span.tcm {	font-size: 85%;}
div#content ul {
	list-style-type: square;
}
div#content li {
	font-size: 85%;
	line-height: 1.4em;
}
table.formtable {
	border: 0px;
}
table.formtable td {
	vertical-align: top;
}
table.formtable td.formtitle {
	text-align: right;
	font-size: 85%;
}
table.formtable td.radio {
	font-size: 85%;
	color: #222222;
}
table.formtable td.radio input {
	border: 0px;
}
div#footer {
	width: 800px;
	margin: 20px auto 0px auto;
	clear: both;
	font-size: 70%;
	border-top: 1px solid #a8996e;
	padding: 5px 0px;
	text-align: center;
	color: #888888;
}
div#footerkeywords {
	padding-bottom: 3px;
	color: #666666;
}
div.twocoll {
	width: 200px;
	float: left;
	margin-right: 20px;
}

div.twocolr {
	width: 200px;
	float: left;
}
div.container {
	width: 580px;
	overflow: auto;
}
div.article {
	clear: both;
	margin-bottom: 20px;
}

div.article h2 {
	font-weight: normal;
}

div.article h2 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}