/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #333333;
}

/* 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: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: square;
	color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
}
h2 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: 550px;
	text-transform: uppercase;
	border-bottom: 2px solid #CCCCCC;
	border-top: none;
	padding: 3px 4px 2px 10px;
	background: #333333;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
	color: #CC0000;
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {
	border-collapse: collapse;
	display: inline;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	height: 131px;
	width: 770px;

}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #000000;
	height: 27px;
	font-size: 10px;
	padding: 7px 0px 0px;
}
div#footer p {
}
div#footer a:link {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
div#footer a:visited {
     font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
div#footer a:hover {
}
div#footer a:active {
}

/* ----------------- 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 {
	margin: 0px;
	padding: 0px;
	width: 160px;
	border-top: 1px solid #000066;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	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 {
	color:#000000;
	text-decoration: none;
	display: block;
	width: 130px;
	border-bottom: 1px solid #333333;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}
/* 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 {
	color:#FFFFFF;
	text-decoration: underline;
	display: block;
	width: 110px;
	border-bottom: 1px solid #CCCCCC;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 5px 5px 45px;
	background: #333333 url(images/key.gif) no-repeat;
}
div#copyright {
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 5px;
}

div#copyright a:link, div#copyright a:visited {
color: #FFFFFF;
font-size: 9px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 5px 5px 5px 0px;
	}
img.right {
	float: right;
	margin: 5px 5px 5px 0px;
	}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background: #FFFFFF;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #333333;
	}
div#content {
	background: #FFFFFF;
	width: 549px;
	margin: 2px 0px 0px;
	list-style: square;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	float: right;
	border-left: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}
div#leftdiv {
	width: 160px;
	float: left;
	margin: 2px 0px 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
address {
	font: bold normal 12px/17px Arial, Helvetica, sans-serif;
	width: 155px;
	margin: 0px;
	padding: 5px;
	color: #333333;
}
.italics {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;

}
current {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	background: #CCCCCC;
}
strong {
	color:#333333;
}
ol li {
	list-style: decimal;
}
h5 {
	text-align: center;
	color: #000066;
}
h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFDE73;
	text-align: right;
	margin-top: 75px;
	background: #181063;
	width: 170px;
	padding-right: 20px;
}
.addressbold {
	font-weight: bold;
}
