﻿/*
Dark Blue:	#30373d
Med-dark blue: #26567f
Bright Blue:	#3679b4
Menu Red:	#a73c37


*/

body
{
	text-align: center;
	background: #30373d;
	color:#26567f;
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 970px;
	background: #30373d;
}
#page img
{
	border-style: none;
}
#Heading
{
	height: 295px;
}
#menuBar
{
	background: url(Images/HorzMenuBar.jpg) no-repeat;
	height: 44px;
	text-align: center;
	color: White;
	text-transform: uppercase;
	font-weight:bold;
	font-size:large;
	
}
#body
{
	margin-left: 27px;
	margin-right: 0px;
	background: url(Images/HorzBackgroundBar.gif) repeat-y;
	
	width: 926px;
}
#leftNav
{
	background: url(Images/LeftNav2.jpg) no-repeat #3679b4;
	float: left;
	width: 301px;
	height: 492px;
	font-variant: small-caps;
	font-weight: bold;
}
#leftNav ul
{
	margin-top:25px;
	list-style: none;
}
#leftNav ul li
{
	margin:8px 0px 8px 5px;
}
#leftNav ul li a
{
	color: #a73c37;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#leftNav ul li a:hover
{
	color: white;
	text-decoration: none;
	background: #3679b4;
	text-decoration: underline;
	border-bottom: 2px solid #3679b4;
}

#centerContent
{
	margin-left: 301px;
	width: 600px;
	
	margin-top: 0px;
	text-align:center;

}


#center
{
	text-align:left;
	margin: 0px 0px 10px 0px;
	padding: 15px 15px 15px 20px;
}
#rightSlice
{
	float: right;
	background: url(Images/RightSlice1.jpg) no-repeat;
	height: 487px;
	width: 13px;
	margin: 0px 0px 0px 0px;
	
}
#sponsorBarBlueBar
{
	clear:both;
	border-top: solid 6px #3679b4;
}
#sponsorBarPadding
{
	border-top: solid 10px #30373d;
	padding: 15px 15px 15px 15px;
	background-color: #155793;
	width: 899px;
}
#sponsorBar
{
	background-color: White;
	width: 903px;
}
#footer
{
	margin-top: 15px;
	text-align: center;
	color: White;
	text-transform: uppercase;
}
a, a:visited
{color:#26567f;}


