@charset "utf-8";
body {
	background-color: #981C1E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style3 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.style7 {
	font-size: x-large;
	color: #FFFFFF;
}
.style8 {
	color: #990000;
	font-weight: bold;
}
.style11 {
	font-size: x-large;
	font-weight: bold;
	color: #990000;
}
.style13 {color: #981C1E}
.style1 {	color: #000000;
	font-weight: bold;
}
.style16 {
	font-size: large;
	color: #981C1E;
}
.style18 {font-size: medium}
.style19 {color: #981C1E; font-weight: bold; }
.style20 {font-size: large}
.style21 {font-size: x-large}
.style22 {color: #981C1E; font-size: x-large; }
.style24 {font-size: medium; font-style: italic; }
a {
	font-size: 11px;
	color: #991D1F;
}
a:link {
	text-decoration: underline;
	color: #991D1F;
}

a:visited {
	text-decoration: underline;
	color: #E05C60;
}

a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

a:active {
	text-decoration: underline;
	color: #991D1F;
}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: medium;
	cursor: default;
	width: auto;
	color: #991D1F;
	background-color: #FFFFCC;
	background-position: center;
	margin-top: auto;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	white-space: normal;
	padding: 0;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
	background-color: #991D1F;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
body,td,th {
	color: #FFFFCC;
	vertical-align: top;
	border-right-width: medium;
	border-left-width: medium;
}
body {
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	background-color: #545E60;
}
a:link {
	color: #FFFF66;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FFFFFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
.style25 {font-size: x-large}
.style26 {color: #FFFFFF}
.style28 {color: #FFFFFF; font-size: large; }
.style29 {
	color: #FFFFCC;
	font-size: x-large;
}
.style30 {font-size: xx-large}
.style31 {color: #FFFFCC}
.style32 {color: #000000}
.style33 {color: #EBEBEB; }

