﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('images/bkg_tile.gif');
	background-repeat: repeat-x;
	background-color: #e4e4e4;
}
a {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#masthead {
	background-color: #FFFFFF;
	width: auto;
	height: 70px;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: underline;
}
#mastheadinner {
	width: 960px;
	margin: auto;
	padding: 20px;
}
#mastleft {
	display: inline;
	float: left;
	padding-left: 10px;
}
#mastright {
	float: right;
	top: 10px;
	position: relative;
	width: 300px;
	white-space: nowrap;
}
#top_nav {
	background-image: url('images/button_gradient.gif');
	background-repeat: repeat-x;
	height: 35px;
}
#navbar {
	margin: auto;
	width: 1000px;
}
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	height: 35px;
	
}
#navbar li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
}
#navbar li a {
	border-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	display: block;
	float: left;
}
#navbar li a:hover {
	border-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #EC1C24;
}

#navbar li a:link {
	color: #FFFFFF;
}
#navbar li a:visited {
	color: #FFFFFF;
}
#navleft {
	border-color: #FFFFFF;
	display: inline;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
}
#navright {
	border-color: #FFFFFF;
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F55E5C;
}
#page_content {
	margin: auto;
	min-height: 500px;
	height: auto;
	padding: 40px;
	background-color: #FFFFFF;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	padding: 20px;
	background-color: #FFFFFF;
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

ul.links {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
}

ul li.links {
	float: left;
	padding: 0 5px 0 5px;
	border-left: solid 1px #000;
}

ul li:first-child.links {
border: none;
padding-left: 0;
}


#bottom {
	height: 100px;
}
#footerlinks {
	margin: auto;
	width: 715px;
	white-space: nowrap;
}
.centered {
	text-align: center;
}
.leftaligned {
	text-align: left;
}
.rightaligned {
	text-align: right;
}
.colcontainer {
	width: 740px;
	margin: 0 auto;
	overflow: auto;
}
.colleft {
	float: left;
	width: 370px;
	text-align: left;
}
.colright {
	float: right;
	width: 370px;
	text-align: left;
}
table.haplans {
	background-image: url('images/ha_table_top.jpg');
	background-repeat: no-repeat;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
td.haplans_header {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
tr.haplans  {
	background-color: #00FF00;
}
td.haplans {
	background-image: none;
	border: 1px solid #C0C0C0;
}
.even {
	background-color: #e6e6e6;
}
#fineprint {
	width: 560px;
	font-size: xx-small;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.fineprint {
	font-size: xx-small;
}

