A:link	{
   color: #77361A;
   text-decoration: underline;
}

A:visited	{
   color: #A0725E;
   text-decoration: underline;
}   

A:active	{
   color: #77361A;
   text-decoration: none;
}

A:hover	{
   color: #000000;
   text-decoration: none;
}

A.navlink {
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 16;
	color: #fff;
}

A.navlink:visited {
	text-decoration: none;
	color: #fff;
}

A.navlink:active {
	text-decoration: none;
	color: #fff;
}

A.navlink:hover {
	text-decoration: underline;
	color: #fff;
}

A.navlink2 {
	text-decoration: none;
	font-style: italic;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 14;
	color: #fff;
}

A.navlink2:visited {
	text-decoration: none;
	color: #fff;
}

A.navlink2:active {
	text-decoration: none;
	color: #fff;
}

A.navlink2:hover {
	text-decoration: underline;
	color: #fff;
}

A.footernav { 
	text-decoration: underline;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #EEE6B8;}

A.footernav:visited { 
	text-decoration: underline;
	color: #EEE6B8;}

A.footernav:active { 
	text-decoration: none;
	color: #EEE6B8;}

A.footernav:hover { 
	text-decoration: none;
	color: #EEE6B8;}
	
.text   {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   line-height: 18px;
   color: #302422;
}

.text-serif   {
   font-family: Times, Times New Roman, courier, sans-serif;
   font-size: 14px;
   line-height: 20px;
   color: #000000;
}

.subheader {
   font-family: Times, Times New Roman, courier, sans-serif;
   font-size: 18px;
   line-height: 24px;
   color: #302422;
}

.ul  {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   line-height: 18px;
   color: #302422;
}

.li  {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   line-height: 18px;
   color: #302422;
}

.smalltext   {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 14px;
   color: #596455;
}

#white	{
	   color: #FFFFFF;
}

#yellow	{
	   color: #EEE6B8;
}

#green	{
	   color: #5B7435;
}

#brown	{
	   color: #302422;
}

#left-column {
	background-image: url(Images/SideBGLeft.gif);
	background-color: #302422;
	background-repeat: no-repeat;
	background-position: right top;
}

#right-column {
	background-image: url(Images/SideBGRight.gif);
	background-color: #302422;
	background-repeat: no-repeat;
	background-position: left top;
}