@charset "iso-8859-1";
.header  { color: #A87122; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif}
.text 	{ color: #001; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif}
.textsmall { color: #001; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif}

a          { color: #CF8B49; text-decoration: underline}
a:active          { color: #6E3600; text-decoration: none}
a:link          { color: #6E3600; text-decoration: underline}
a:hover           { color: #C17F39; text-decoration: none}
a.nav				{ color: #FFFFFF; text-decoration: none}
a.nav:active		{ color: #FFFFFF; text-decoration: none}
a.nav:link		{ color: #FFFFFF; text-decoration: none}
a.nav:hover		{color: #E2BD96; text-decoration: none}

.sidebar{ position : absolute;
	  top : 6.15em;
	  left : 1%;
	  width : 8em;
	  z-index : 1;
	  padding : 0em;
	margin-bottom : 0.5em;
	background-color : #744400; 
}


body {
	background-color: #FFFFFF;
	background-image: url(images/bgframe.jpg);
	background-repeat: no-repeat;
}

.altbackground { background-image: url(images/bgframe2.jpg); }

.contentText {	margin-left : 8em;
	    margin-top : -2.0em;
		padding : 1em;
		margin-right : 0.5em; }

.footer	{ background-color : inherit;
	  color : silver;
	  font-size: x-small;
}
