@charset "UTF-8";
/* CSS Document */
body  {
	line-height:1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Helvetica", Arial;
	font-size:90%;
}
 #container { 
	width: 780px;
	background:#FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left; 
}
#header {
	height:120px;
} 

 #mainContent {
	padding: 10px;
	margin-left: 160px;
	border: thin solid #74B24D;
} 
#mainContent h1, h2{ 
	color:#364327;
	line-height:1.5em;
}

h5 a{
	color:#88b189;
}
 #bar {
	height:40px;
	background-color: #EDF7E7;
	padding-top: 10px;
	padding-left:5px;
	}

#footer { 
	height:40px;
	padding:0;
	background-color:#FFF;
	}
 #footer p{
	padding-top:10px;
	padding-left:10px;
	margin:0;
	color: #ADD695;
	font-size:90%;
	}
#footer a{
	color: #333;
	font-size:90%;
	text-decoration:none
	}
#footer a:hover{
	color: #7AB853;
	text-decoration:none
	}
	
.smallprint { font-size:10px;}
 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a			{
	text-decoration:none;
	color:#0000CC;
}
a:visited	{
	text-decoration:none;
	color:#791A8B;
}
a:hover		{text-decoration:underline;}
a.active	{text-decoration:underline; color:#3333CC;}

.padding{
	padding:10px;
	}
/*- Menu Tabs C--------------------------- */

  #tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:90%;
      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("../images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#464E42;
	background:url("../images/tabrightC.gif") no-repeat left top;
      }
    /* 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;
      }  
	 
	 
	 /*- Menu 14--------------------------- */
	
	
#menu14 {
	width: 150px;
	float: left;
	height:100%;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
#menu14 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;
	background:  url(../images/menu14.gif);
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: #FFF;
	background:  url(../images/menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 				

