/* basic */
body { background: url("/images/b.jpg") repeat-x #ffffff; 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: 18px 0px 18px 0px; }
.hr hr { display: none; }

#contentlang{
background: url("/images/li.jpg") no-repeat;
padding:0px 0 0 13px;
line-height:0.9em;
}

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

#top { background: url("/images/t.jpg") repeat-y; height: 17px; margin: 0px; padding: 0px; }
#left { position: absolute; width: 610px;  background: url("/images/c.jpg"); z-index: 1;}
#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;}

#quotes { margin: 17px 33px 17px 66px; 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 { position: absolute; left: 615px; width: 170px;  z-index: 2;}
#footer { background-image: url("/images/f.jpg"); background-repeat: no-repeat; height: 22px;}


/* display none*/
#hidden { display: none; }
