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

body {
	background: #333333;
	margin: 0px;
	padding: 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, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
h1 {
	
}
h2 {
}

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

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



div#container {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC00;
	background-image: url(images/bgd.gif);
	position: absolute;
	left: 20px;
	top: 1px;
}

/* divs in header */
div#header {
	width: 770px;
	position: relative;
	height: 68px;
	margin: 0px;
	padding: 0px;
	background-color: #D4D0C8;
}
div#flash {
	width: 770px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 153px;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
}
/* ----------------- 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 0px 0px 20px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	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: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 2px 5px 20px;
	margin: 0px 0px 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	
}
/* 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: #000066;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;


}


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


img.right {
	float: right;
	margin: 15px;
	padding: 0px;
}

/* ----------------- content divs----------------- */

div#content {
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
}

div#footer {
	clear: both;
	width: 530px;
	margin: 0px;
	padding: 0px;
}

div#copyright {
	clear: both;
	font-size: 9px;
	width: 500px;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 43px;
	}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000066;
	text-align: center;
}
	/* ----------------- unsued----------------- */
/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}
/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	width: 770px;
	background-color: #00CC00;
	border: 1px solid #000000;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
img.left {
	float: left;
}
clear {
	clear: both;
}
div#footer a:link {
	color: #003366;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
div#footer a:visited {
	color: #003366;
	text-transform: uppercase;
	font-size: 10px;
}
div#footer a:hover {
	color: #006699;
	font-size: 10px;
	text-transform: uppercase;
}
div#footer a:active {
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#copyright a:link {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
