body {
	font: 80% Trebuchet MS, serif;
	color: #333;
	background: #FEFFD1;
}
#header {
	width: 750px;
	position: relative;
}
#tagline {
	position: absolute;
	top: 10px;
	left: 400px;
	font-style: italic;
}
#content {
	width: 750px;
	
}
#main {
	float: left;
	width: 480px;
	padding: 10px;
	overflow: hidden;
}
a img {
	border: 0;
}
#side {
	float: left;
	float: 230px;
	padding: 10px;
}
#footer {
	clear: both;
	border-top:1px solid #DD740B;
	font-size: 80%;
}
#sidenavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#sidenavigation li {
	margin-bottom: 0.5em;
}
#sidenavigation li a {
	text-decoration: none;
	color: #E2490C;
	font-weight: bold;
}
.mission {
	font-size: 150%;
	color: #333;
}
.mission a{
	font-size: 70%;
}
.onemillion {
	font-size: 150%;
	color: red;
}
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background: #FEFFD1;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("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("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      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;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }