@charset "utf-8";
html {
	scrollbar-arrow-color:#333333;
	scrollbar-base-color: #438F4D;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-face-color:cccccc;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-dark-shadow-color:#333333;
	scrollbar-3d-light-color:#333333;
}
body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #E1E1E1;
	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: #333333;
}

.table_main{
	background-color:#FFFFFF;
}

.body_text {
	padding: 5px 10px 5px 3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
}

.drop_text {
	font-size: 150%;
	color:#E36F1E;
	font-style: italic;
	font-weight: bold;
}

.footer_text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	padding: 1em 0 .5em 0;
}

.footer_emphasis_text {
	font-size: 125%;
	color:#009445;
	font-style: italic;
	font-weight: bold;
}

.top_nav{
	width: 150px; /*width of menu*/
	/*text-align:left;*/
	padding: 0;
}

.top_nav ul{
	list-style-type: none;
	margin: 10px 0 10px -3em;
}

.top_nav ul li a{
	display: block;
	width: auto;
	padding: 5px 0 5px 0px;
	text-decoration: none;
	color:#009445;
	background-image:url(../images/nav_line.png);
	background-position: bottom;
	background-repeat:no-repeat;
	font-size: 10pt;
}
.top_nav ul li a:hover{
	/*font-style:italic;
	font-weight:bold;*/
	color:#E36F1E;
}

.top_nav ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

.top_nav #current a{
	font-style:italic;
	font-weight:bold;
	color:#E36F1E;
	font-size: 90%;
}

.bottom_nav{
	text-align:center;
	padding: 0;
}

.bottom_nav ul{
	width: 90%;
}

.bottom_nav ul li{
	display: inline;
	padding: 5px 6px 5px 6px;
	width: 150px;
}

.bottom_nav ul li a{
	text-decoration: none;
	color:#009445;
	font-size: 14px;
	width: 150px;
}
.bottom_nav ul li a:hover{
	/*font-style:italic;
	font-weight:bold;*/
	color:#E36F1E;
}

.bottom_nav #current a{
	font-style:italic;
	font-weight:bold;
	color:#E36F1E;
	font-size: 110%;
}

.josi {
	font-size: 80%;
	color: #999999;
	text-align:right;
	padding-right: 10px;
	}
	
.josi a{
	color:#999999;
	text-decoration:none;
	}


