/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #0A246A;
}

/* 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: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFFFFF;
	font-size: 12px;
}

/* Redefines tag */
p {	
	margin: 15px 15px 15px 15px;
	}

h1 {
	font-size: 13px;
	font-weight:bold;
	color:#F8CD0D;
	margin: 20px 0px 0px 15px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#FFCC00;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
		}
/*a:visited {
		color:#FFFFFF;
		text-decoration:none;
}

*/
a:hover {
		color:#FFFFFF;
		text-decoration:none;
		}
/*a:active {
}*/

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#body {
			  width:710px;
			  height:auto;
			  margin-left:auto;
			  margin-right:auto;
			  text-align:left;
			  border: 0px solid #666666;
			  padding: 0px;
			  }


div#headertop {
				  width:760px;
				
				  }

/* ---------------------------- End Header ---------------------------------  */


/* ----------------- 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: #000000;
	margin: 0px;
	padding: 1px 1px 1px 6px;
	width: 217px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	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: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	width: 200px;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
	text-align: left;
	list-style-image: url(images/bullet.jpg);
	line-height: 20px;
	text-indent: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 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: #CCCCCC;
	color: #0B2275;
	text-align: left;
	border: none;
	display: block;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width: 200px;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/*--------- Creates the div container for the footer.---------- */
div#footer {
	background: url(images/footer.jpg);
	padding: 0px 0px 0px;
	clear:both;
	height: 166px;
	width: 760px;
}
	
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px 0px;
	width: 760px;
	}

div#utility, div#copyright, div#address {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#cccccc;
	vertical-align:bottom;
	margin:0px 0px 0px 0px;
	}

div#footaddress {
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}

div#copyright {
	font-size:9px;
	margin:0px 0px 0px 0px;
	}


div#copyright a {
	color:#cccccc;
	font-size:9px;
	line-height:14px;
	text-decoration:underline;
	}

div#copyright a:hover {
	text-decoration:none;
	color:#999999;
	}

/*--------- END div container for the footer.---------- */

/* ---------------------------- End NAVIGATION ----------------------------  */

/* ---------------------------- Content Area -------------------------------- */
div#content {
				width:750px;
				height:auto;
				background-color:#FFFFFF;
				margin: 0px 0px 0px 0px;
				padding: 15px 0px 15px 0px;
				}

/* ---------------------------- End Content Area ---------------------------- */

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 6px;
}
img.right {
	float: right;
	border:solid #333333;
	margin: 0px 12px 0px 10px;
}
img.rightnoboder {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
	img.ypimg {
		margin: 10px 0;}


img.border{
	border:solid #333333;
}

clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.centeredtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.centeredtxtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.currentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.copyrightinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
table#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
table, th, tr {
	border: none;
}
.boldcenteredgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F8CD0D;
	text-align: center;
}
.clear {
	clear: both;
}

