body {
background-color:#4faddc;
font: 12px/1.5em Verdana, sans-serif;
text-align:center;
}

ul, li {
  margin-left: 15px;
}


h1 {
	font-size: 150%;
	color: blue;
}


h2 {
	font-size: 130%;
	color: blue;
}



#wrapper {
	margin-left:auto !important;
	margin-right:auto !important;

	position:relative;
	padding:0;
	width:800px;
	text-align: left;
}

#header {
	position:relative;
	background-image:url(/../images/header.gif);
	top:0px;
	left:0px;
	width:800px;
	height: 150px;
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 50px;
}

#nav {
	position:relative;
	background-image:url(/../images/navigation.gif);
	border-color:#106a96;
	border-right-style:thin;
	border-width:thin;
	border-left-style:thin;
	left:0px;
	width:800px;
	height:30px;
}

#tabsI {
	position:absolute;
	top:0px;
	left:55px;
	float:left;
	width:auto;
	background:#4Fadc;
	font-size:93%x;
	line-height:normal;
}

#tabsI ul {
	margin:0;
	padding:5px 10px 0 50px;
	list-style:none;
}

#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}
    #tabsI a {
      float:left;
      background:url(/../images/tableftI.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url(/../images/tabrightI.gif) no-repeat right top;
      padding:5px 10px 4px 4px;
      font-weight: bold;
      font-size: 90%;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      background-position:100% -42px;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    
#content {
	background-color:#FFF;
	left:0px;
	width:780px;
	padding: 10px;
	margin: 0px;
}

#footer {
	position:relative;
	background-image:url(/../images/footer.gif);
	width:800px;
	height:10px;
}





