/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #04217D repeat;
	margin: 5px 0px 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #1D1956;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13123C;
	margin: 0px 30px 0px 12px;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #1D1956;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #1D1956;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2F28C4;
}
li {
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	margin-left: 10px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000066;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
a:active {
	margin: 0px;
	padding: 0px;
}

/* ----------------- 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. */
div#header {
	height: auto;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {

}

table#container td {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
/* divs */
div#container2 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("");
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer {
	background: #000000;
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:link {
	font-size: 12px;
	color: #DFDAC6;
	text-decoration: underline;
}
div#footer a:visited {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:hover {
	color: #FFCC00;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:active {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	width: 750px;
	padding: 0px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a:link {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}
div#copyright a:visited {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a:hover {
	color: #0099FF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#container {
	background: url(images/bg_site.jpg) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
div#sitecontainer {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image:  url("");
	background-repeat: repeat-y;
	border: 1px solid #FFFFFF;
}
div#leftcolumn {
	float: left;
	width: 158px;
	line-height: 1em;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
div#rightcolumn {
	float: left;
	width: 589px;
	line-height: 1.2em;
	border-top-style: none;
	background-color: #E2E1F3;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #343120;
}
img.right {
	float: right;
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}img.rightnoborder {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.center {

	float: none;
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img.border {
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}
/* ------------------------- MAIN NAVIGATION ----------------------------- */
/*  Top NAVIGATION  */

ul#mainnavtop {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: auto;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/
div#navcontainertop {
	width: 770px;
	text-align: left;
	padding: 0px;
	height: 23px;
	float: left;
	margin: 0px;
	background-image: url(images/bg_nav.jpg);
}

ul#mainnavtop li {
	display: block;
	float: left;
	margin: 0px auto;
	padding: 3px 18px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	width: auto;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnavtop li a:link, ul#mainnavtop li a:visited, ul#mainnavtop li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	color: #0727a0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnavtop li a:hover {
	color: #FF0105;
	margin: 0px;
	padding: 0px;
}
ul#mainnavtop li a.current:link, ul#mainnavtop li a.current:visited {
	color: #FF0105;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Side NAVIGATION  */
ul#mainnavside {
	margin: 0px;
	padding: 0px;
}

/* Removes the default bullets. */
ul#mainnavside li {
	display: inline;
	list-style: none;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

/* 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#mainnavside li a:link, ul#mainnavside li a:visited, ul#mainnavside li a:active {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 145px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnavside li a:hover {
	color: #FFCC00;
}

ul#mainnavside li a.current:link, ul#mainnavside a.current:visited {
	font-size: 9px;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
.textbos {
	float: right;
	height: auto;
	width: 400px;
	border: 1px dashed #6C8DB8;
	font: 11px Arial, Helvetica, sans-serif;
	color: #6C8DB8;
	padding: 5px;
	margin: 5px 10px 5px 5px;
}
.privacystatment {
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
.form {
	background: #FFFFCC;
	border: 1px solid #6B8CB9;
	font: 12px Arial, Helvetica, sans-serif;
	height: 13px;
}
.form2 {
	background-color: #FFFFCC;
	border: 1px solid #6B8CB9;
}
.strong {
	margin-left: 40px;
}
.centered {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.textbosCenter {
	float: none;
	height: auto;
	width: 400px;
	border: 1px dashed #6C8DB8;
	font: 11px Arial, Helvetica, sans-serif;
	color: #6C8DB8;
	padding: 5px;
	margin: 5px auto;
	text-align: center;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.bodytxt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.centeredsmall {

	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #333333;
}
.centerednormal {


	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #000000;
}
.redx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
