@charset "utf-8";


body {
	background-color: #6191B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#container {
	background-color: #ffffff;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#header  {
	background-color: #6191B4;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #660033;
	text-decoration: none;
}





/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	width: auto;
	height: auto;
}
a:visited {
	text-decoration: none;
}

/* 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
{
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 150px;
	float: left;
	height: auto;
	padding: 0;
	margin: 0;
}
/* 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;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	border: 1px solid #ccc;
	padding: 0;
}
/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
	font-size: 100%;
}
/* 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;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #0066CC;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #7c3e0d;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #7c3e0d;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
#sidebar-index {
	background-color: #D09764;
	margin: 10px;
	padding: 8px;
	float: left;
	width: 310px;
	height: 1405px;
	font-size: 14px;
}
#message-index {
	background-color: #FFFFFF;
	height: 1405px;
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 16px;
	font-size: 14px;
}
#inside-message {
	background-color: #A2C6EE;
	margin: 10px;
	padding: 8px;
	height: 700px;
	width: 475px;
}
#slideshow300x200 {
	background-color: #BF783A;
	z-index: 1;
	padding: 0px;
	height: 200px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slideshow600x400 {
	background-color: #BF783A;
	z-index: 1;
	padding: 0px;
	height: 400px;
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.blueborder {
	border: 4px solid #A2C6EE;
}

#clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #CC0000;
	float: left;
	height: 25px;
	width: 300px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 191px;
}
#countdown {
	padding: 0px;
	height: 50px;
	width: 682px;
	margin-top: 15px;
	float: left;
	background-color: #00FFFF;
}


.dcountstyle{ /*Example CSS to style count up output*/
font: bold 16px Arial;
padding: 3px;
}
.dcountstyle sup{ /*Example CSS to style count up output*/
font-size: 90%
}
#sitemeter {
	background-color: #FFFF00;
	padding: 0px;
	float: left;
	height: 32px;
	width: 80px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 301px;
}

#spacer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #6191b4;
	height: 25px;
}
.image-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#inside main message {
	background-color: #9BB8C6;
	padding: 8px;
	clear: both;
	height: 200px;
	width: 500px;
	margin-top: 10px;
}

.highlighting {
	background-color: #CCCCFF;
}


.highlightinggold {
	background-color: #FFFF99;
}

.highlightinggreen {
	background-color: #CCFFCC;
}
.redfont {
	color: #CC3333;
}
#message-onecolumn {
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 16px;
	height: 805px;
	width: 868px;
}
