/* **** BODY - BACKGROUND IMAGE **** */

/* COLORS****** */
/* 93D850 med green header right */
/* EFF2BD, E6EDA7 lite yellow green behind pictures */
/* C4E7E6 light blue nav */
/* 90D3D0 med teal outline nav */
/* 2A6970 dark teal nav lettering*/

body {
        background: #fff  /*#2A6970*/
	font: 13px Verdana, Helvetica, sans-serif;
	margin: 0;
         }

p {
        
	font: 13px Verdana, Helvetica, sans-serif;
	margin: 0;
        padding: 0px 0px 20px 0px;
         }

table {
        
	font: 13px Verdana, Helvetica, sans-serif;
	margin: 0;
        padding: 0px 0px 20px 40px;
         }
/* **** FIXED WIDTH WRAPPER - EDGES, ETC. **** */

#wrapper{
	width: 840px;
	height: auto;
	margin: 0px auto 0px auto;
        
        border:1px solid #000;
	}





/* **** MAIN CONTENT - LEFT NAV - MAINTAIN THIS ORDER OF IDS  **** */

/* COLORS */
/* 93D850 med green header right */
/* E6EDA7 lite yellow green behind pictures */
/* C4E7E6 light blue nav */
/* 90D3D0 med teal outline nav */
/* 2A6970 dark teal nav lettering*/

#container {
	clear:both;
         background:#EDF7E7;/*EDEFD8, E7EADA*/;
        overflow:hidden;
        
        }

#container p.note {
        font:13px Verdana, Helvetica, sans-serif;
	background:#EDF7E7;
        color:#000;
	margin-top:0px;
        padding: 40px 0px 0px 20px;
	}

#content { 
        background:#EDF7E7;
        padding:20px;
        margin:0px 0px 0px 0px;	
        }


#content p {
        font:13px Verdana, Helvetica, sans-serif;
	color:#000;
	line-height:20px;
	margin-top:0px;
	}

p.images {
        background: #fff;
        margin:0px;
        padding:0px 0px 0px 0px;
        border:1px solid #000;}


img { 
        border:0px; 
        margin:0px;
        padding:0px;
        }


	
/* **** LINKS, LISTS, NAV, ETC **** */
/* this is place for gif, url(example.gif 0 -32px) where the button and its rollover */ 
/* are a single gif, and the offset (which is height of li a) controls which part is displayed */

a {
	color: #000; 
	}
	
a:hover {
	color: #5C743D;
	}

#menu {
        width:165px;
        font: bold 10px Verdana, Helvetica, sans-serif;
	color: #2A6970;
	/*letter-spacing:.4em;*/
        text-transform: uppercase;
        }

#menu ul {
	list-style: none;
        margin:0px;
        padding:0px;
	}	

#menu li a {
	text-decoration: none;
	 }	
	
#menu li a:link {
	color: #000;
	display: block;
	background: #C4E7E6; /* this is place for gif, url(example.gif) */
	padding: 5px 0 5px 19px;
	border-top: 0pt solid #C4E7E6;
        border-right: 1pt solid #90D3D0;
        border-bottom: 1pt solid #90D3D0;
}

#menu li a:visited {
	color: #999999;
	display: block;
	background: #C4E7E6; /* this is place for gif, url(example.gif) */
	padding: 5px 0 5px 20px;
	border-top: 1pt solid #8B74A6;
        border-right: 1pt solid #8B74A6;
        border-bottom: 1pt solid #8B74A6;
}
	
#menu li a:hover {
	color: #000;
	background: #C4E7E6; /* this is place for gif, url(example.gif 0 -32px) */
	border-top: 0pt solid #2A6970;
        border-right: 1pt solid #2A6970;
        border-bottom: 1pt solid #2A6970;
        padding: 5px 0 5px 20px;
        
        text-decoration:none;
	}	

#menu li.first a:hover {
	color: #000;
	background: #C4E7E6; /* this is place for gif, url(example.gif 0 -32px) */
	border-top: 1pt solid #2A6970;
        border-right: 1pt solid #2A6970;
        border-bottom: 1pt solid #2A6970;
        padding: 5px 0 5px 20px;
        text-decoration:none;
	}	






#tabsC {
      float:left;
      width:100%;
      background:#FFF;
      font:88% Verdana, Helvetica, sans-serif;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("graphics/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("graphics/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  
	



 

