/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 10px;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #007161;
	text-align: center;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
}
h4 {
}
h5 {}
h6 {}
p {
}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited, a:active {
	color: #007161;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,a:focus {
	color: #009900;
	text-decoration: none;
}
/* End Main Text Styles */
#topNav {
	margin: 0;
	list-style: none;
}
#topNav li {
	float: left;
	position: relative;
	width: 8.2em;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	margin: 0px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: 8.2em;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	padding-top: 5px;
}
html>body #nav li ul {
	padding-top: 2px;
}
#nav li ul li {
	background-color: #E6FFFB;
	width: 14em;
	border-right: 1px solid #007161;
	border-bottom: 1px solid #007161;
	border-left: 1px solid #007161;
}
#nav li ul li:hover, li ul li.over {
	background-color: #D3E4E4;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index: 2;
	position: absolute;
}
#nav a, #nav a:link, #nav a:active, #nav a:visited, #topNav a, #topNav a:link, #topNav a:active, #topNav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#topNav a:hover, #topNav a:focus, #nav a:hover, #nav a:focus {
	color: #66FF00;
	text-decoration: none;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #CAFFF8;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav ul li a span {
	padding: 4px;
}
.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	padding-top: 6px;
	padding-right: 12px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #666666;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #222222;
	text-decoration: none;
}
.copyright {
	font-size: 90%;
	color: #999999;
	padding-top: 6px;
	padding-right: 12px;
}
.copyright a,.copyright a:link,.copyright a:active,.copyright a:visited {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover,.copyright a:focus {
	color: #222222;
	text-decoration: none;
}
.date {
	color: #ffffff;
	background-color: #007161;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: right;
	margin-top: 8px;
	font-size: 90%;
	font-weight: bold;
}
.rightnavi {
	font-size: 90%;
	background-color: #007161;
	margin: 8px 0px;
	width: auto;
	list-style-type: none;
	text-align: right;
	padding-bottom: 10px;
}
.rightnavi li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
.rightnavi a, .rightnavi a:link, .rightnavi a:active, .rightnavi a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.rightnavi a:hover, .rightnavi a:focus {
	color: #66FF00;
	text-decoration: none;
}
.rightTop {
	height: 100px;
}
.disclaimer {
	height: auto;
	position: relative;
	vertical-align: bottom;
}
.rightnavibot {
	font-size: 90%;
	margin: 8px 0px;
	width: 100%;
	background-color: #007161;
	list-style-type: none;
	text-align: right;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px;
}
html>body .rightnavibot {
	width: 128px;
	position: static;
}
.rightnavibot li {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightnavibot a, .rightnavibot a:link, .rightnavibot a:active, .rightnavibot a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.rightnavibot a:hover, .rightnavibot a:focus {
	color: #66FF00;
	text-decoration: none;
}
.image_rht {
	padding-right: 12px;
	padding-bottom: 12px;
}
.green {
	font-weight: bold;
	color: #007161;
}
.white {
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
}
.white_abn {
	font-weight: bold;
	color: #ffffff;
	font-size: 75%;
}
.image_lft {
	padding-bottom: 12px;
	padding-left: 12px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
