body
{
	margin: 0px;
	padding: 0px;
	background: #00456b;
}

#mainTable
{
	width: 100%;
	background: #ffffff;
}

.lightblue
{
	background: #2c6889;
}

.spacerTd
{
	width: 7px;
	font-size: 20px;
}

#menuTd
{
	width: 250px;
	height: 313px;
	background: #00456b;
	vertical-align: top;
}

#homeContentTd
{
	background: #00456b url(/images/homePics.jpg) top left no-repeat;
	height: 313px;
}

#contentTd
{
	background: #00456b;
	height: 313px;
	vertical-align: top;
}

#footerLeftTd
{
	background: #00456b;
	text-align: left;
	padding-top: 10px;	
	padding-bottom: 10px;
	padding-left: 10px;
}

#footerRightTd
{
	background: #00456b;
	text-align: right;
	padding: 10px;
}

.vSpacer
{
	height: 8px;
	font-size: 2px;
}

.menuItem
{
	height: 29px;
	padding-left: 10px;
	border-bottom: 1px solid #2c6889;
}

.menuItem2
{
	height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #2c6889;
}

#lastMenuItem
{
	height: 30px;
	padding-left: 10px;
}

#mainContent
{
	margin: 10px;
}

.inputBox
{
	background: #ffffff;
	border: 1px solid #2c6889;
	margin: 1px;
}

#submitButton
{
	width: 100px;
	height: 16px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.submenu
{
	border: 2px solid #2c6889;
	width: 100px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	font-size: 0.9em;
}

.submenu li
{
	list-style: none;
	padding: 0px;
	margin-bottom: 5px;
}

.submenu ul
{
	padding: 0px;
	margin: 10px;
}


.t1
{
	background: #2c6889;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.t2
{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.blueBg
{
	background: #2c6889;
}

.contactForm
{
	border: 1px solid #ffffff;
	padding: 10px;
}

.padding
{
	padding: 5px;
}

#spotBanner
{
	background: url(images/slogan.gif) bottom right no-repeat;
}