/* CSS Document */
body{
	margin:0 auto;
	background-color:#eaeaea;
	font-family: "Lucida sans Unicode", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#414141;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode",sans;
	font-weight: normal;
}
h1 {
	color: #CC0000;
	border-bottom: silver 1px solid;
	margin: 2px 0 8px 0
}
h2 {
	font-size:22px;
	border-bottom: silver 1px solid;
	margin: 2px 0 8px 0
}

#center_widgets {
	margin: 0 35px
}
#center_widgets .textwidget {
	margin: 8px 0;
	clear: both
}
#center_widgets .updates {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #888888;
	color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 3px;
	background: url(images/bg_grad_news.png) center no-repeat;
}
.boxes {	
	float: left;
}
.boxes div {
	background: url(images/rounded_box.jpg) center center no-repeat;
	height: 103px;
}

.textb{
	font-weight:bold;
}
.rcolor{
	color:red;
}

/* menu style */
.thicktabs{
	margin: 4px 0;
	padding: 0;
	float: right;
	font-size: 14px;
	font-family: "Lucida sans Unicode", Arial, sans;
	font-weight: normal
}

.thicktabs li{
	display: inline;
	padding: 4px 10px;
	margin: 0 4px
}

.thicktabs li a{
	color: black;
	text-decoration: none;
}

.thicktabs li a#leftmostitem{}

.thicktabs li a#rightmostitem{
	background-position: top left;
}

.thicktabs li a:visited{
	color: black;
}

.thicktabs li a:hover,
.thicktabs li.currentPage a{
	color: #FFFFFF;
	/*border-bottom: #CC0000 2px solid;*/
	padding: 2px 0
}
.thicktabs li:hover,
.thicktabs li.currentPage {
	background-color:#CC0000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}.thicktabs li:hover a,
.thicktabs li.currentPage a {
	color: #FFFFFF
}
.thicktabs li a.sub_page_link,
.thicktabs li.currentPage a.sub_page_link {
	font-size: 13px
}
.thicktabs li a.sub_page_link:hover,
.thicktabs li.currentPage a.sub_page_link{
	color: #CC0000;
	border-bottom: #000000 1px dotted
}
.sub_page_list {
	float: left
}
#updates div {
	position: absolute;
	margin-top: -7px;
	display: none
}
#updates div.first {
	display: block
}
#updates div a {
	color: #FFFFFF
}
<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<!--[endif]-->

/* End menu style */
a,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0000
}
.top_nav_bar {
	clear: both;
	float:right;
	margin: 0px;
	padding: 0px
}
.top_nav_bar li {
	float: left;
	list-style: none;
	padding: 4px 0px;/* 4px 10px*/
	margin: 0px 6px;
	-moz-border-radius: 3px
}
.top_nav_bar li:hover,
.top_nav_bar li.current_page_parent,
.top_nav_bar li.current_page_item {
	background-color: #CC0000
}
.top_nav_bar li a {
	text-decoration: none;
	color: #000000;
	padding: 4px 10px
}
.top_nav_bar li:hover a,
.top_nav_bar li.current_page_parent a,
.top_nav_bar li.current_page_item a {
	color: #FFFFFF
}
.top_nav_bar li:hover a {
	color: #FFFFFF
}
.top_nav_bar li ul {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 2px 0 0 0px;/* 2px 0 0 -10px*/
}
.top_nav_bar li:hover ul {
	display: block;
	background-color: #CC0000
}
.top_nav_bar li ul li {
	margin: 0px;
	padding: 4px 0px;/* 4px 8px*/
	float: none;
	text-align: left;
	border-top: #AA0000 1px solid;
	cursor: pointer
}
.top_nav_bar li ul li a {
	border-bottom: #CC0000 1px dotted
}
.top_nav_bar li ul li:hover a {
	border-bottom: white 1px dotted
}
.top_nav_bar li ul li:hover {
	background-color: #DD0000
}
.categories {
	padding: 0px
}
.categories li {
	list-style: none;
	padding: 2px 4px
}
.categories li a {
	text-decoration: none;
	color: #000000
}
.categories li a:hover,
.categories li.current_page_item a {
	color: #CC0000
}
.categories li.current_page_item a
a,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0000
}
h1 {
	font-size: 18px
}
h2 {
	font-size: 18px
}
.left_menu {
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	width: 230px
}
.left_menu li {
	list-style: none;
	padding: 4px
}
.left_menu a {
	color: #000000;
	text-decoration: none;
}
.left_menu a:hover {
	color: #CC0000;
}
.left_menu li ul {
	padding-left: 0px;
}
.left_menu li ul li {
	list-style-image:url(images/dash.jpg);
	list-style-position:inside;
	/*list-style: circle inside;*/
	padding: 2px 0;
	font-size: 12px
}
.left_menu li ul .current_page_item a {
	color: #CC0000;
}
h2 a {
	color: #CC0000
}