﻿.body1 {
	width: 1100px;
	margin: 15px auto 0 auto; font-family:"Arial";
 	font-size: 12px; text-align:left; margin-bottom:10px;
	 
}
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {
	position: relative;
	background: #096bc3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#096bc3), to(#096bc3));
	background-image: -webkit-linear-gradient(top, #096bc3, #096bc3);
	background-image: -moz-linear-gradient(top, #096bc3, #096bc3);
	background-image: -ms-linear-gradient(top, #096bc3, #096bc3);
	background-image: -o-linear-gradient(top, #096bc3, #096bc3);
	background-image: linear-gradient(to bottom, #096bc3, #096bc3);
	padding: .5em 3.7em;
	float: left;
	text-decoration: none;
	color: #fff; font-family:"Arial"; font-size:14.8px;
	 


	
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 background: #b90000; color:#fff;
}
#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#046eb7), to(#046eb7));
 background-image: -webkit-linear-gradient(top, #046eb7, #046eb7);
 background-image: -moz-linear-gradient(top, #046eb7, #046eb7);
 background-image: -ms-linear-gradient(top, #046eb7, #046eb7);
 background-image: -o-linear-gradient(top, #046eb7, #046eb7);
 background-image: linear-gradient(to bottom, #046eb7, #046eb7);
 
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);

 -webkit-border-radius: 0 1px 0 0;
 -moz-border-radius: 0 1px 0 0;

}
 #tabs #current a, #tabs #current a::after {
 background-image: -webkit-gradient(linear, left top, left bottom, from(#b90000), to(#b90000));
  background-image: -webkit-linear-gradient(top, #b90000, #b90000);
 background-image: -moz-linear-gradient(top, #b90000, #b90000);
 background-image: -ms-linear-gradient(top, #b90000, #b90000);
 background-image: -o-linear-gradient(top, #b90000, #b90000);
 background-image: linear-gradient(to bottom, #b90000, #b90000);
 z-index: 3;
 
}



#content {
	background: #f7f7f7;
	padding: 2em;
	height: 240px;
	position: relative;
	z-index: 2; 
	border-top:0 none;
	border-right:0px solid #e0e0e0;
	border-left:0px solid #e0e0e0;
	border-bottom:0px solid #e0e0e0;

}
#content h2, #content h3, #content p {
	margin: 0 0 15px 0;
}


#about {
	color: #999;
}
#about a {
	color: #eee;
}