.orange {
background-color: #FE9900;
}

body {
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
#headContainer {
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 780px;
	left: 0px;
	top: 0px;
	z-index:5;
	clip:  rect(auto 780px auto auto);
}
#Head{
	padding-left: 12px;
	padding-top: 2px;
	height: 76px;
	width: 340px;
	left: 0px;
	float:left;

}
.navHeadBlue{
	color: #013298;
	font-weight: bold;
	font-size: 14pt;	
}
.navHeadBlack{
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
	text-transform: uppercase;
}
.navHeadTableTD {
	height: 24px;
	padding-left: 12px;
}
#navContainer {
	float:right;
	height: 60px;
	width: 760px;
	z-index:10;
	padding-bottom: 4px;
}
#tickerContainer {
	width: 780px;
	left: 0px;
	z-index:6;
	padding-top: 2px;
	padding-bottom: 6px;
}
#contentContainer {
	width: 780px;
	height: 380px;
	left: 0px;
	z-index:7;
	padding-bottom: 18px;
	overflow: hidden;
}
#contentHomeLeft {
	position:absolute;
	width: 265px;
	height: 404px;
	top:170px;
	left: -8px;
	z-index:auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#contentLeft {
	position:absolute;
	width: 245px;
	height: 404px;
	top:170px;
	left: 0px;
	z-index:auto;

}
#contentMain {
	position:absolute;
	width: 528px;
	height: 408px;
	left: 252px;
	top:170px;
	z-index:100;
	float:right;
	padding-bottom: 12px;
	overflow: hidden;
	visibility: visible;
}
#contentFullWidth {
	position:absolute;
	width: 780px;
	top:501px;
	left:0px;
	z-index:90;
}
#footContainer {
	position:absolute;
	width: 780px;
	top:584px;
	left:0px;
	z-index:8;
}
p {
	font-size: 11px;
	margin-bottom: -10px;
}
.blueBold {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

.firstParaBlueBold {
	font-weight: normal;
	color: #003399;
	font-size: 12px;
}

.redBold {
	font-weight: bold;
	color: #000066;
}

.footNav {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #003399;
	padding: 2px;
	height: 24px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	line-height: 16px;
}
.footNavSelected{
	color: #7C91CA;
}
.footNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footNav a:hover {
	color: #7C91CA;
	text-decoration: none;
}
.footNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.orangeBullet {
	margin: 4px 0px 0px;
}
.tdSmall {
	font-size: 10px;
	margin: 0px;
}
.td6pad {
	padding: 6px;
}
td {
	font-size: 10px;
}
td.large {
	font-size: 11px;
}
.layOutTable {
	padding-bottom: 8px;
}
.pad8ud {
	padding-top: 8px;
	padding-bottom: 8px;
}
.imgFlaostLeft {
	float:left;
}
.contactPad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
