body
	{
	background: white;
	margin: 0;
	cursor: default;
	color: black;
	scrollbar-face-color: #603030; scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #ddbbbb; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #807070; 
	scrollbar-arrow-color: #cccccc;
	font-family: serif;
	}

a:link {text-decoration: none; color: #1068a1; background-color: transparent;}
a:visited {color: rgb(155, 98, 131); text-decoration: none;}
a:active {color: #a04040; text-decoration: underline; }
a:hover {text-decoration: underline;}

.logo1
	{
	color: #eeeeee;
	font: bold 16pt bodoni, verdana;
	cursor: default;
	font-smoothing: enabled;
	}
.logo2
	{
	font: bold 14.5pt verdana;
	cursor: default;
	font-smoothing: enabled;
	}
.logo3
	{
	color: silver;
	font: bold 39.5pt verdana;
	line-height: 40pt;
	height: 60;
	cursor: default;
	font-smoothing: enabled;
	}

.headline
	{
	font-size: 220%;
	color: #603030;
	font-smoothing: enabled;
	}

.headline2
	{
	font-size: 130%;
	color: #603030;
	}

.separator
	{
 	width: 350;
	margin-right: auto;
	margin-left: auto;
	}


ul 
	{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
	}

li
	{
	margin-top: 0;
	margin-bottom: 0;
	}

.dropcap:first-letter
	{
	font: normal 63pt Century725 BT, times new roman, bodoni;
	float: left;
	line-height: 47pt;
	color: #784946;
	}

.dropcap
	{
	font-size: 15pt;
	text-align: justify;
	margin-bottom: 0px;
	}

sup
	{
	font-size: 70%;
	}

.author
	{
	text-align: right;
	font-style: italic;
	margin-top: -1em;
	}

p.excerpt
	{
	text-indent: 4%;
	margin-top: 0;
	margin-bottom: 0;
	font-style: normal;
	}

p.intro
	{
	margin-top: 0;
	margin-bottom: 0;
	}

p.starter
	{
	font-style: italic;
	text-align: left;
	}

.extendedQuote
	{
	margin-left: 4%;
	margin-right: 4%;
	text-align: justify;
	}

#textColumn
	{
	padding-left: 10;
	background: white;
	color: black;
	width: 700;
	padding-left: 10;
	padding-right: 20;
	}

.comment
	{
	padding: 15px;
	background-color: #f0f0f0;
	border: solid 1px black;
	margin-top: 1.5em;
	margin-bottom: 1em;
	}


.sidebar
	{
	margin-left: 8;
	margin-top: 8;
	border: 1px solid #501010;
	background: #E5DDDD;
	}


.sidebarLeft
	{
	margin-right: 8;
	margin-top: 8;
	border: 1px solid #501010;
	}
	


/*	THE CLASSES BELOW CONTROL THE APPEARANCE OF THE MENU BAR
------------------------------------------------------------		*/
.topTable
	{
	background: #603030;
	border-bottom: solid; border-width: 3px; border-color: #802000;
/*	position: fixed;*/
	top: 0;
	left: 0;
	}

.menuBar
	{
	background: #3c0e0e;						/*	Sets the menu bar's background	*/
	}



.menuItem										/*	Controls formatting of each item on the menu bar	*/
	{
	cursor: hand;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #802000;
	padding-top: 0;
	padding-bottom: 1;
	margin-top: 0;
        color: #BFBFBF;
	font: bold 9pt verdana, arial, helvetica;
	cursor: hand;
	}

.menuItemSelected								/*	Controls formatting of each item on the menu bar	*/
	{
	cursor: hand;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #802000;
	color: #BFBFBF;
	font: bold 9pt verdana, arial, helvetica;
	padding-top: 0;
	background: #704040;
	}


.subMenu
	{
	cursor: hand; 
	border-right: outset; 
	border-left: inset; 
	border-bottom: inset; 
	border-color: #a03030; 
	border-width:4px;
	padding-left: 0px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	visibility: hidden; 
	position: absolute;
	top: 118px; 					/*Does IE5 require 127???*/
	left: 0px; 
	background: #6c4e4e;
	}

.subMenuItem
	{
	width: 100%;
	line-height: 8.3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dfdfdf;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 3px;
	}

.subMenuItemSelected
	{
	width: 100%;
	line-height: 8.3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dfdfdf;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 3px;
	background: #002540;
	}

.menuIndent
	{
	list-style-type: square;
	margin-left: 9;
	}

hr.menu	{color: #cccccc; height: 1px;}

