body {
	background-color:#70A1EB;
	margin:0;
	font-family:tahoma;
}
h1 {
	margin:0;
	color:#aaa;
}
#container {
	background-color:#fff;

}
#header,#body {
	padding:5px;
	background-color:white;
	
	border-bottom:0px;
}
#navigation {
	padding-top: 10px;
	height: 40px;

	
}
#navLower { 
	background: #70A1EB;
	height: 30px;
	border-bottom: 2px #4C75AF solid; ;
	width: 100%;
	margin-top: -2px;
}
#navLower h1 { 
	margin: 0;
	padding-top: 4px;
	font-size: 18px;
	padding-left: 15px;
	color: #fff; 
	}
#footer {
	border-top: 2px #4C75AF solid; 
	min-height:50px;
	background-color:#70A1EB;
	
}

#body {
	min-height:350px;
}
#tabsI {
	padding-left: 20px;
	float:left;
	width:100%;
	background:#EFF4FA;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #70A1EB;
}
#tabsI ul {
	margin:0;	
	padding:10px 10px 0 5px;
	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("tabright2.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% -84px;
}
#tabsI a:hover span {
	
	background-position:100% -84px;
}

 #tabsI a#active {
	background-position:0% -42px;
}
 #tabsI a#active span {
	background-position:100% -42px;
}



#body {
	font-family: arial;
	padding:20px;	
	padding-top: 0px;
	color:#333;
	line-height: 25px;
}
#body #bodyHeader {
	margin-top:10px;
	padding-top:20px;
}
#body h1 {
	border-bottom: 1px solid;
	padding-right: 20px;
	font-size:120%;
}
#body h2 {
	font-size:130%;
}
#body h3 {
	font-size:110%;
}
#body a {
	color:#4C75AF;
	text-decoration:none;
}
#footer {
	padding:15px;
	color:#fff;
	font-size:90%;
}
#footer a {
	color: #fff;
}