body { 
	background-image: url('../images/background.png'); 
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: underline;
	color: #3793C2;
}
a:hover {
	text-decoration: none;
}
#leftCol {
	background-image: url('../images/pageBack-left.png'); 
	background-repeat: repeat-y; 
}
#rightCol {
	background-image: url('../images/pageBack-right.png'); 
	background-repeat: repeat-y; 
}
#body {
	background-color: #ffffff;
}
table#main {
	padding: 13px;
	_margin: 13px; /* IE Hack */
}
td.nav {
	background-repeat: repeat-x; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
td#nav {
	background-image: url('/images/navBack.png'); 
	height: 54px;
}
td#navs {
	background-image: url('/images/navBackSub.png'); 
	height: 44px;
}
td.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-repeat: repeat-x; 
	width: 970px;
	height: 44px;			
}
td#nav ul {
	background-image: url('/images/navBack.png'); 
}
td#navs ul {
	background-image: url('/images/navBackSub.png'); 
}

td.nav ul li {
	float: left;
}

td.nav ul li a {
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	border: none;
	display: table-cell;
	color: #ffffff;
	text-decoration: none;
}
td#nav ul li a {
	height: 54px;
	line-height: 50px;
}		
td#navs ul li a {
	height: 44px; 
	line-height: 44px;
}		

td.nav ul li a:hover {
	background-image: url('/images/navHover.png'); 
	background-repeat: repeat-x; 
}

td.nav ul li.selected {
	background-image: url('/images/navHover.png'); 
	background-repeat: repeat-x; 
}

td#subnav {
	background-image: url('/images/subnavBack.png'); 
	background-repeat: repeat-x; 
	height: 40px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
}

td#subnav ul {
	background-image: url('/images/subNavBack.png'); 
	background-repeat: repeat-x; 
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 970px;
	height: 40px;			
}
td#subnav ul li {
	float: left;
}

td#subnav ul li a {
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	border: none;
	display: table-cell;
	color: #ffffff;
	text-decoration: none;
	height: 40px;
	line-height: 30px;
}		
td#subnav ul li a:hover {
	color: #5C93B1;
}

td#callOuts {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold; 
	width: 321px; 
}
div#callOuts ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #131C58;
	margin: 0;
	padding: 0;
	border: none;
}
div#callOuts ul li {
	margin-left: 0;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 7px;
	border: none;
	list-style: none;
	width: 233px;
	height: 41px;
	background-image: url('/images/callOut.png');
	background-repeat: no-repeat;
	position: relative;
}
div#callOuts ul li a {
	color: #131C58;
	text-decoration: none;
}		
div#callOuts ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}		
#footer {
	background-image: url('/images/footerBack.png'); 
	background-repeat: repeat-x; 
	height: 72px; 
	padding-top: 5px;
	vertical-align: top;
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold; 
	margin: 0px;
	color: #131C58;
}
.copy {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-top: 4px;
}
.subcopy {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 4px;
}
.subcopy a {
	color: #5C93B1;
	text-decoration: none;
}
div#footerNav {
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
}
div#footerNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
div#footerNav ul li {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	display: inline;
	color: #ffffff;
}
div#footerNav ul li:before {
	content: "| ";
	color: #000000;
}
div#footerNav ul li.first:before {
	content: ""
}
td#events {
	width: 378px;
}
td#divider {
	background-image: url('/images/bottomSpacer.png'); 
	background-repeat: repeat-y;
}
td#content {
	width: 590px;
}
td#dividers {
	background-image: url('/images/bottomSpacerSub.png'); 
	background-repeat: repeat-y;
}
td#header {
	background-image: url('/images/header.png'); 
	background-repeat: no-repeat;
	width: 970px;
	height: 218px;
}
div.event {
	padding-left: 5px;
	padding-top: 10px;
}
div.event a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	color: #3793C2;
}
div.event a:hover {
	color: #000000;
}
div#login {
	float: right;
	padding-right: 13px;
	padding-top: 45px;
}
.textfield {
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD;
	background-image: url('/images/textField.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131C58;
	width: 206px;
	height: 24px;
}		
.loginCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D5FA6;
}		
table#loginForm td {
	height: 35px;
}
table#loginForm td.loginCopy {
	height: 35px;
	text-align: right;
}
table#loginForm td.forgot {
	height: 25px;
	text-align: right;
}
table#loginForm td.forgot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
table#loginForm td.forgot a:hover {
	color: #000000;
}
td#subLeftCol {
	width: 215px;
}
div#subCopy {
	width: 584px;	
}
p#textNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
}
p#textNav a {
	color: #000000;
}

div#secureNav {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div#secureNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#secureNav ul li a {
	margin-left: 0;
	width: auto;
	border: none;
	display: table-cell;
	color: #3793C2;
	text-decoration: none;
	height: 20px;
}		
div#secureNav ul li a:hover {
	color: #000000;
}










