/*
COLORS:
Black (background) - #000000
Tan (body background) - #d5cdb6
Dark Brown - #664b2c
Green? - #666633

FONTS:
Nav: Georgia, reg, 18px
Main body text - Verdana, reg, 12px
*/
html
{
	/* Always make vertical scrollbar (kills annoying page shift in Firefox) 
	min-height: 100%;
	margin-bottom: 1px;														 */
}

.nav { font-family: Georgia, serif; font-weight: normal; font-size: 18px; color: #ffffff; text-transform:lowercase; text-decoration:none;}
.navsel { font-family: Georgia, serif; font-weight: normal; font-size: 18px; color: #000000; text-transform:lowercase; text-decoration:none; }
.nav:hover { font-family: Georgia, serif; font-weight: normal; font-size: 18px; color: #000000; text-transform:lowercase; text-decoration:none; }

.small  {font-size:10px; }
.title { font-size:24px; font-family:Georgia; letter-spacing:-0.05em; }
.heading { font-size:12px; color:#947047; font-family:Verdana;  }
 a { color:#664b2c; }

.fform { padding:10px; border:1px solid #000000; }
.lform { font-size:12px; color:#947047; font-family:Verdana; font-weight: bold; }


/* contact styles */
.searchbox { border: 1px solid #333333; font-size: 12px; font-family: Verdana; width: 164px; }
.searchbutton { border: 1px solid #333333; background-color: #664b2c; font-size: 11px; font-family: Verdana; height:18px; color:#FFFFFF; }
.button { border: 1px solid #333333; background-color: #666633; font-size: 11px; font-family: Verdana; height:18px; color:#FFFFFF; }
.textbox { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 250px; }
.textboxreqd { border: 1px solid #333333; font-size: 11px; font-style: italic; font-family: Verdana; width: 250px; background-color: #FCEB9E; }
.dropdown { border: 1px solid #333333; font-size: 11px; font-family: Verdana; }
.large_text { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 250px; height: 70px; }
.textbox { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 250px; height:70px; }


