.clear:after {
	content: ""; display: block; clear: both;
}

	.clear { zoom: 1; }
	
body, div, h1, h2, h3, h4, p, ul, li, img, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}

body {
	background: url(images/header.jpg) top left no-repeat;
	font-family: Georgia, Times New Roman, serif;	
	text-align: left;
}

a {
	color: #00a16a;
	text-decoration: none;
}

a:hover {
	color: #16292f;
}

img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

img.floatright { 
    float: right; 
    margin: 4px; 
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}

.thumb {
	width: 100px;
	height: 100px;
}

h2 {
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

p1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

p2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#maincontentbox {
	width: 769px;
	border-left: solid 15px #6abea6;
	border-right: solid 15px #6abea6;
	border-bottom: solid 15px #6abea6;
	position: absolute;
	top: 260px;
	left: 12px;
	padding: 10px;
}

#leftmenu {
	width: 170px;
	float: left;
	border-right: 1px solid #6abea6;
	margin: 0px 15px 10px 0px;
}

#rightcontent {
	width: 580px;
	float: right;
}

.fpcolumn {
	width: 220px;
	float: left;
	padding: 4px;
	margin: 15px 5px 0px 15px;
}



/*Navigation*/


    #tabs {
      float:left;
      width:700px;
      position: absolute;
      left: 230px;
      top: 226px;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#00a16a;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
      
      
/*      End Navigation*/
