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

body {
	background: #6699CC;
	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: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	margin: 5px 5px 10px;
	padding: 0px;
	
}
h1 {
	font-size: 14px;
	color: #000099;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size: 10px;
	color: #003399;
	
}
a:visited {
	font-size: 10px;
	
}
a:hover {
	font-size: 10px;
	color: #000000;
	
}
a:active {
	font-size: 10px;
}

/* ----------------- 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: 552px;
	position: relative;
	height: 162px;
	margin: 0px;
	padding: 0px;
	left: 218px;
	top: 0px;
}
div#flash {
	width: 218px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 162px;
	left: 0px;
	top: 0px;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 180px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	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;
}

/* 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: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}
/* 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: 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px;


}


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


img.right {
	float: right;
}

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

div#content {
	width: 515px;
	margin: 0px 10px 0px auto;
	padding: 0px 15px 0px 5px;
	float: right;
}

div#footer {
	clear: both;
	width: 500px;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

div#copyright {
	clear: both;
	font-size: 9px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 43px;
	background-image: url(images/copyrightbgd.gif);
	text-align: center;
	}
address {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #003399;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/* 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;
	margin: 5px;
	padding: 0px;
}
clear {
	clear: both;
}
div#column {
	width: 185px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #0066CC;
}
<style type="text/css">
<!--
.style1 {color: #C4DEF8}
-->
</style>