/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#000000;
	margin: 15px 0px 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, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Redefines tag */
p {
	margin: 15px 15px 15px 15px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

h1 {
	font-size: 14px;
	font-weight:bold;
	color:#990000;
	margin: 20px 0px 0px 15px;
	text-align: left;
	}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #990000;
	font-weight:bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
a:visited {
	color: #990000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
		}/*a:visited {
}*/
a:hover {
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
		}
/*a:active {
}*/

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#divbody {
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	background-color: #E1E2E6;
			  }


div#divheadertop {
				  width:750px;
				  }
div#footernav {
	text-align: center;
	clear: both;
				  }

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* ----------------- 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: ;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	text-align: left;
}

/* 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: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 140px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	text-align: left;
}
/* 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, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background:#8C0303;
	text-align: left;
}


/* ---------------------------- End NAVIGATION ----------------------------  */


/*--------- Creates the div container for the footer.---------- */
div#footer {
	background: #990000;
	padding: 2px 0px 5px 0px;
	clear:both;}

div#divcopyright a {
	color:#EFE180;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

div#divcopyright a:hover {
	text-decoration:none;
	color:#FC6D04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
div#divcopyright a:visited {
	text-decoration:none;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

/* ---------------------------- End Content Area ---------------------------- */

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	border:0px none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.centeredtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C217A;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: left;
	padding-right: 5px;
	padding-left: 9px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
.current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
div#copyright {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
