body 
{
	background-color: #A8A8A8;
	font-family: Arial;
	font-size: 0.95em;
	background-image: url(Images/Background.png);
	background-repeat: repeat-x;
}

img 
{
	border: 0px;
}

a 
{
	color: #95C4B5;
}

#contents
{
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	color: #000;
}

/* Panels */
#pnlHead 
{
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
}

#pnlMenu 
{
	background-color: #575757;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 40px;
	background-image: url(Images/Menu.png);
}

#pnlMain 
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

#pnlFoot 
{
	background-color: #fff;
	background-image: url(Images/Menu.png);
	color: White;
	height: 20px;
	font-size: 0.8em;
}

#pnlFoot a 
{
	color: #95C4B5;
}


div.panel 
{
	border: 1px Solid Black;
	padding: 10px;
}

/* Helpers */
div.clear 
{
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Menu */
SPAN.menu 
{
	cursor: pointer;
}

UL.menu 
{
	padding-left: 0;
	margin-left: 0;
	/*background-color: #445700;*/
	color: White;
	float: left;
	/*width: 100%;*/
	font-family: arial, helvetica, sans-serif;
}

ul.menu li 
{
	display: inline;
}

ul.menu li a
{
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #8CC3B2;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 110px;
}

ul.menu li a:hover
{
	color: #5BB0FF;
}

/* Dropdown menu */
#menu2 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: White;
	border: 1px Solid Black;
	padding: 0px; 
	visibility: hidden;
}
#menu3 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: White;
	border: 1px Solid Black;
	padding: 0px; 
	visibility: hidden;
}

ul.menu2 
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

li.menuItem2 a
{
	padding: 0px; 
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #8CC3B2;
	font-weight: bold;
	text-decoration: none;
	width: 110px;
}

ul.menu2 li a:hover
{
	color: #5BB0FF;
	border-left: 5px Solid White;
}

/* Image */
div.image 
{
	float: left;
	display: inline;
	padding: 10px;
	margin-right: 5px;
	border: 1px Solid #025342;
	background-color: #A8A8A8;
}

div.image img 
{
	border: 1px Solid #025342;
}

div.image div.caption 
{
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
	padding-top: 3px;
}

/* Text sections */
ul.list 
{
	margin: 0px;
	padding: 0px;
}

ul.list li
{
	border-left: 5px Solid #025342;
	padding-left: 5px;
	margin-top: 1px;
	list-style-type: none;
}

/* logo */
span.logo1 
{
	color: #507b81;
	font-weight: bold;
	text-transform: lowercase;
}

span.logo2
{
	color: #025342;
	font-weight: bold;
	text-transform: lowercase;
}

span.logo3
{
	color: #025342;
	font-weight: bold;
	text-transform: uppercase;
}


H1 
{
	background-image: url(Images/H1Background.png);
	border-bottom: 1px Solid Black;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 26px;
}

H2 
{
	border-top: 1px Solid Black;
	background-image: url(Images/H1Background.png);
	border-bottom: 1px Solid Black;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 26px;
	margin-top: 30px;
}

H3 
{
	border: 1px Solid Black;
	background-image: url(Images/H1Background.png);
	border-bottom: 1px Solid Black;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 23px;
	margin-top: 30px;
}
/* Contact table */
table.contact 
{
	border: 1px Solid #025342
}

table.contact th 
{
	text-align: center;
	width: 300px;
	color: #025342;
	font-weight: bold;
	border-bottom: 1px Solid #025342;
}
table.contact td.tableItem 
{
	vertical-align: top;
	color: #025342;
}

/* Order table */
h4 
{
	color: #025342;
	margin: 2px;
	padding-left: 20px;
}
h5 
{
	font-weight: normal;
	color: #025342;
	margin: 2px;
	padding-left: 20px;
}
table.order 
{
	border: 1px Solid #025342;
	width: 500px;
}
span.orderHelp 
{
	font-size: 11px;
	margin-left: 10px;
	color: #025342;
	font-weight: bold;
}

div.orderSection 
{
	padding: 5px;
	border: 1px Solid #99C1AB;
	background-color: #DCE5E0;
	margin-bottom: 10px;
}
table.order th 
{
	text-align: center;
	width: 300px;
	color: #025342;
	font-weight: bold;
	border-bottom: 1px Solid #025342;
	vertical-align: bottom;
}
table.order td.tableItem 
{
	vertical-align: top;
	color: #025342;
	width: 10px;
}

table.orderLarge
{
	border: 1px Solid #025342;
	width: 100%;
}

table.orderLarge th 
{
	text-align: center;
	color: #025342;
	font-weight: bold;
	border-bottom: 1px Solid #025342;
}
table.orderLarge td.tableItem 
{
	vertical-align: top;
	color: #025342;
	width: 200px;
}

/* Links */
a.QuizIt
{
	color: #025342;
	font-weight: bold;
}
a.RealityRaces 
{
	color: #266AFF;
	font-weight: bold;
}
a.Wednesday
{
	color: #8AA2AD;
	font-weight: bold;
}

div.questionExamples  
{
	width: 80%;
	border: 1px Solid Black;
	padding: 10px;
	background-image: url(Images/H1Background.png);
}

div.questionExamples p 
{
	margin: 3px;
	background-image: url(Images/H1Background.png);
}

dt 
{
	border: 1px Solid Black;
	cursor: pointer;
	margin-bottom: 15px;
}
div.question 
{
	padding: 3px;
}

div.answer 
{
	text-decoration: italics;
	display: none;
	background-image: url(Images/H1Background.png);
	padding: 3px;
	padding-left: 10px;
	border-top: 1px Solid Black;
}

/* Network */
#pnlGroup 
{
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
}
#pnlGroup table tr th 
{
	text-align: center;
	font-weight: bold;
}
#pnlGroup td 
{
	width: 33%;
	text-align: center;
}
div.error 
{
	display: block;
	color: White;
	background-color: #6D5A5A;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px Solid Red;
	margin-bottom: 10px;
}

div.good
{
	display: block;
	color: White;
	background-color: #9EC89A;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px Solid Green;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.externalLinks 
{
	text-align: center;
	padding-left: 25px;
}
	div.externalLinks ul
	{
		margin: 0px;
		padding: 0px;
	}
		div.externalLinks ul li
		{
			margin: 0px;
			padding: 0px;
			float: left;
			list-style: none;
			padding-right: 40px;
		}
