@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(../images/bg.gif);
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;	
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	color: #660000;
	background: url(../images/bullet_h2.gif) no-repeat 0px 4px;
	padding: 0px 5px 5px 12px;
	border-bottom: 1px solid #660000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
}

h3.red {
	color: #660000;
}

img {
	border: none medium;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ff9900;
}

a:hover {
	text-decoration: none;
	color: #660000;
}

/* news start */
#news-cont {
	clear: both;
	float: left;
	width: 960px;
	height: 45px;
}

.news-left {
	float: left;
	width: 205px;
	height: 45px;
	background: url(../images/bbc_left.gif) no-repeat;
}

.news-bg {
	float: left;
	width: 740px;
	height: 45px;
	background: url(../images/bbc_bg.gif) repeat-x;
}

.news-right {
	float: right;
	width: 15px;
	height: 45px;
	background: url(../images/bbc_right.gif) no-repeat;
}

.news-txt {
	float: left;
	padding: 0 5px;
	line-height: 45px;
	color: #FFFFFF;
}

.news-txt a:link, .news-txt a:visited, .news-txt a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.news-txt a:hover {
	text-decoration: none;
	color: #ffff33;
}
.news-date {
	float: right;
	padding: 0px 5px 0px 10px;
	line-height: 45px;
	color: #FFFFFF;
	background: url(../images/bcc_line.gif) no-repeat; 
}
/* news end */

/* submenu start */
#submenu {
	clear: both;
	float: left;
	width: 960px;
	height: 25px;
}

.submenu-left {
	float: left;
	width: 15px;
	height: 25px;
	background: url(../images/submenu_left.gif) no-repeat;
}

.submenu-bg {
	float: left;
	width: 930px;
	height: 25px;
	background: url(../images/submenu_bg.gif) repeat-x;
}

.submenu-right {
	float: left;
	width: 15px;
	height: 25px;
	background: url(../images/submenu_right.gif) no-repeat;
}

.submenu-list {
	clear: both;
	padding: 0;
	margin: 0;
	width: 930px;
	height: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: right;
}

.submenu-list a:link, .submenu-list a:visited, .submenu-list a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.submenu-list a:hover {
	text-decoration: none;
	color: #ffff33;
}

.submenu-selected {
	text-decoration: none;
	color: #ffff33;
}
/* submenu end */

/* header start */
#hdr {
	clear: both;
	float: left;
	width: 960px;
	height: 145px;
}
/* header end */

/* menu start */
#menu {
	clear: both;
	float: left;
	width: 960px;
	height: 35px;
}

.menu-left {
	float: left;
	width: 15px;
	height: 35px;
	background: url(../images/menu_left.gif) no-repeat;
}

.menu-bg {
	float: left;
	width: 930px;
	height: 35px;
	background: url(../images/menu_bg.gif) repeat-x;
}

.menu-right {
	float: left;
	width: 15px;
	height: 35px;
	background: url(../images/menu_right.gif) no-repeat;
}

.menu-list {
	clear: both;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu-list li {
	display: inline;
	background: url(../images/bullet_tabs.gif) no-repeat 0px 3px;
	padding:0px 26px 0px 38px; 
}

.menu-list a:link, .menu-list a:visited, .menu-list a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu-list a:hover {
	text-decoration: none;
	color: #ffff33;

}

.menu-space {
	padding:0px 5px;
	margin: 0;
}

.menu-selected {
	text-decoration: underline;
	color: #ffff33;
}
/* menu end */

/* page start */
#page {
	clear: both;
	float: left;
	width: 960px; 
	height: 15px;
}

.page-top {
	float: left;
	width: 960px; 
	height: 15px;
}

.page-topleft {
	float: left;
	width: 15px;
	height: 15px;
	background:url(../images/page_topleft.gif) no-repeat; 
}

.page-topbg {
	float: left;
	width: 930px;
	height: 15px;
	background:url(../images/page_topbg.gif) repeat-x; 
}

.page-topright {
	float: left;
	width: 15px;
	height: 15px;
	background:url(../images/page_topright.gif) no-repeat; 
}

.page-middle {
	clear: both;
	float: left;
	width: 960px;
	height: auto;
	background: url(../images/page_bg.gif) repeat-y;
}

.page-btm {
	float: left;
	width: 960px; 
	height: 65px;
}

.page-btmleft {
	float: left;
	width: 15px;
	height: 65px;
	background:url(../images/page_btmleft.gif) no-repeat; 
}

.page-btmbg {
	float: left;
	width: 930px;
	height: 65px;
	background:url(../images/page_btmbg.gif) repeat-x; 
}

.page-btmright {
	float: left;
	width: 15px;
	height: 65px;
	background:url(../images/page_btmright.gif) no-repeat; 
}

.page-spacer {
	clear: both;
	font-size: 1px;
	height: 10px;
}
/* page end */

/* footer start */
.ftr {
	clear: both;
	float: left;
	width: 930px;
	height: 55px;
	padding-top: 10px;
	line-height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.ftr-copyright {
	float: left;
	padding-right: 30px;
}

.ftr-tabs {
	float: left;
}

.ftr-tabs a:link, .ftr-tabs a:visited, .ftr-tabs a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.ftr-tabs a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.ftr-greenlight {
	float: right;
}
/* footer end */
