body {
	margin: 10;
	padding: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;
}
#content {
    text-align: left;
	width: 750px;
	float: right;
	padding: 10px 10px 0 10px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #330066;
	background-color: transparent;
}
#content h2 {
	font-size: 100%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#content h3 {
	font-size: 80%;
	color: #336699;
	background-color: transparent;
	border-bottom: 1px dashed gray;		
}
#content ol {
	list-style-type: decimal;
	margin: 10;
	padding: 0;
	border: none;
}
#content ul {
	list-style-type: square;
	margin: 10;
	padding: 0;
	border: none;
}
#content li {
	width: 500px;
	margin: 10;
	padding: 10;
	font-size: 80%;
	vertical-align: top;
}
#content ul ul {
	list-style-type: circle;
	margin: 20;
	padding: 0;
	border: none;
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	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: 12px solid #722100;
	border-right: 1px solid #722100;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}	
#footer {
	clear: both;
	padding: 0 0 10px 10px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}