body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	line-height: 130%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #092686;
	font-weight: normal;
	margin-right: 24px;
	text-align: right;
	text-indent: 21px;
	line-height: 21px;
}

h3 { color:#092686;}
hr{border:1px solid #ddd;border-top:none;}

.vertiLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A1A1A1;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer a {
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}

.footer a:link {
	text-decoration: none;
	color: #666666;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	text-decoration: none;
	color: #092686;
	background-color: #DFDFDF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #092686;
	line-height: 150%;
}
a:link {
	text-decoration: none;
	color: #092686;
}
a:visited {
	text-decoration: none;
	color: #092686;
}
a:hover {
	text-decoration: none;
	color: #092686;
	background-color: #DFDFDF;
}

a.pdfLink {
	background:transparent url(/_images/icon_pdf.gif) no-repeat right center;
	padding-right: 17px;
	}

a:hover.thisPerson,
a:link.thisPerson,
a:visited.thisPerson {
	text-decoration:underline;
	}

.address {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
li {
	line-height: 120%;
	margin-top: 6px;
}
.banner {
	background-color: #B5BDDA;
	background-image: url(/_images/banner_bg.gif);
	background-repeat: repeat-x;
}

#compTable {/* margin-top:24px;*/ }
table#compTable td {
	padding:5px 3px 9px 2px;
	border-bottom: 1px solid #DDDDDD;
	}
#compTable th {
		border-bottom: 3px solid #EEEEEE;
	}

#navMain {
	display:block;
	height:32px;
	margin:0;
	padding:0;
/*border:1px solid red;*/
	}
#navMain li {
	display:inline;
	list-style: none;
	margin:0;
	padding:0;
	height: 33px;
	}

#navMain a:link,
#navMain a:visited {
	float:left;
	margin: 0;
	padding: 0 42px 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:32px;
	font-weight: bold;
	
	color:#5D5D5D;
	text-decoration:none;
	background: url(_images/nav_bg.gif) no-repeat top left;	
	}
	
#navMain a:hover,
#navMain a:link.active,
#navMain a:visited.active {
	color:#092686;
	text-decoration:none;
	background: url(_images/nav_bg_over.gif) no-repeat top left;	
	}

.teamPict {
	margin:4px 16px 3px 0;
	border:2px solid #DFDFDF;
	float: left;
	}

