/* Main CSS Stylesheet */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffff;
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding: 0.5em;
	}

a img {border: none; }

a:link {
	color: #009fe0;
	text-decoration: none;
	}
 
a:visited {
	color: #009fe0;
	text-decoration: none;
	}

a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: #009fe0;
	text-decoration: underline;
	}

a:active {
	color: #009fe0;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6 {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	color: #009fe0;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #mainWrapper {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	border-right: 1px solid #009fe0;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #009fe0;
	}

#logoWrapper{
	height:167px;
	}

#mainWrapper {
	margin: auto;
	}

#navMainWrapper, #navBtmWrapper {
	margin: 0em;
	padding: 0;/* contained a missing ';' was 0.5em 0.2em */
	font-weight: bold;
	color: #000000;
	height: 1%;
	}

#navMain ul, #navLinksBtm ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navLinksBtm ul li {
	display: inline;
	}

#navMain ul li a, #navLinksBtm ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	}

#navLinksTop {
	background-color: #111111;
	border-top: 1px solid #888888;
	border-right: 1px solid #009fe0;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #009fe0;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	
.important {
	font-weight: bold;
	}

.mainColumn {
	padding: 0.8em;
	}

#siteinfoLegal {
	font-size: 0.9em;
	}

/*Table Display*/

.tableHeading TH {
	border-bottom: 1px solid #009fe0;
	}

.tableHeading, #tableTotal {
	background-color: #ffffff;
	 }

#tableTotal {
	border-top: 1px solid #009fe0;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #tableTotal {
	height: 2.2em;
	}

.tableItemDisplay, #tableInstructionsDisplay, .tableDetailsDisplay {
	padding: 0.5em 0em;
	}

TH, #siteinfoLegal, .tableDetailsDisplay {
	text-align: center;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowStyle {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

TR.tableHeading {
	background-color: #ffffff;
	height: 2em;
	}
