body
{
	font-family: arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited
{
	color: #0000ff;
	text-decoration: underline;
}
a:hover
{
	color: #111133;
	text-decoration: underline;
}

ul
{
	width: 100%; list-style: none; border: 0px; border-spacing: 0px; overflow: hidden; margin: 0; padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content
{
	clear: both;
	margin: 0;
	background-color: #ffffff;
	padding: 0 0 0 0;
	font-size: 80%;
}

#footer
{
	clear: both;
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	border-top: 1px solid #bbbbbb;
}

#contactform
{
	clear: both;
	margin: 0;
	background-color: #E8E8E8;
	padding: 10px;
}

.topadsfiller
{
	height: 15px;
}

.rightadsfiller
{
	height: 30px;
}

#tabs
{
      float:left;
      width:100%;
      background:#efefef;
      font-size:74%;
      font-weight: bold;
      line-height:normal;
      border-bottom:1px solid #bbbbbb;
}

#tabs ul
{
      margin:0;
      padding:10px 10px 0 10px;
      list-style:none;
}

#tabs li
{
      display:inline;
      margin:0;
      padding:0;
}

#tabs a
{
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#tabs a span
{
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#0000ff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span 
{
      color:#FFF;
}

#tabs a:hover 
{
      background-position:0% -42px;
}

#tabs a:hover span
{
      background-position:100% -42px;
}

#tabs #current a
{
      background-position:0% -42px;
}

#tabs #current a span
{
      background-position:100% -42px;
}
