/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:url(images/bg4_site.jpg) repeat fixed;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

/* 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: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 12px;
	color: #FFFFFF;
}

/* Redefines tag */
p {
	margin: 0px 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	}

h1 {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	margin: 10px 0px 0px 25px;
	font-style: normal;
	text-align: left;
	}
h2 {
	color: #990000;
	text-align: left;
	font-weight: bolder;
	margin-left: 15px;
	font-family: Caslon, Caslon-Normal, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-style: italic;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
		}
/*a:visited {
}*/
a:hover {
	color:#FFCC00;
	text-decoration:none;
	font-family: "Times New Roman", Times, 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;
			  }
ul#list {
	margin-right: 50px;
	margin-left: 50px;
}
ul#list li {
	list-style-type: decimal;
}



div#divheadertop {
				  width:750px;
				  }

/* ---------------------------- End Header ---------------------------------  */

/* ---------------------------- MAIN NAVIGATION (not used)----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	background: #DF031D;
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

/* 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.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 1px auto;
	padding: 1px;
}

/* 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#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 1px 11px 1px 11px;
	margin: 0px;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	font-weight:bold;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #FFFC65; color: #000000;
}



/*--------- Creates the div container for the footer.---------- */
div#footer {
	background: #990000;
	padding: 2px 0px 5px 0px;
	clear:both;}
	
div#divfooter {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 5px 0px;
	width: 750px;
	}

div#divutility, div#divcopyright, div#divaddress {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#cccccc;
	vertical-align:bottom;
	margin:5px 0px 0px 0px;
	}

div#divfootaddress {
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;
	margin:0px;
	text-align: center;
	float: none;
	}

div#copyright {
	font-size:9px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#divutility a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	}

div#divutility a:hover{
	color:#999999;
	}

div#copyright a {
	color:#cccccc;
	font-size:9px;
	line-height:14px;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#copyright a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

div#copyright img {
	margin: 5px 0 0 0;
	}

/*--------- END div container for the footer.---------- */

/* ---------------------------- End NAVIGATION ----------------------------  */

/* ---------------------------- Content Area -------------------------------- */
div#divcontent {
				width:586px;
				height:auto;
				margin: 0px;
				padding: 15px 0px;
				}

/* ---------------------------- End Content Area ---------------------------- */

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	border:1px solid #333333;
	margin: 0px 12px 0px 10px;
}
p.centerimage {
	text-align: center;
	border: 0px none #FFFFFF;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.centeredtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.textrightsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
	margin-right: 15px;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-left: 40px;
}


.copyrightcenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.page1txt {
	font-family: Caslon, Caslon-Normal, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EAEAAA;
	text-decoration: none;
	text-align: left;
	margin-right: 45px;
	margin-left: 45px;
	font-weight: 500;
}

.caslonsmallblack {

	font-family: Caslon, Caslon-Normal, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-right: 45px;
	margin-left: 45px;
}
.caslonblackmedleft {
	font-family: Caslon, Caslon-Normal, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-right: 100px;
	line-height: 16px;
	margin-left: 100px;
}

blockquote {
	padding: 0px;
	margin: 15px 0 15px 20px; 
	width: 710px;
}
ol {
	margin-top: 15px;
	margin-bottom: 16px;

}

.copyright { 
	font-size: 11px ;
	color: #ffffff ;
}
