/* Global Styles */

body {	background-image: url(images/.jpg);
	background-repeat: repeat;
	background-position: 0% 0%;
	margin: 0px;  
                  font-size: 14px; 
                  font-family: arial, sans-serif; }


#main {  
        width: 645px; 
        height:500px;
        padding: 7px; 
        border: 3px solid #137313;
        position: absolute; 
	top: 165px;
        left: 70px;
        overflow: auto;
        scrollbar-face-color: #137313;
        scrollbar-arrow-color: #fff;
        scrollbar-track-color: white;
	scrollbar-base-color: #8cbb8c; } 


#nav {
	width: 575px;
	height: 25px;
	position: absolute;
	top: 140px;
	left: 130px; }

#top  { background-image: url(images/topback.jpg);
	background-repeat: no-repeat;
        background-position: 100% 0%; }

#footer { color: #000000;
          width: 600px; 
          position: absolute;
          top: 700px; 
          left: 95px; 
          padding: 8px; 
          text-align: center; }

ul {
	list-style-type: square;
	list-style-position: outside;
	 }



h1 { 
     font-size: 20px; 
     color: #fff;
     background-color: #137313; 
     padding-left: 5px;
     letter-spacing: .2em;
     font-variant: small-caps;
     margin: 0px; }

h2 { 
     font-size: 16px; 
     font-weight: bold;
     margin-top: 6px;
     padding-bottom: 0px;
     text-transform: capitalize;  }

h3 {     font-size: 12px;
         color: #fff;
         background-color: #137313;
	 padding-left: 5px; }

h4 { font-size: 12px;
     color: #137313;
     font-variant: small-caps;}


body  { scrollbar-face-color: #c0c0c0;
        scrollbar-arrow-color: #fff;
        scrollbar-track-color: white;
        scrollbar-base-color: #fbfc72; }
 


/* LINK STYLES */

a { color: black; 
    font-size: 12px;
    font-weight: bold; 
    text-decoration: none }

a:visited {color: black; }

a:hover {color: #c0c0c0;
	 font-weight: bold; 
	text-decoration: underline; }
a:active {color: #137313;
	text-decoration: underline;}


address { color: black;
          position: absolute;
          top: 665px; 
          left: 200px;
          margin-top: 18px; 
          border-bottom: 1px solid #000000; 
          font-size: 12px; 
          padding-top: 3px;
          font-weight: bold; 
          font-style: normal;
	   }

#jcd {
	width: 779px;
	}