
  body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	background-image:url(images/bg.jpg);
	background-repeat: repeat; 
	
}

#container	  {
		margin-top:30px;
		clear:both;
		width:850px;
		height:700px;
		background-color:#9aaeb5;
		font-size:93%;
		border:double;
		border-color:#FFFFFF;
	}	
		

#header	{
		width:850px;
		height:150px;
}

#scroller	{
		clear:both;
		text-align:center;
		background-color:#cedbdf;
		border:4px white double; 
		width:730px;
		height:402px;
}


#footer		{
		clear:both;
		width:800px;
}



#bottombox	{
		background-image:URL(images/boxbg.jpg);
		background-repeat:no-repeat
		width:800px;
		height:80px;

}



 #tabsH {
      float:left;
      width:100%;
      background:#9aaeb5;
      font-size:90%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:10px 0 0 67px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url(images/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url(images/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
	  
	  a:link {color: #333333; text-decoration: none; }
      a:active {color: #ffffff ; text-decoration: none; }
      a:visited {color: #0000ff; text-decoration: underline; }
      a:hover {color: #FFFF00; text-decoration: none; }
	
	.calgrey	{background-color: #CEDBDF; text-align:center;}
	.calwhite	{background-color: #EDF0F2; text-align:center;}
	
	
	
	table		
	table td	{margin: auto;}	


#video
{

  display: block;
  width: 160px;
  height: 80px;
  background: url("images/farnvid_btn.png") no-repeat 0 0;

}

#video:hover
{ 
  background-position: 0 -80px;
}

#video span
{
  display: none;
}



#calendar
{
  display: block;
  width: 160px;
  height: 80px;
  background: url("images/divcal.png") no-repeat 0 0;

}


#calendar:hover
{ 
  background-position: 0 -80px;
}

#calendar span
{
  display: none;
}

			
#google
{
  display: block;
  width: 160px;
  height: 80px;
  background: url("images/googleearth.png") no-repeat 0 0;

}


#google:hover
{ 
  background-position: 0 -80px;
}

#google span
{
  display: none;
}			


	  
	    
