.TabContainer_Main {
	width:615px;
	margin-left:0px;
	z-index:0;
}
ul.tabs	{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-left: 1px solid #999;
	width: 615px;
	/*background-color:#e0e0e0*/
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: 1px; /*--Pull the list item down 1px--*/
	background: #e0e0e0;
	text-align:center;
}
ul.tabs li a {
	text-decoration: none;
	display:block;
	color: #000;
	padding: 4px 10px 3px 10px;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", "Verdana, Helvetica, sans-serif";
	border-top: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-left: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-right: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	width: 614px;
	background: #fff;
	float:inherit;
}
.tab_content	{
	margin: 0 5px 5px -18px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 12px;
	height:205px;
}
.tab_content #date	{
	font-size:10px;
	line-height:15px;
}
.tab_content a	{
	text-decoration:none;
	color:#036;
}
.tab_content a:hover	{
	text-decoration:underline;
	color:#900;
}

#TabContainer_Main2 {
	width:333px;
	margin: 0;
	margin-bottom: 7px;
	float:left;
	position:relative;
}
ul.tabs2	{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-left: 1px solid #999;
	width: 333px;
	/*background-color:#e0e0e0*/
}
ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	position: relative;
	background:#DBE7EE;
	width:81.25px;
	text-align:center;
}
ul.tabs2 li a {
	text-decoration: none;
	color:#036;
	display:block;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", "Verdana, Helvetica, sans-serif";
	padding: 3px 0 4px 0;
	border-top: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-left: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-right: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	width:79px;
}
ul.tabs2 li a:hover {
	background:#003F7D;
	color:#FFF;
	width:79px;
}
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#F5F5F5;
	border-bottom: 1px solid #F5F5F5; /*--Makes the active tab look like it's connected with its content--*/
	color:#036;
}
.tab_container2 {
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	width: 329px;
	background:#F5F5F5;
	height:auto;
}
.tab_content2	{
	margin: -10px 0 0 -20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 12px;
	background:#F5F5F5;
	line-height:23px;
}
.tab_content2 a	{
	text-decoration:none;
	color:#036;
}
.tab_content2 a:hover	{
	text-decoration:underline;
	color:#900;
}
#TabContainer_Main3 {
	width:333px;
	margin-top:7px;
	float:left;
	position:relative;
}
ul.tabs3	{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-left: 1px solid #999;
	width: 333px;
	/*background-color:#e0e0e0*/
}
ul.tabs3 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	position: relative;
	background:#DBE7EE;
	width:109px;
	text-align:center;
}
ul.tabs3 li a {
	text-decoration: none;
	color:#036;
	display:block;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", "Verdana, Helvetica, sans-serif";
	padding: 3px 0 4px 0;
	border-top: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-left: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	border-right: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	width:107px;
}
ul.tabs3 li a:hover {
	background:#003F7D;
	color:#FFF;
	width:107px;
}
html ul.tabs3 li.active, html ul.tabs3 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#F5F5F5;
	border-bottom: 1px solid #F5F5F5; /*--Makes the active tab look like it's connected with its content--*/
	color:#036;
}
.tab_container3 {
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	width: 329px;
	background:#F5F5F5;
	height:auto;
}
.tab_content3	{
	margin: 1px 0 0 -20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 12px;
	background:#F5F5F5;
	line-height:23px;
}
.tab_content3 a	{
	text-decoration:none;
	color:#036;
}
.tab_content3 a:hover	{
	text-decoration:underline;
	color:#900;
}
#MoreArticles	{
	font-size:11px;
	text-align:left;
	margin-right:5px;
	margin-bottom:0px;
	float:right;
}
#MoreArticles a	{
	text-decoration:none;
	color:#036;
}
#MoreArticles a:hover	{
	text-decoration:underline;
	color:#900;
}