/* Axiomatic Design Style Sheet*/
/* base color set: */
/* 009B00 dark green base */
/*   007575 blue highlight */
/*   75C400 Yellow green acent */
/*   9dc462 faded base */
/*   5f822b dark base */
/*   2f4115 or 113311 text */



/* ----------------------------- */
/* --- General Formats --- */
/* ----------------------------- */        

.bold {font-weight: 800;}
			 
.right {float: right;
        margin: 5px;}			 

/* ---------------------- */  
/* -- Main Tag Formats -- */
/* ---------------------- */
body {background-color: #edefff;
      padding: 10px;
	  color: #000000;}
	  
img {border: 1px solid #007575;}

  
	  
/* --------------------------------------------- */
/* --------------------------------------------- */
/* ----- Main Layout and formating Classes ----- */  
/* --------------------------------------------- */
/* --------------------------------------------- */


/* ---------------------- */
/* --- Header Classes --- */
/* ---------------------- */       
.header_box {padding: 0px;
         margin: 0px;
         height: 108px;
         max-width: 1185px;}
        
.hcontent {padding: 0px;
           margin: 0px;
           height: 108px;
           background-image: url('./images/tall.png');}

.hright {padding: 0px;
         margin: 0px 0px 0px -5px;
         width: 50px;
         height: 108px;
         background-image: url('./images/tall_r.png');
         float: right;}

.hleft {float: left;
        padding: 0px;
        margin: 0px -5px 0px 0px;
        width: 48px;
        height: 108px;
        background-image: url('./images/tall_l.png');}

        
.title {text-align: center;
        text-decoration: underline;
        padding: 15px 0px 0px 0px;}
        
.tagline {text-align: center;
          line-height: 0;
          font-style: italic;}

        
/* -------------------- */
/* --- Link Classes --- */     
/* -------------------- */
  
.link_box {width: 150px;
           padding: 0px;
           margin: 15px 0px 0px 0px;
           float: left;}
        
.link_top {height: 34px;
 		   width: 158px;
 		   padding: 0px;
 		   margin: 0px;
           background-image: url('./images/top.png');}
           
.link_bottom {height: 38px;
			  width: 158px;
			  padding: 0px;
 		   	  margin: -17px 0px 0px 0px;
              background-image: url('./images/bottom.png');}           
              
.link_content {width: 158px;
               margin: 0px;
               padding: 0px;
               background-image: url('./images/wide.png');}
               
.link1 {margin: 0px 0px 7px 20px;}

.link2 {padding-left:15px;
	    margin: 0px 0px 7px 20px;}
	    
.link_hr {width: 80%;}
	    

/* ---------------- */
/* --- Body Box --- */
/* ---------------- */

.body_box {padding: 0px; 
       margin: 15px 10px 0px 175px;
       max-width: 1000px;}
              
.top_box {padding: 0px;
          margin: 0px;
          height: 34px;}
        
.top_m {padding: 0px;
        margin: 0px;
        height: 34px;
        background-image: url('./images/t.png');}

.top_r {padding: 0px;
        margin: 0px 0px 0px -5px;
        width: 50px;
        height: 34px;
        background-image: url('./images/t_r.png');
        float: right;}

.top_l {float: left;
        padding: 0px;
        margin: 0px -5px 0px 0px;
        width: 48px;
        height: 34px;
        background-image: url('./images/t_l.png');}   

.mid_box {padding: 0px;
          margin: 0px;
          background: #ffffff url('./images/r.png') repeat-y scroll top right;} 
		  
.mid_box2 {padding: 5px 15px 20px 15px;
          margin: 0px;
          background: transparent url('./images/l.png') scroll repeat-y top left;} 		
        
.bot_box {padding: 0px;
          margin: -20px 0px 0px 0px;
          height: 34px;}
        
.bot_m {padding: 0px;
        margin: 0px;
        height: 38px;
        background-image: url('./images/b.png');}

.bot_r {padding: 0px;
        margin: 0px 0px 0px -5px;
        width: 50px;
        height: 38px;
        background-image: url('./images/b_r.png');
        float: right;}

.bot_l {float: left;
        padding: 0px;
        margin: 0px -5px 0px 0px;
        width: 48px;
        height: 38px;
        background-image: url('./images/b_l.png');}   
		
.footer {font-size: 75%;
		text-align: center;}        
		
.page_title {text-align: center;
             padding: 5px 0px 0px 0px;
             margin: 0px;}
			 