/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/site_bg.gif);
	background-repeat: repeat-x;
}

/* 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.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, 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, ul {
	font-size: 12px;
	color:#000063;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
h1 {
	padding: 1px;
	margin: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000063;
	background-color: #D6D6E2;
}
h2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 5px;
}

applet { margin: 0 auto; text-align: center; }

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #63659C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #63659C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
table#header {
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 185px;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(images/bg_container.jpg);
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
	font-size: 10px;
}
/* Creates the div container for the footer. */
td#footer {
	font-size: 10px;
	padding: 5px 15px;
	margin: 0px;
	text-align: center;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: #63659C;
	margin: 0px;
	padding: 0px;
	width: 187px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #63659C;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 177px;
	border-bottom: 1px solid #fff;
	padding: 4px 5px;
	margin: 0px;
	letter-spacing: 2pt;
	font-weight: bold;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover {
	background: #E2E1E9;
	color: #000063;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #E2E1E9;
	color: #FF5C00;
	text-align: center;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	border: 2px solid #C9C9DF;
}
img.right {
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	margin-left: 5px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#audio {
	margin: 0px;
	padding: 2px;
	text-align: center;
}

/*div#audio a:link {
	color: #FF5C00;
	text-decoration: none;
	font-weight: 900;
}
div#audio a:hover {
	color: #000063;
	text-decoration: none;
}*/

div#border {
	background-color: #FFFFFF;
	padding: 0px;
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 6px solid #000085;
}
.leftside {
	margin: 0px;
	padding: 0px;
	width: 187px;
	color: #FFFFFF;
	background-image: url(images/scaff_icon.gif);
	background-repeat: repeat;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}
div#column1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000099;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
}
div#column2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	color: #000099;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 110px;
}
div#column3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	color: #000099;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 100px;
}
div#copyright {
	font-size: 9px;
	color: #000063;
}
div#copyright a:link {
	color: #000063;
	text-decoration: none;
}
div#copyright a:hover {
	color: #63659C;
	text-decoration: none;
}
.centertable {
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
img.center {
	float: right;
	margin: 0px 0px 6px;
}
li {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #545685;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
ul#left {
	float: left;
	width: 220px;
	padding-left: 10px;
}
div#clear {
	clear: both;
}


address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-style: normal;
	margin: 10px;
}
img.center {
	border: 2px solid #C9C9DF;
	float: none;
	margin-left: 125px;
}
.largecentered {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, Brush-Script, cursive, Script;
	margin: 0px;
	padding: 0px;
}
img.centerpg4 {

	border: 2px solid #C9C9DF;
	float: none;
	margin-left: 60px;
}
.centeredboldmedium {

	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, Brush-Script, cursive, Script;
	margin: 0px;
	padding: 0px;
}


.box {
float: left;
padding: 10px 10px 10px 10px;
margin:5px;
}
