body {
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #669ACC;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
}
h1 {
}
h2 {
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
}

table, td, th  {	
	border-collapse: collapse;
}

td#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #669ACC;
	background-image: url(images/layout_02.gif);
	height: 20px;
}
/* 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: #FFFF00; */
	float: left; 
	width: 100%;
	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: 0px auto;
	padding: 0px;
}

/* 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: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 3px 15px;
	margin: 0px;
	border-right: 1px solid #000000;
	color: #000000;
}
/* 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: #000000;
	color: #FFFFFF;
}

div#footer {
    margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#footernav {
	float: left; 
	width: 100%;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	border-top: 1px solid #000000;
	}

/* 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#footernav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* 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#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px 8px;
	margin: 0px;
	color: #000000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#footernav li a:hover, ul#footernav li a.current:link, ul#footernav li a.current:visited {
	background-color: #FFFF00;
	color: #000000;

}

/* ----------------- CUSTOM CLASSES ----------------- */
.borderleft {
	background-image: url(images/layout_04.gif);
}
.borderright {
	background-image: url(images/layout_06.gif);
}
h4 {
	color: #CC3300;
}
h1 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
li {
	font-size: 12px;
}
div#copyright {
	font: 11px Arial, Helvetica, sans-serif;
}
