@charset "utf-8";
Body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00355B;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top; text-align:left;
}

td { 
	text-align:left;
}

.forPrint {
	display: none;
}

.style4 {color: #FFFFFF}


a.printButton { 
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#logoDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%; 
	background-color:transparent; 
	height:0px;
	padding-top:30px;

}
#innerLogoDiv {
	position:absolute;
	left:0px;
	top:0px;
	vertical-align:bottom;
	width:100%; 
	background-color:transparent; 
	height:0px;
	padding-top:35px;
}
#navDiv {
	position:absolute;
	left: 0px; 
	background-color:transparent;
	top:0px;
	height:0px; 
	padding-top:43px;
	width:80%;
	padding-left:275px;
}
#pieDiv {
	position:absolute;
	left:0px;
	top:0px;
	height:0;
	padding-top:80px;
	padding-left:330px;
	width:100%;
	background-color:transparent; 
}

#backgroundDiv {
	position:absolute;
	left: 0px;
	top: 0px;
	height:0px;
	width:100%; 
	background-color:transparent; 
	padding-top:20px;
}

#printDiv { vertical-align:bottom;
}

#flashDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px; 
	padding-top:136px;
	padding-left:12px;
	padding-bottom:5px;
}

.leftCell {
	background-image: url(../images/cl.gif);
	background-repeat: repeat-y;
	background-position: left;
}


.leftCellWhiteTile {
	background-image: url(../images/leftWhiteTile.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightCell {
	background-image: url(../images/cr.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bottomCell {

	border-bottom: solid 1px black;
}

.topCell {
	background-image: url(../images/ct.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.headerCell {
	background-image: url(../images/blueTile.gif);
}
.navCell {
	text-transform:uppercase;
	border-left: solid 1px #CCCCCC;
	text-align:right; 
	vertical-align:top;
	font-style: normal;
	color:#666666;
	padding-left: 15px;
	padding-right: 20px;
	padding-top:6px;
	padding-bottom:6px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}

.navCellText {
	color:#666666;
}


.videoPlayerCell {
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

#videoLinkCell {
	background-image: url(../images/video_icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	text-align: left;
	height: 26px;
	vertical-align: middle;
}


.pageContent {
	text-align:left;
}

.subNav {
	text-align:left;
}

.footerCell {
	color: #ffffff;
	padding-left:16px; 
	text-align:left;
}

a.whiteLink:link {
	color: #FFFFFF;
	
}

a.whiteLink:hover {
	color: #24b0e5;
	text-decoration: none;
}

a.whiteLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.pageTitle {
	font-size: 21px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;	
	padding-bottom: 15px;
	text-align:left;
	
}	

.pageDesc {
	font-size: 11px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;	
	padding-bottom: 10px;
	vertical-align:middle;
	text-align:left;
}


.subItemSelected {
	font-weight:bold;
	color: #666666;
	font-size:12px;
	background-color:#CCCCCC;
	vertical-align:middle;
	text-align:center;
	height:30px;	
}

.subItem {
	color: #666666;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
	height:30px;
}

.subItemText {
	color: #666666;
}

.sectionHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00479e;
	font-size: 22px;
	height:43px;
	vertical-align:middle;
	padding-top:10px; 
	text-align:left; 
}

.sloganText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #479cff;
	font-size: 17px;
	height:43px;
	vertical-align:bottom;
	padding-top:10px; 
	text-align:left; 
	font-style:italic;
}

.testimonialText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	height:43px;
	vertical-align:bottom;
	padding-top:10px; 
	text-align:left; 
	font-style:italic;
}

a.testimonlialLink:link { 
    color:#80888f;
	text-decoration:none;
}

a.testimonialLink:hover {
    color:#999999;
	text-decoration:none;
}

a.testimonialLink:visited {	
	color: #80888f;
	text-decoration:none;
}

.blockBox {
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#d0ecfe; 
	width:400px; 
	text-align:left; 
}

.imageCell {
	padding-left 20px;
	padding-right: 20px;
	vertical-align:top;
}


a:link {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	text-decoration: none;
}

.profileRow {
	padding-bottom:10px;
}

.financialTableTitle {
	padding-left:10px; 
	padding-right:10px;
	padding-top:10px; 
	padding-bottom:10px;
	background-color:#f4f9ff;
	font-weight:bold; 
	color: #00479e;
}

.financialTableContents {
	color: #00479e;
	vertical-align:top;
}

.contactTableContents {
	color: #00479e;
	vertical-align:top; 
	font-size:14px;
}

a.financialLink:link {
	color: #00479e;
	
}

a.financialLink:hover {
	color: #24b0e5;
	text-decoration: none;
}

a.financialLink:visited {
	color: #00479e;
}

a.pageLink:link {
	text-decoration: none;
	color: #0099FF;	
}

a.pageLink:hover {
	color: #0000CC;
	text-decoration: none;
}

a.pageLink:visited {
	color: #00479e;
}
.informed {
	background-image: url(../images/informed.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sendToFriendLink {
padding-top:0px;
	text-align:right;
	padding-right: 10px;
}

#sendToFriendLink img {
	border: 0;
	float: right;
}


.style5 {color: #00FFFF}

.style6 {color: #0066FF}

.style7 {color: #0099FF}
