﻿/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 15px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h1 {
	font-family: Arial;
	text-align: left;
	color: #FF6D02;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FF6D02;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF6D02;
	margin-left: 60px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	text-transform: none;
	margin-top: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #B53643;
}
a:hover {
	text-decoration: underline;
	color: #368D6E;
}
a:active {

}
address {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0px;
	margin: 0px 0px 0px 22px;
	text-align: left;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -50px 0px 0px -25px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div#header2 {
	background: url(header2.gif) no-repeat;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 6px solid #FFFFFF;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: right;
	margin: 3px 0px 0px;
	padding: 0px;
	vertical-align: top;
	clear: right;
	width: 173px;
}

div#audio {
	background: #FFFFFF;
	position: relative;
	float: right;
	clear: right;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 570px;
}

div#content img {
	padding: 5px;
	margin: 0px 27px 20px 0px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	padding: 5px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	height: 2px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
.clear {
clear: both;
}

div#flashcontainer {
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #000000;
}
div#flashfooter {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 315px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

div#flash {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
	height: 374px;
	width: 494px;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px 0px 20px;
	vertical-align: top;
	width: 167px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:active {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #9C9C9C;
	text-decoration: none;
	width: 171px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 15pt;
}
ul#mainnav li a:visited {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #9C9C9C;
	text-decoration: none;
	width: 171px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 15pt;
}
ul#mainnav li a:link {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #9C9C9C;
	text-decoration: none;
	width: 171px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 15pt;
}
ul#mainnav a.current:visited {
	color: #FFFFFF;
	background: #B4B4B4;
}

ul#mainnav li a.current:link {
	color: #FFFFFF;
	background: #B4B4B4;
}

ul#mainnav li a:hover {
	color: #FFFFFF;
	background: #B4B4B4;
}

ul#list {
	font-size: 10px;
	color: #666666;
	margin-left: 90px;
	margin-bottom: 20px;
	margin-right: 30px;
}

ul#list li {
	font-size: 11px;
	list-style-type: disc;
}
h3 {

	font-weight: bold;
	font-size: 12px;
	color: #FF6D02;
	margin-left: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-transform: none;
	margin-top: 0px;
}
input {
	margin-right: 0px;
	margin-left: 100px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
A:link {font-weight: normal; color:#000088; text-decoration:underline}
.Num
{
}
.InputTbl
{
	background-color: #B0C4DE;
	border: solid 1px black;
	font-family: Verdana;
	font-size: 12px;
	left: 4px;
}
TABLE
{
	font-family: Verdana;
	font-size: 11px;
}
.CalcHead
{
	font-family: Verdana;
	font-size: 16px;
	color: #008000;
	font-weight: bold;
}
.CalcButton
{
	font-family:  Verdana;
	font-size: 16px;
	color: Navy;
	font-weight: bold;
}
.CalcAnswers
{
	font-family: Verdana;
	font-size: 14px;
	color: #FF6D02;
	font-weight: bold;
}
.CalcExp
{
	font-family: Verdana;
	font-size: 12px;
	color: Darkred;
	font-weight: bold;
}	
