html, body {
  margin: 0px;
  padding: 0px;
  font-size : 80%;  
  font-family : Tahoma; 
  font-weight : normal;
  background-color: #006400; /*#6186B4;*/
}

p {
  margin: 0px;
  padding: 3px 0px 3px 0px;
}

#container {
  height: 600px;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
  background-image: url(layout_FILES/background.jpg);
  background: #fff url(layout_FILES/background.jpg) 0px 170px no-repeat;
  border: 1px solid #FFFFFF;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  height: 170px;
  width: 100%;
  background: #006400;
  overflow: hidden;
}

#head_logo {
  position: relative;
  top: 10px;
  left: 10px;
  height: 120px;
  width: 240px;
  background-color: transparent;
  float: left;
}

#head_image {
  position: relative;
  top: 10px;
  left: 0px;
  height: 120px;
  width: 530px;
  background-color: transparent;
  margin-left: 260px;
}

#head_image img{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#head_sentence {
  position: absolute;
  top: 140px;
  left: 10px;
  height: 20px;
  width: 780px;
  background-color: #ffffff;
  text-align: center;
  clear: both;
  vertical-align: top;
}

#main {
  position: static;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  background: transparent;
  clear: both;
  margin-top: 10px;
}

#main_nav {
  position: static;
  top: 0px;
  left: 0px;
  height: 400px;
  width: 260px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  float: left;
}

#content {
  position: static;
  top: 0px;
  height: 400px;
  width: 530px;
  background: transparent;
  overflow: auto;
  margin-left: 0px;
}

#footer {
  position: static;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 100%;
  background: #006400;
}

.copyright {
  position: relative;
  top: 5px;
  left: 10px;
  width: 200px;
  color: #fff;
  background-color: transparent;
  float: left;
  display: inline;
}

.clearer {
  clear: both;
}

/* Navigation Styling */

#main_nav ul {		
    margin:0;		
    margin-left: 10px;
    padding: 0;
    border-left: 0px #aaa solid; 
    border-right: 0px #fff solid;
}

#main_nav ul li { 
    margin: 0;
    padding: 0;
    font-size: 10px;
    list-style-type: none;   
    width: 240px;
    margin-bottom: 5px;
    background-color: #fff;
    border-bottom: 1px solid #595959;
    border-right: 1px solid #595959;    
}

#main_nav ul li a {
    display:block;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #595959;
    margin: 0;
    padding: 5px;
}

#main_nav ul li a.current {
    background-color: #006400; 
    color: #FFF;
    text-decoration: none;
}

#main_nav ul li a:hover, #main_nav ul li a:focus  {
    background-color: #FFFFFF; 
    background: #FFFFFF;
    color: #006400;
    text-decoration: none;
    background-position: 0 0;
    text-indent: 0;
}

#footer ul {
    position: absolute;
    right: 10px;
    display:inline;	 
    margin:0;	
    padding: 0;
    margin-left: 15px; 
    margin-right: 1px;
    border-left: 0px #aaa solid; 
    border-right: 0px #fff solid;
}

#footer ul li {
    float: left;
    display:inline;  
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    list-style-type: none;
    margin-right: 1px;
    margin-left: 1px;    
}

#footer ul li a {
    display:block;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0;
    padding: 5px;
}

#footer ul li a#current {
    background-color: #FFFFFF; 
    background: #FFFFFF;
    color: #be0f1e;
    text-decoration: none;
}

/* Content Stylings */
h1 {
  font-family:Tahoma;
  font-size:12px;
  font-weight:bold;
  letter-spacing:0px;
  line-height:100%;
  margin:0px;
  padding-bottom:6px;
  text-indent:0px;
}

h2 {
  font-family:Tahoma;
  font-weight:bold;
  letter-spacing:0px;
  line-height:105%;
  margin:0px;
  padding-bottom:0px;
  padding-top:3px;
  text-indent:0px;
}

h3 {
  font-family:Tahoma;
  font-weight:bold;
  letter-spacing:0px;
  line-height:105%;
  margin:0px;
  padding-bottom:0px;
  padding-top:3px;
  text-indent:0px;
}


#head_sentence p {
  font-size: 12px;
  font-weight: bold;
  color:  #006400;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}

.content_box { 
  margin : 0px; 
  padding : 0px;  
  margin : 0px 0px 15px 0px; 
  border-width: 1px; 
  border-style: solid;
  background-color:#FFFFFF;
  border-color: #006400;
  clear:both;
}

.content_header {  
  margin : 0px; 
  height : 2px; 
  padding : 0px; 
  background-color: #006400;
}

.content_element {  
  margin : 0px; 
  padding: 3px;
}