@charset "UTF-8";
body {
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0097C0;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content #inner_table {
	margin-right: 100px;
	margin-left: 30px;
	margin-top: 20px;
	width: 450px;
}
#inner_table img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	margin-right: 6px;
	margin-left: 6px;
	color: #009966;
}
#footer_tbl {
	background-color: #4F818B;
	background-image: url(assets/nav/images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 760px;
}
#top_tbl {
	background-color: #CEF4FF;
	background-image: url(assets/nav/images/nav_bkgd2.jpg);
	background-repeat: repeat-y;
}



#inner_table hr {
	margin-left: 0px;
	margin-right: 0px;
}

.head {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #0097C0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6BCFE9;
	margin-right: 35px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 6px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.subhead {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #0097C0;
	/*	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #6BCFE9;
*/	margin-right: 35px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 6px;
	text-align: left;
	margin-bottom: -1em;
}
.copy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.copy2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 140%;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.copy strong {
	font-weight: bold;
	color: #0097C0;
}
.copy a {
	color: #042B0C;
}
.copy2 a {
	color: #042B0C;
	text-align: left;
}

.legals {
	font-size: 60%;
	line-height: 115%;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 8px;
	text-align: center;
}

.legals a {
	color: #FFFFFF;
}
.copySm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 55%;
	line-height: 120%;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
#not img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner_table #not {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner_table .copy a strong {
	color: #0097C0;
}
