a
{
	color: white;
}

body
{
	background-color: white;
    color: #444444;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 0px;
}

p {
	margin: 0;
	padding: 0 0 4px 0;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	text-align: right;
}

h2 {
	font-size: 11pt;
	margin: 8px 0px 8px 0px;
}

div.info {
	background-color: white;
	border-top: 1px dotted;
	left: 20%;
	padding: 10px;
	position: relative;
	width: 60%;
	z-index: 1;
}

div.sectionSelector {
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	width: 200px;
}

div.sectionSelectorSub {
	border: 0;
	text-align: right;
	width: 120px;
}

div#menuBar
{
	margin: 0px 0px 0px 0px;
	border: 0;
	border-top: 1px solid black;
	height: 80px;
	background: transparent url(../img/texture8.gif) no-repeat bottom left;
}

div#menuBar a
{
	text-decoration: none;
	color: white;
}

div#menuBar li
{
	float: left;
	padding: 4px 8px 4px 8px;
	margin: 0px 2px 0px 0px;
	text-transform: lowercase;
	font-weight: bold;
	color: white;
	font-size: 8pt;	
	background-color: black;
	border: 0;
	border-right: 2px solid #E9E8CC;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

div#menuBar li:hover
{
	border-left: none;
	background: #849AB9;
}

div#menuBar li#currentPage
{
	background: #CD6662;
}

div#menuBar ul
{
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}

div#pageDiv
{	
	position: relative;
	margin: 40px 0px 0px -300px;
	width: 600px;
	left: 50%;
	border: 0;
	border-bottom: 4px solid black;
	background: white;
}

div#text
{
	padding: 20px 10px 10px 6px;
	margin: 0px 0px 0px 0px;
	height: 290px;
}

div#text a
{
	color: #444444;
}

div#webcomments
{
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background-color: #CD6662;
	height: 30px;
}

.red {
	color: #CD6662;
}

div#webcomments p
{
	color: white;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 4px 4px;
	width: auto;
}

div#webcomments a {
	text-decoration: none;
}

h4
{
	font-size: 8pt;
	color: #444444;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

ul
{
	padding: 0px 10px 0px 5px;
	margin: 0px;
}

ul.address
{
	margin: 5px 0px 0px 0px;
	list-style: none;
}

ul.address li
{
}

li
{
	margin: 0px 0px 5px 10px;
}