/* basic */
body { background:  font: normal 12px/16px Arial, Helvetica, sans-serif; color: #167d2a; margin: 0px;  }
img { border: 0;}
form { margin: 0; }

/* custom */
.button { color: #ffffff; font-weight: bold; background: #64af1f; padding-left: 2px; padding-right: 2px; }
.textbox { background-color: #ffffff; height: 18px; border: 1px solid #167d2a; color: #167d2a; }
.logo { background: url(/images/l.jpg) no-repeat; height: 108px; width: 610px; }
.login { font-size: 11px; }
div.hr { height: 1px;  background: #fff url(/images/hr.jpg) center; margin: 22px 0px 20px 0px; }
.hr hr { display: none; }

/* divs */
#navigation, #currmenu, #top, #quotes, #right, #footer, #hidden
{
	display: none;
}

#content { background: #fff; margin: 17px 33px 17px 66px; padding-left: 10px; padding-bottom: 20px; }
#content h2 { font-size: 17px; padding: 20px 20px 0px 20px; }
#content p { padding: 0px 20px 0px 20px; }
#content a:link,  #content a:active,  #content a:visited { color: #167d2a; text-decoration: underline; }
#content a:hover { color: #63AE18; text-decoration: underline;}

