html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	background-color: #00619C;
	font-family : Verdana, sans-serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
}
/*|*/
* html body {
	fon\t-size: .9em;
}
/* */
p {
	text-align: left;
	margin: 5px 5px 15px 5px;
}
img {
	border: 0px;
}
#main {
	position: relative;
	width: 94%;
	background-color: #FDFDFD;
	text-align: center;
	border: 3px solid #008000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
#header {
	position: relative;
	width: 99%;
	float: left;
	z-index: 1;
}
#inner-main {
	position: relative;
	width: 99%;
	float: left;
	border-top: 1px solid #008000;
}
#pagetitle {
	position: absolute;
	width: 97%;
	height: 117px;
	top: 5px;
}
#img-logo{
	position: relative;
	width: 170px;
	left: 35px;
	float: left;
	vertical-align: top;
	z-index: 1;
}
#img-slogo{
	position: relative;
	width: 140px;
	left: 35px;
	float: left;
	vertical-align: top;
	z-index: 1;
}
#img-title{
	position: absolute;
	width: 400px;
	right: 45px;
	vertical-align: top;
	z-index: 0;
	top: 25px;
	filter: alpha(opacity=45);
	opacity: .45;
	-moz-opacity: .45;
}
#pageheader {
	position: relative;
	text-align: left;
	vertical-align: bottom;
	width: 70%;
	top: 120px;
	font-family : Times New Roman,serif;
	font-size : 1.4em;
	color: #000080;
	background-color: #f2f2f2;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
	float: right;
	font-style: italic;
	font-weight: bold;
	z-index: 2;
}
#pagefooter {
	text-align: center;
	width: 99%;
	bottom: 5px;
}
/*|*/
* html #pagefooter {
	vertical-align: bottom;
	position: fixed;
}
/* */
.spacer {
	height: 0;
	clear: both;
}
#content {
	margin-left: 15px;
	margin-right: 5px;
	padding-top: 5px;
	text-align: justify;
	width: 78%;
	min-width: 120px;
	float: left;
}
#right {
	position: absolute;
	right: 10px;
}
#pimg {
	float: right;
	padding: 3px;
	z-index : 1;
}
#contact-left {
	width: 35%;
	float: left;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-weight: bold;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLarge { 
	font: 1.2em; 
	font-weight: bold;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
#quote { 
	font-family : Times,serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.Submit {
	background-color: #F4F4F4;
	-moz-border-radius: 5px;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
a:link{
	color: #000080;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #008000;
}
a:active{
	color: #008000;
}
/*XXXXXXXXXXXX Primary  nav rules XXXXXXXXXXX*/
#nav_menu {
	position: relative;
	float: left;
	height: auto;
	vertical-align: top;
	font-size: .9em;
	text-align: left;
	border-right: 1px solid #008000;
	width: 145px;
	font-weight: bold;
	line-height: 22px;
	color: #000080;
	background-color: #f2f2f2;
	padding: 5px 2px 45px 5px;
}
/*|*/
* html #nav_menu {
	left: 2px;
}
/* */
.NavHolder {
	width: 145px;
	float: left;
	padding-bottom: 15px;
	display: inline; /* doubled margin bug fix for IE/win */
}
.NavHolder li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	width: 145px;
	vertical-align: bottom; /* for IE5/win */
}
.NavHolder ul a {
	display: block;
	padding: 1px 0px 0px 2px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
}
.NavHolder div,
.NavHolder ul li:hover div div { 
	position: absolute;  
	left: -3000px;
	width: 145px;
	padding: 2px 0px 2px 0px;
}							/* Hide/Configure All Menus Appear  */
.NavHolder ul li:hover div {
	left: 100px;
	top: 2px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	background-color: #FCFCFC;
}							/* SubMenu Appear  */

/* \*/ /*/ 
ul li ul {position: static;}
/* */
.tteddo {
	font: bold 9px Times New Roman,serif;
	color: #FFFFFF;
	font-style : italic;
}
a.tteddo:link {
	color: #FFFFFF;
}
a.tteddo:visited {
	color: #F4F4F4;
}
a.tteddo:active {
	color: #CC0000;
}
a.tteddo:hover{
	color: #CC0000;
}
