body	{
	background-color: #002659;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: Black; font-size: 10px;
	scrollbar-face-color: #385B31;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

/* 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: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
	font: 16px "Trebuchet MS", Verdana, Arial;
	text-align: right;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px;
	padding: 0px 0px 2px;
	text-transform: uppercase;
}
h2 {
	color: #FFFFFF;
	font: 18px "Trebuchet MS", Verdana, Arial;
	text-align: right;
	margin: 5px auto 0px;
	padding: 0px;
	width: 770px;
	z-index: 0;
}

/* 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 ----------------- */

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


/* ----------------- FOOTER ----------------- */

div#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 5px;
	font-size: 10px;
	width: 770px;
	color: #FFFFFF;
}

div#footer p{
	color: #FFFFFF; 
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#footer a:link, a:visited, a:hover, a:active {color: #FFFFFF;}

div#copyright {
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
}

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

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

 /*  Middle & Navigation	- Vertical */


div#nav {
	width: 170px;
	height: 212px;
	float: left;
	margin: 145px 0px 0px;
	padding: 0px;
}

ul#mainnav {
	width: 130px;
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 30px;
}

ul#mainnav li {
	display: inline;
	list-style: none;
	padding-bottom: 10px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 140px;
	font: bold 20px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0px 0 0 0px;
	padding: 3px 0 19px;
	line-height:23px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FF0000;
}


/* ----------------- FORMS ----------------- */

input, textarea {
        width: 200px;
        margin-bottom: 10px;
}

label{
        display: block;
        text-align: right;
        float: left;
        width: 150px;
        padding-right: 20px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#slogan {
	color: #000066; font: bold normal 18px/normal "Trebuchet MS", Verdana, Arial; padding-top: 2px;
}
div#address {
	color: #FFFFFF;
	font: normal 11px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #002659;
	width: 175px;
	float: right;
	padding: 5px;
	border: 1px solid #990000;
	margin: 5px;
}
div#content {
	float: right;
	width: 540px;
	margin: 20px 0px 0px;
	padding: 0px 30px 0px 0px;

}
div#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url(images/layout.jpg) no-repeat;
	z-index: 1;
}
div#bottom {
	background: url(images/bottombox.gif) no-repeat right;
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
div#container3 {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url(images/layoutpg3.jpg) no-repeat;
	z-index: 1;
	height: 1650px;
}
div#righttext {
	color: #000000;
	font: normal 11px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 175px;
	float: right;
	padding: 0px;
	border: none;
	margin: 0px;
	clear: both;
}
ul#normal {
	font-size: 12px;
	line-height: 17px;
}


.textbigunderline {
font:bold 16px Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}