body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #333333;*/
	background-image:url(images/bg1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header_and_nav {
width: 780px;
height:100px;
background-color: #2e3192;
letter-spacing: 3px;
margin:0;
padding:0;
}

#nav {
margin-left:-37px;
padding:0;
}

#nav ul li {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
}

#nav ul li a, a:visited {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
text-decoration:none;
}

#nav ul li a:hover {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#00CCFF;
text-decoration:underline;
}


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #ffc00f; /*was 000000*/
	border-top-color:#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
-->

#contact_form {
font-size:.8em;
}


#menu_nav {
margin-left:-37px;
padding:0;
}

#menu_nav ul li {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#666666;
}

#menu_nav ul li a, a:visited {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#666666;
text-decoration:none;
}

#menu_nav ul li a:hover {
display: inline;
font-size: .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font:Georgia, "Times New Roman", Times, serif;
color:#00CCFF;
text-decoration:underline;

}

.thispage #menunav ul li {
text-decoration:underline;
color: #2e3192;
}



#menu_table {
font-size:.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFEE;
border:2px solid #666666;
}

.dotted_row {
border-bottom: thin dotted #333333;
}

.description {
font-size: 75%;
}

#footer {
font-size: .9em;
font-family: "Times New Roman", Times, serif;
font: "Times New Roman", Times, serif;
color:#666666;
margin-bottom: 0px;
}

#application {
font-size:.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}

.large {
font-size:1.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font: Verdana, Arial, Helvetica, sans-serif;
color: #2e3192;;
}

.medium {
font-size:1.2em;
font-family: "Times New Roman", Times, serif;
font: "Times New Roman", Times, serif;
font-weight:bold;
color:#333333;
background-color:#ffc00f;
}