/* basic */
body { background: url("/images/c_hheld.jpg") repeat-y #64af1f; font: normal 12px/16px Arial, Helvetica, sans-serif; color: #167d2a; margin: 0px; width: 100%;}
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: 18px 0px 18px 0px; }
.hr hr { display: none; }

/* divs */
#navigation {}
#navigation a:link,  #navigation a:active,  #navigation a:visited { color: #ffffff; text-decoration: none; font-weight: bold; }
#navigation a:hover { color: #ffffff; text-decoration: underline; font-weight: bold; }
#navigation ul { list-style-type: square; margin: 0; padding: 2px 0px 2px 15px; }
#navigation li { background-image: url("/images/li_.jpg"); background-repeat: no-repeat; background-position: 0 50%; padding: 2px 0px 2px 0px; }
#currmenu {text-decoration: underline}
#currmenu a:link,  #currmenu a:active,  #currmenu a:visited { color: #FFCC00; text-decoration: underline; font-weight: bold; }
#currmenu a:hover { color: #FFCC00; text-decoration: underline; font-weight: bold; }

#top { background: url("/images/t_hheld.jpg") repeat-y; height: 54px; margin: 6px 0px 0px 28px; padding: 0px; }
#left { background: url("/images/c_hheld.jpg") repeat-y #64af1f; text-align: left; }
#content { background: #fff; margin: 17px 10px 17px 30px; padding: 6px 6px 6px 6px;}
#content h2 { font-size: 17px; padding: 0px; }
#content p { padding: 0px; }
#content a:link,  #content a:active,  #content a:visited { color: #167d2a; text-decoration: underline; }
#content a:hover { color: #63AE18; text-decoration: underline;}

#quotes { margin: 17px 0px 0px 50px; padding: 20px 20px 20px 20px;  font-style: italic; color: #fff; }
#quotes a:link,  #quotes a:active,  #quotes a:visited { color: #fff; text-decoration: none; }
#quotes a:hover { color: #fff; text-decoration: underline;}
#right { color: #ffffff; padding-left: 28px; width: auto; }
/*#footer { background-image: url("/images/f.jpg"); background-repeat: no-repeat; height: 22px;}*/


/* display none*/
#hidden, #footer, .logo { display: none; }
