/* Color scheme of this style
$color1 ='"#336633"'; // Dark Green - For small bold text against off_white.
$color2 ='"#789062"'; // Medium Green - Navigation Table Background.
$color3 ='"#BDC7AC"'; // Pale Green - Top Border
$color4 ='"#E9E7CA"'; // Dark Tan
$color5 ='"#FBF7D7"'; // Light Tan
$color6 ='"#FFFFF0"'; // Off White - For content background, for text against nav tabs.
$color7 ='"#000000"'; // Black - For most non-link text
$color8 ='"#474F78"'; // Blue - Link hover over Off White
$color9 ='"#993333"'; // Red - Link hover over Medium Green. Link Font over Off White.

/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFF0;
}

/* Font settings for page elements */
body, ul, td, tr, th, li, h1, h2, h3, h4, a, p, li, form {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.standard, td.standard {
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
}

#fontsize_75 {
	font-size: 75%;
}

#content {
	background-color: #FFFFF0;
	padding: 10px 10px 10px 10px;
}

#logo {
	background-color: #BDC7AC;
}

#top_bar {
	color: inherit;
	background-color: #BDC7AC;
	height: 67px;
	position: relative;
}

#left_bar {
	height: 300px;
}

#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#bottom_bar {
	background-color: #789062;
}

/* link appearance*/

a:link {
	color: #993333;
	font-weight: bold;
/*	text-decoration: none; */
}

a:visited {
	color: #993333;
	font-weight: bold;
/*	text-decoration: none; */
}

a:focus {
	color: #993333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #474F78;
	font-weight: bold;
	text-decoration: none;
}

a:active{
	color: #993333;
	font-weight: bold;
/*	text-decoration: none; */
}

/* class=tab , link appearance within tags */

a:link.tab {
	color: #FFFFF0;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:visited.tab {
	color: #FFFFF0;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:focus.tab {
	color: #FFFFF0;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:hover.tab {
	color: #993333;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:active.tab{
	color: #FFFFF0;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

td.tab {
	background-color: #789062;
}

/* class=hottab , link appearance within tags */
a:link.hottab {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:visited.hottab {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:focus.hottab {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:hover.hottab {
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

a:active.hottab{
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

.small {
	color: #336633;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

button {
	border: none;
}

/* This prevents a space under the form submit button */
form{
margin:0px;
}





