body {
	padding: 0px;
	font: 14px/1.5 Arial,Helvetica,sans-serif;
	margin: 1px 40px;
}

/* headings */
h1,h2,h3,h4{
	font-family: Arial,Helvetica,sans-serif;
	background: transparent;
	color: #957448;
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}

h1 {
	color: Navy;
	font-size: 1em;
}
h2 {
	color: Gray;
	font-weight: lighter;
	font-size: 0.8em;
	margin-top: -0.2em;
	letter-spacing: 0.1em;
}
h3 {
	color: black;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}
h4 {
	color: #8B4513;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

hr {
	color: Black;
	height: 1px;
	width: 100%;
}

blockquote{
	font: italic 1.0em Georgia,"Times New Roman",Times,serif;
	color: #333333;
	background: transparent;
}

a {
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: black;
}

p {
	font-size: 0.8em;
}
p.header {
	text-align: right;
	border-bottom: 1px solid silver;
	background-color: #F0F0F0;
	font-size: 0.7em;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 10px;
}
p.banner {
	text-align: center;
	background-color: #F0F0F0;
	border-top: 1px solid silver;
	font-size: 0.7em;
	margin-top: 1px;
	margin-bottom: 1px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
}
#header {
	border: 1px solid silver;
	background: White;
}
.small {
	text-decoration: none;
	color: #8B4513;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

#leftcontent {
	top: 130px;
	position: absolute;
	width: 160px;
	max-width: 180px;
	border: 1px solid silver;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
}
#leftcontent a {
	font-size: 0.8em;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
#leftcontent ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#leftcontent h3 {
	text-align: center;
	padding: 4px;
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 5px;
	color: black;
	font: normal 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content {
	background: White;
	margin: 0px;
	padding: 10px;
	top: 138px;
	position: absolute;
	left: 230px;
}
#content a {
	font-size: 1.0em;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content img {
	padding-left: 5px;
	padding-right: 15px;
	margin-right: 15px;
	margin-left: 5px; 
}
#content ol {
	font-size: 0.8em;
	line-height: 1.8em;
}
#content ul {
	font-size: 0.8em;
	line-height: 1.8em;
	list-style-type: none;
}
#content h3 {
	margin-bottom: -1em;
}
