



body 	{ 
	background-color: white;
	font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	line-height: 1.6em;
	 
}

header	{
	float:		left;
}

#tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:93%;
      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;
      background:url("images/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;
      }

h1	{
	font-size:	150%;
	color:		rgb(0,128,0);
	text-align:	center;
}

h2	{
	font-size:	110%;
	text-align:	center;
	color:		rgb(0,128,0);
}

h3	{
	font-size:	110%;
	color:		rgb(0,128,0);
}

#allcontent	{
	width:			800px;
	padding-top:		0px;
	padding-bottom:		5px;
	background-color:	white;
	margin-left:		auto;
	margin-right:		auto;
}

#main	{
	background color:	white;
	margin:			20px 35px 0px 0px;
}

#image	{
	float:			left;
	clear:			both;
	margin-right:		5px;
	margin-bottom:		4px;
}

#words{
	background-color:	white;
	width:			490px;
	text-align:		left;
	float:			right;
	margin-bottom:		5px;
}

#footer {
	background-color:	white;
	color:			#808080;
	text-align:		center;
	padding:		15px;
	margin:			10px;
	font-size:		90%;
	clear:			both;
}

	

