﻿body {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin:0;
}
table.shell {
	width: 990px;
	height: 100%;
}
td.content {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	/*border-top: 2px solid #6766B4;
	border-left: 2px solid #6766B4;
	width: 100%;*/
	height: 100%;
	padding: 4px 8px;
	vertical-align: top;
}
.content2 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
.border1 {
	border-left: 1px solid #6D6DBA;
	border-top: 1px solid #6D6DBA;
	border-bottom: 1px solid #6D6DBA;
}
.border3 {
	border-left: 1px solid #6D6DBA;
	border-right: 1px solid #6D6DBA;
}
.title {
	font-family: verdana;
	font-size: 14px;
	color: #08106B;
	font-weight: bold;
}
.regular {
	font-family: verdana;
	font-size: 12px;
}


/* New Nav Bar */
table.navBar
{
	background:#b72447;
	width:990px;
	height:24px;
}

table.navBar td
{
	height:24px;
}

ul.nav
{
	color:white;
	font-family:Verdana;
	font-size:11px;
	list-style-type:none;
	float:right;
	margin:0;
	padding:0;
}

ul.nav li
{
	display:inline;
	text-align:center;
}

ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active
{
	color:white;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	display:block;
	height:24px;
	padding:0 10px 0 10px;
	float:left;
	line-height:22px;
}

ul.nav li a:hover
{
	background:url('images/navBar_O.jpg') no-repeat scroll center bottom;
}




