/* Commented out material is deprecated from previous versions. These CSS definitions will likely get cut */

/*BODY		{
	background-color: #660000;
	color: #FFFFFF;
	}*/

a:link	{color: #0000CD}
a:visited	{color: #006400}
	
address	{
	margin-left: 160px;
	}

BODY	{
	background-color: #FFFFFF
	color: #000000
	}
	
	
/*div.menu1 {
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: absolute;
	position: fixed;
	}
div.menu1 p {
	margin: 0;
	font-family: Arial, sans-serif;
	background: #00ccff;
	color: white;
	}

div.menu1 a, div.menu em {border-top: none}
div.menu1 em {color: #CFC}
div.menu1 a:link {text-decoration: none; color: Black}
div.menu1 a:visited {text-decoration: none; color: #996666}
div.menu1 a:hover {background: black; color: white}*/

/*************************************************************************/
/*div.pageMenu - The menu that goes down the left hand side of every page*/
/*************************************************************************/
div.pageMenu {
	margin: 0;
	line-height: 1;
	text-align: left;
	position: absolute;
	position: fixed;
	}
div.pageMenu p {
	font-size: 10pt;
	margin: 0;
	background: #ffffff;
	color: black;
	}
div.pageMenu a, div.pageMenu {border-top: none}
div.pageMenu em {
	font-weight: bold;
	color: #000000;
	}

div.pageMenu a:link	{
	text-decoration: none;
	color: #0000CD;
	}
	
div.pageMenu a:visited	{
	text-decoration: none;
	color: #006400;
	}
	
div.pageMenu a:hover	{
	background: lightblue;
	color: black;
	}

/*************************************************************************/
/*H - Header definitions.                                                */
/*************************************************************************/

/**********************************************************/
h1	{
	font-family: 'Copperplate Gothic Bold', serif;
	font-weight: bold;
	font-size: 30pt;
	color: #808080;
	margin-left: 160px;
	}

h1.pagetitle 	{
	font-family: Copperplate Gothic Bold, Arial;
	font-weight: bold;
	font-size: 40pt;
	text-align: center;
	color: black;
	margin-left: 160px
	}

h1.title 	{
	font-family: Copperplate Gothic Bold, Arial;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	color: #800080
	}

h2	{
	font-family: Copperplate Gothic Bold, Arial
	font-weight: bold;
	font-size: 20pt;
	color: #808080;
	margin-left: 160px;
	}

h3	{
	font-family: Copperplate Gothic Bold, Arial;
	color: #808080;
	margin-left: 160px
	}

h4	{
	font-family: Copperplate Gothic Bold, Arial;
	font-weight: bold;
	font-size:18pt;
	color: #808080;
	margin-left:160px;
	}

h5	{
	font-family: Copperplate Gothic Bold, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: black
	}

/*************************************************************************/
/*P - Paragraph definitions                                              */
/*************************************************************************/

p	{
	margin-left:160px;
	font-family: courier, serif;
	line-height:110%;
	text-align: left;
	}

p.bold		{font-weight:bold}

p.navbar	{
	font-size: small;
	text-align: center;
	}

p.normal	{
	margin-left:0px;
	line-height: 100%;
}

/*************************************************************************/
/*Table - Table definitions                                              */
/*************************************************************************/

table	{
	margin-left:200px;
	text-align: left;
	}
	
table.normal	{margin-left:0px;}

td		{vertical-align:top;}

/*Deprecate tableP*/
.tableP	{
	margin-left: 5px;
	text-align: left;
	}

/*************************************************************************/
/*LI - List Item definitions.                                            */
/*LI entries are, by default, different from the others. The base <LI>   */
/*format is normal (no indenting) because it's primarily used in <TD>    */
/*blocks. li.p is formatted for use in a regular <P> format.             */
/*************************************************************************/
	
li	{font-family: courier, serif;}

li.p	{
	margin-left:160px;
	font-family: courier, serif;
	line-height:100%;
	text-align: left;
	}
	
li.normal	{font-family: courier, serif;}




.aside	{
	font-family: arial, Verdana, sans-serif;
	font-size:x-small;
	color:gray
	}

.box	{
	border: outset thin #660000;
	padding: 10px
	}

.center	{text-align: center}

.cntrbold	{
	text-align: center;
	font-weight: bold
	}

.copyright	{
	font-size: 8pt;
	text-align: center
	}

.date {
	color: gray;
	font-family: 'copperplate gothic bold', serif;
	font-size: 125%;
	font-weight: bold;
	word-spacing: 1.5pt;
	}

.dateText {
	text-indent: -10px;
	}

.inlinehead	{
	color:gray;
	font-family:'copperplate gothic bold', courier, serif;
	}

.listing	{
	margin-left: 50px;
	text-indent: -10px;
	}

.menu	{
	font-family: Arial;
	font-size: 11pt;
	text-align: center}

.main	{
	margin-left: 200px;
	}

/*.navBar	{
	font-size: x-small;
	}*/

.navLink	{margin-left: 160px;}

.neutral	{
	margin-left: 0px;
	line-height: 100%;
	}

.regular	{text-indent: 1.5em}

.shortLine	{text-align:left;}

.spelldescription	{
	margin-left: 0px;
	line-height: 100%;
	text-indent: 1.5em;
	}

.stats	{font-weight: bold;}

.tableHeader	{
	color: gray;
	font-family: 'copperplate gothic bold', arial, sans-serif;
	}

.titled	{
	font-family: Lucida Calligraphy, Arial;
	font-size: 20pt;
	font-weight:bold
	}

.topleft	{
	font-family: Arial;
	font-size: 11pt;
	text-align: left;
	position: absolute;
	width: 20%
	}

.topright	{
	font-family: Arial;
	text-indent: 1.5em;
	font-size: 11pt;
	text-align: right
	}
