#tabs {
	float: right;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}

#tabs UL, #mainCol UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 0;
}

#tabs LI {
	float: left;
	margin-right: 10px;
}

#tabs LI A {
	background-color: #F5F5F5;
	padding: 20px 10px 5px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	color: #263C6D;
	text-decoration: none;
	display: block;
}

#tabs LI A:HOVER {
	background-color: #FFFFFF;
	border-right: 1px solid #F9B928;
	border-bottom: 1px solid #F9B928;
	border-left: 1px solid #F9B928;
	color: #993333;
}

#main2 {
	width: 898px;
	float: left;
	background: #FFFFFF url(../img/main2_top.gif) top no-repeat;
}

#main2Btm {
	height: 10px;
	background: url(../img/main2_btm.gif) bottom no-repeat;
	clear: both;
}

#sidebar-right {
	width: 180px;
	text-align: center;
	float: right;
	padding: 20px 0;
}

#content2 {
	margin-right: 200px;
	padding: 20px;
	color: #405472;
	font-size: 13px;
}

H1 { 
	color: #405472;
	font-size: 32px;
}


H1.breadcrumb { 
	font-size: 14px;
	font-weight: bold
}

H2 { 
	color: #496081;
	font-size: 28px;
}

H3 { 
	color: #496081;
	font-size: 22px;
	font-weight: normal;
	border-bottom: none;
}

H4 {
	font-size: 18px;
}

#adblock-left {
	float: left;
	margin: 0 20px 10px 0;
}