body{
	text-align:center; /* aligns body center in IE */
	background-color:#0f4967;
	background-image:url(img/bg-toptile.gif);
	background-repeat:repeat-x;
	margin-top:25px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS";
	font-size:13px;
}

#body{
	background-color:#0f4967;
	margin-top:50px;
	width:829px;
	background-image:url(../img/body.gif);
	background-repeat:repeat-y;
	clear:both;
	margin:0 auto; /* aligns body center in firefox */
	/*border:1px solid red; */
	
}
#header{
	background-color:#0f4967;
	width:inherit;
	height:169px;
	background-image:url(../img/header.gif);
	background-repeat:repeat-y;
	clear:both;
	/*border:1px solid white; */
}

#content{
	padding:10px 20px 10px 20px;

	/*border:1px solid blue; */
}

#footer{
	background-color:#0f4967;
	width:inherit;
	height:35px;
	background-image:url(../img/footer.gif);
	background-repeat:repeat-y;
	clear:both;
	
	/*border:1px solid yellow; */
}

/***** tabbed navigation *****/
#tabs {
	float:right;
	/*border:1px solid red;*/
	width:525px;
	/*background:#BBD9EE;*/
	font-size:100%;
	line-height:normal;
}
#tabs ul {
margin:0;
/*padding:124px 0px 0 315px;*/
padding:124px 0px 0px 13px;
list-style:none;

  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url("../img/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  /*font-weight:bold;*/
  color:#ffffff;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../img/tabright.gif") no-repeat right top;
	padding:3px 15px 3px 6px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#04532B;
  /*font-weight:bold;*/
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }

/***** page elements *****/

#rightVerbage {
	/*border:1px solid blue;*/
	float:right;
	width:478px;
	text-align:left;
	padding:0px 10px 0px 10px
}
#leftImage {
	/*border:1px solid green;*/
	float:left;
	width:280px;
	padding:0px 5px 0px 5px;
}

h1{
	color:#4EAC47;
	font-size:20px;
	font-style:italic;
}

h2{
	font-weight:bold;
	font-size:13px;
}	

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	padding-left: 40px;
	background-image: url(../img/flowerbullet.gif);
	background-repeat: no-repeat;
}

/***** page links *****/
a:link {
	color: #FAA51A;
	text-decoration:none;
}     
a:visited {
	color: #FAA51A;
	text-decoration:none;
}  
a:hover {
	color: #FAA51A;
	text-decoration:underline;
}   
a:active {
	color: #FAA51A;
	text-decoration:none;
}


#footerlinks li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin-top:-5px
}
a.footlink{
	color:#ffffff;
}
a.footlink:link {
	color:#ffffff;
}
a.footlink:visited {
	color:#ffffff;
	text-decoration:none;
}
a.footlink:hover{
	color:#ffffff;
	text-decoration:underline;
}
a.footlink:active {
	color:#ffffff;
}
