	body{
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif ;
	}
	#container{
	width:759px;
	background: url(../images/template/background.gif) repeat scroll bottom;
	}
	#navigation {
	width:759px;
	height: 25px;
	background-image: url(../images/template/navigationbackground.gif);
	border: solid;
	border-bottom: 8px solid #FFFFFF;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
   }
	/* CSS Navigation */ 
	#tabsH {
	width:450px;
	height: 24px;
	margin-left: 171px;
   background: #ABABAB url(../images/template/menuback.gif);
   font-size:93%;
   line-height:normal;
	clear: both;
   }
	#tabsH ul {
	  margin:0;
	  padding: 0px 10px 0px 0px;
	  list-style:none;
      }
	#tabsH li {
      display: inline;
      margin:0;
      padding:0;
      }
	#tabsH a {
      float:left;
      background: url(../images/menus/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/menus/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:#FFFFFF;
      }
	#tabsH a:hover {
      background-position:0% -42px;
      }
	#tabsH a:hover span {
 		background-position:100% -42px;
	}
	/* End of navigation*/
	#left{
	float:left;
	width:164px;
	}
	#leftnav {
	width: 161px;
		padding: 5px 0px 0px 1px;
   }
	#leftnav span {
		padding: 0px 0px 5px 0px;
   }
	#content{
	float:left;
	width: 472px;
	background:#FFFFFF;
	padding: 0px 5px 5px 5px;
	padding-top: 0px;
	}
	h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif ;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	float: left;
	color: #FFFFFF;
	background: #2A3179;
	padding: 5px;
	width: 460px;
	border-bottom: solid;
	border-width: 5px;
	text-transform: uppercase; 
}
	h3 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.4em;
		}
	}
	#right{
	float:left;
	width:103px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	}
	#footer{width:100%;
	background:#2A3179;
	clear:both;
	border-top: 5px solid #FFFFFF;
	margin: 0px 0px;
	}
