BODY {
	background: url(../images/reignbg.jpg);
	color: #FCB514;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica;
	margin-top: 0px;
}

.maintable {
	background-color: #FDF5E6;
	border-top: 0px;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #000000;
	border-right: 1px outset #000000;
	color: #000000;
}

.indextable {
	background-color: #FCB514;
	width: 400px;
	height: 575px;
	padding: 20px 20px 20px 20px;
	border: 1px inset #000000;
}

a:link {
	color: #CD2626;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #CD2626;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

h1 {
	color: #802A2A;
	font-size: 36px;
	font-weight: bold;
	text-align="center";
}

h2 {
	color: #802A2A;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #802A2A;
	font-size: 16x;
	font-weight: bold;
}
	
.credits {
	color: #FCB514;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
}

a.creditlink:link {
	color: #FDF5E6;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
	cursor: pointer;
}

a.creditlink:hover {
	color: #FDF5E6;
	font-weight: bold;
	font-size: 13px;
	font-family: helvetica;
	text-decoration: underline;
	cursor: pointer;
}

/* Begin Drop-Down Menu Attributes */

#menuwrapper {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}

.menuspacer {
	background-image: url(../images/menubg.jpg);
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 22px 5px 22px;
	font-size: 11px;
	color: #000000;
}

#p7menubar a.trigger {
	padding: 5px 22px 5px 22px;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 14em;
}

#p7menubar ul li a  {
	color: #CD2626;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FDF5E6;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #FDF5E6;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #CD2626;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FDF5E6!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/* End Drop-Down Menu Attributes */


