body
	{
	background: white;
	margin: 0px;
	cursor: default;
	color: black;
	}

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

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

.headline
	{
	font: normal 210% serif;
	color: #603030;
	text-align: center;
	margin-top: -4px;
	}

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

h2
	{
	font-size: 160%;
	color: #603030;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	}

h3
	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 105%;
	}


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


ul 
	{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: roman;
/*	font: normal 9pt verdana, tahoma, arial, sans-serif; */
	}

table.image
	{
	padding: 0px;
	border: solid 0px white;
	}


.dropcap:first-letter
	{
	font-size: 520%;
	float: left;
	line-height: 75%;
	color: #784946;
	}

.dropcap
	{
	text-align: justify;
	margin-bottom: 0px;
	}

sup
	{
	font-size: 70%;
	}

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

small {
	font: bold 7pt arial, helvetica;
	}


p
	{
 margin-bottom: 3px;
	}

p.excerpt, p.story
	{
	text-indent: 1.5em;
	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: 750;
	padding-left: 10;
	padding-right: 20;
/*	font-family: serif; */
	}

.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;
	font: normal 80% verdana, arial, sans-serif;
	}


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

blockquote
	{
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	}


.commentsTable
	{
	font: normal 70% verdana;
	}




	
/*	FAVORITES LIST STYLES GO BELOW THIS LINE
--------------------------------------------  */
.signupForm
	{
	background-color: silver;
	border: none;
	width: 100%;
	color: black;
	margin-bottom: 3px;
	font: normal 80% monospace;
	}

.signupButton
	{
	background-color: #881100;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif;
	padding: 1;
	width: 100%;
	color: white;
	border: 3px solid red;
	}

.signupButtonSelected
	{
	background-color: #aa2233;
	color:#FFFFFF;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 1;
	width: 100%;
	border: solid 2px black;
	}

.favoritesTable
	{
	border: 2px solid #804040;
	margin-left: 9;
	}

.favoritesList
	{
	line-height: 105%;
	margin-left: -27;
	margin-bottom: 0;
	font: normal 80% verdana, sans-serif;
	}

.favoritesHeadline
	{
	background-color: rgb(80,20,20);
	color: white;
	font: bold 100% arial,helvetica,sans-serif;
	text-align: center;
	border: solid 0px black;
	}

.latestnews
	{
	text-align: center;
	font: normal 90% sans-serif;
	padding-top: 8px;
	}


/*	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;
	}

.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: disc;
	margin-left: 9;
	}

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

