
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
	background: url('/images/purple.png') repeat-y;
}

.site {
	margin: -21px 0 0 0;
}

.logo {
	position: absolute;
	height: 137px;
	width: 192px;
	margin-left: 0px;
	margin-top: 0px;
	background: url('/images/HPlogo.gif') no-repeat center;
	text-indent: -9999em;
	background-color: #FFF;
}

.nav {
	position: absolute;
	margin-left: 192px;
	margin-top: 0px;
	height: 137px;
	width: 100%;
	background-color: #00a7db;
	background: url('/images/blue.png') repeat-x;
	color: #FFF;
	
}

.navPos {
	position: relative;
	margin: 104px auto 0 -40px;	
}

.navList li{
	display: block;
	float: left;
	padding: 8px 20px;	
	border-left-width: 2px;
	border-color: #FFF;
	border-left-style: solid;
}

li.firstNav {
	border-left-style: none;
	border-left-width: 0px;
}

.sidebar {
	position: absolute;
	width: 192px;
	min-height: 100%;
	margin: 135px auto 1px 0px;
	background-color: #5c529c;
	background: url('/images/purple.png') repeat-y;
	text-align: center;
}

.subNav {
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	text-indent: -40px;
	
}

strong {
	font-weight: bold;
}

.subNav li {
	padding: 10px;
	
}

.subNav a:link, .subNav a:visited, .nav a:link, .nav a:visited {
	text-decoration: none;
	color: #FFF;
	
}

.nav a:hover, .subNav a:hover {
	color: #000;
}

.content {
	position: absolute;
	margin-left: 192px;
	margin-top: 135px;
	width: 75%;
	background-color: #FFFFFF;
	padding: 8px 20px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #6600CC;
	font-weight: normal;
}

.content h1 {
	margin-bottom: 35px;
	border-bottom-width: 100%;
	border: 2px;
	border-bottom-color: #6600CC;
	border-bottom-style: solid;
}

.content h2 {
	color: #0099CC;
	margin-bottom: -10px;
}

.content p {
	line-height: 150%;
	padding: 0 0 15px 0;
	font-size: 14px;
}

.content table td {
	vertical-align: top;
	padding: 0 20px 10px 0;
}

.nameDirectory td {
	width: 233px;
}

.content table {
	margin-top: 25px;
	border-style: none;
	border: 0px;
}

.content table.addressTable {
	margin-top: 0px;
}

.content table td.textRight {
	text-align: right;
}

.content table tr {
	padding: 0 0 30px 0;
}

.content ul {
	padding: 0 0 15px 30px;
	line-height: 120%;
}

.floatleft {
	float: left;
}

.linklist li {
	list-style-type: none;
}

.linklist li a:link, .linklist li a:visited {
	color: #6600CC;
	line-height: 150%;
	text-decoration: none;
}


.linklist li a:hover {
	color: black;
}

.iconmargin {
	padding: 0 20px 0 0;
	width: 105px;
	height: 105px;
}

.iconmargin img {
	border: none;
}

a:link, a:visited {
	color: #6600CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.emailLink a:link, .emailLink a:visited {
	color: #0099CC;
}

.footer {
	margin: 40px 50px;
	text-align: center;
	line-height: 150%;
	font-size: 10pt;
	border-width: 1px 0 1px 0;
	padding: 10px;
	border-style: solid;
}

.centerimage {
	margin: 10px auto;
	text-align: center;
	border-style: none;
}

sup {
	vertical-align:text-top;
	font-size:75%;
}
