/* Ralph Stanley CSS */

/* global */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
td   { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 12px; 
	   color: #4d452a; 
	   font-style: normal; font-weight: normal; text-decoration: none; }

a:link    { color: #ba9800; text-decoration: underline; }
a:visited { color: #ba9800; text-decoration: underline; }
a:hover   { color: #7f0600; text-decoration: underline; }
a:active  { color: #7f0600; text-decoration: underline; }

/* navigation */
.nav a:link    { color: #4d452a; text-decoration: none; }
.nav a:visited { color: #4d452a; text-decoration: none; }
.nav a:hover   { color: #e6c31b; text-decoration: none; }
.nav a:active  { color: #e6c31b; text-decoration: none; }

/* main content pages (lists of info) */
.list { line-height: 16px; }

/* BG image */
.leftBg {
	background-image: url(images/leftBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* form stuff */
.box { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 12px; 
	   color: #888888; background: #eeeeee; 
	   width: 100%; height: 14px; 
	   border: #999999; border-style: solid; 
	   border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.field { font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 10px; line-height: 12px; 
		 color: #888888; background: #eeeeee; 
		 width: 100%; height: 76px; 
		 border: #999999; border-style: solid; 
		 border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* drop-down */
.dd { font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 10px; line-height: 14px; 
	  color: #333333; background: #eeeeee; 
	  width: 100%; 
	  border: #333333; border-style: solid; 
	  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* button */		  
.but { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 14px; font-weight: bold; 
	   color: #ffffff; background: #ff7d00;
	   width: 100%; height: 16px; 
	   border: #35271a; border-style: solid; 
	   border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }