body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font: normal 75%/1.6em Georgia, "Times New Roman", Times, serif;
}
#navcontainer {
	display: none;
}
#con {
	display: none;
}
h1, h2, h3, p {
	margin: 0;
	color: #333;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #DCBA74;
	letter-spacing: -1px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}
h2  span {
	display: block;
	font-weight: normal;
	letter-spacing: normal;
	color: #666;
}
h3 {
	letter-spacing: -1px;
	color: #999;
	font: normal 160% "Times New Roman", Times, serif;
}
a {
	color: #333;
	text-decoration: underline;
}
h1 a:link, h2 a:link, h3 a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	color: #d97f7f;
	text-decoration: underline;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: underline;
}
ul {
	list-style: none;
	padding: 0.5em 1em 0.5em 5px;
	margin: 0;
}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#container {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#content {
	width: 600px;
	float: left;
}
#article #content {
	display: inline;
	float: left;
	width: 390px;
	padding-bottom: 1em;
}
#article #content-sub {
	float: left;
	width: 200px;
	padding-bottom: 1em;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#martext {
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	float: right;
	vertical-align: top;
}
#textleft {
	padding: 20px;
}

#nav-footer {
	width: 600px;
	text-align: center;
	clear: both;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #874331;
	border-bottom-color: #874331;
}
#nav-footer li {
	display: inline;
	list-style: none;
	font-size: 100%;
}
#nav-footer a:link, #nav-footer a:visited {
	padding-right: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #555;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #874331;
}
#nav-footer a:hover, #nav-footer a#current {
	padding-right: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #0033CC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #003399;
}
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ADA885;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #993333;
	text-align: center;
}
div.floatright img
{
	border: 1px solid #ccc;
}

p { margin-top: 0; }
.border {
	border: 1px solid #ccc;
	padding: 1px;
}
img {
	border: none;
}
.clr {
	clear: both;
}
.floatheb {
	display: none;
}
.floatleft {
	float: left;
}
.sma {
	font-family: Tahoma;
	font-size: 9px;
	color: #CC0000;
}

