body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a8987d;
	text-align: justified;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.listalpha {
	list-style-type: lower-alpha;
	font-size: 80%;
	line-height: 1.8em;
	padding-bottom:1.8em;
}
.listdecimal {
	list-style-type: decimal;
	font-size: 80%;
	line-height: 1.8em;
	padding-bottom:1.5em;
}
.listroman {
	list-style-type: lower-roman;
	font-size: 80%;
	line-height: 1.8em;
	padding-bottom:1em;
}
.highlight {
	margin-left: 30px;
	color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	width: 500px;
}
.list1 {
	list-style-image:url(../images/bullet1.gif);
	list-style-type:disc;
	margin-left: 15 px;
	height: 20 px;
	font-size: 80%;
	line-height: 1.8em;
	/*padding-left: 4em;*/
}
#wrapper {
	text-align: justified;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	/*padding: 122px 0 0 0;*/
	border-left: 2px solid #544c3e;
	border-right: 2px solid #544c3e;
	border-bottom: 2px solid #544c3e;
	background-color: #FFF;
}
#header {
	background-image: url(../images/heading.png);
	height:60px;
	width:830px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	/*margin-top: 60px;*/
	background-color: #FFF;
	width: 640px;
	float: right;
	padding: 10px 10px 0 0;
	border-left: 1px solid #a8987d;
	/*border-bottom: 1px solid #666;*/
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #61473f;
	background-color: transparent;
}
#content h3 {
	margin-left: 2px;
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #d2691e;
	background-color: transparent;
	border-top: 1px solid #a8987d;
}
#content h4 {
	margin-left: 15px;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #61473f;
}
#content h5 {
margin-left:4px;
padding-left: 1em;
}
#navigation {
	float: left;
	width: 150px;
	/*border: 1px solid #CCCCCC;*/
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 150px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	background-color: #b78667;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	background-color:#61473f;
	color: #FFFFFF;
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
#navigation ul.subnav {
	margin-left: 5px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #663300;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #FFCC66;
	color: #722100;
}
#footer {
	clear: both;
	padding: 30 0 10px 255px;
	margin-left:250px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}