body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(./Brick.jpg);
	background-color: #767B7F;
}
h1 {
	color: #00F;
	margin-top: 4px;
}
img {
	border: none;
}
#container {
	margin: auto;
	width: 800px;
	height: auto;
	background-color: #DDD;
        background-image: url(./recbg.jpg);
	text-align: center;
	border: thick groove Blue;
        background-color: #F2EFE9;
}
#header {
        text-align: center;
        height: 570px;
        width: 800px;
        margin-bottom: 0;
	background-color: #336699;
        background-repeat: no-repeat;
        background-position: top;
}
#mainCell {
	text-align: center;
	width: 800px;
	-moz-width:auto;
	height: auto;	
	color: #336699;
}
#content {
	width: 790px;
	height: auto;
	margin: auto;
	text-align: left;
}
#footer {
        background-position: bottom;
        height: 28;
        width: auto;
        text-align: center;
        font-size: 10px;
}
#ofooter {
        background-position: bottom;
        background-image: url(footer.gif);
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        height: 28;
        width: auto;
        text-align: center;
        font-size: 10px;
}

a {
	color: #6B78A9;	
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
.news {
        width: 240px;
        height: auto;
        border: thin;
        border-color: Gray;
        background-color: #99CCCC;
        background-image: url(TFly.gif);
        background-repeat: no-repeat;
        clear: right;
        float: right;
        text-align: left;
        border-style: solid;
        color: #000;
        font-size: 12px;
        padding: 2px;
}
.onews {
	width: 240px;
	height: auto;
	border: thin;
	border-color: Gray;
	background-color: #336699;
	clear: right;
	float: right;
	text-align: left;
	border-style: solid;
	color: #00FFFF;
	font-size: 12px;
	padding: 2px;
}
.news h3 {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;	
}
.news h4 {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;	
}
.news a {
	color: #00f;	
	text-decoration: none;
}
.news a:hover {
	color:#6B78A9;
	text-decoration: underline;
}
    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin: 0;
	padding: 2px 10px 0 5px;
	list-style: none;
}
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("./tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("./tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#6B78A9;
      }
    #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;
      }

ul.arrow
{ font-family: arial;
list-style-image: url('./images/arrow.gif')
}

ul.hand
{ font-family: arial;
list-style-image: url('/icons/hand.right.gif')
}
bubble { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
        font-size: 10pt;
        width:300px;
	height: auto;
        padding-right: 5px;
        color: black;
}


