html, body {
	margin: 0;
	padding:0;
}

body {
	background-color: #edac1c;
	background-image: url(../../images/_gui/page_bkg.gif);
	background-attachment: scroll;
	background-position: center 0;
	text-align: center;
}

body, td {
	font: 76% "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #000;
}

a,a:link,a:visited,a:active {
	font-size: 0.9em;
	color: #105cb6;
	text-decoration:none;
}

div#wraper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	
}

div#header {
	width: 970px;
	height: 102px;
	background-image: url(../../images/_gui/header_bkg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	
}

div#content {
	background-color: #fff;
	clear: both;
	overflow: auto;
}

div#footer {
	width: 970px;
	height: 170px;
	background-image: url(../../images/_gui/footer_bkg.gif);
	background-repeat: no-repeat;
	padding-top: 55px
}

div .contenBreak {
	clear: both;
}

/**********************************************************************/
/*                       tab container style                          */
/**********************************************************************/
#tabContainer {
	
	background-image: url(../../images/_gui/tab_container_bkg.gif);
	background-repeat: no-repeat;
	width: 970px;
	bottom: 0px;
}


#tabContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 52px;
}

#tabContainer li{
	display: inline;
	background-image: url(../../images/_gui/tab_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 52px;
	float: left;
}


.spansection,a.spansection,a.spansection:link,a.spansection:visited,a.spansection:hover,a.spansection:link  {
	background-image: url(../../images/_gui/tab_center.gif);
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	height: 52px;
	line-height: 40px;
	margin-left: 7px;
	margin-right: 7px;
	cursor: pointer;
	float: left;
}

#tabContainer a span {
	height: 52px;
	line-height: 40px;
	background-image: url(../../images/_gui/tab_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 22px 0 12px;
	float: left;
	white-space: nowrap;
}

#tabContainer li.selected{
	display: inline;
	background-image: url(../../images/_gui/tab_left_select.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 52px;
	float: left;
}

#tabContainer .selected a:link, #tabContainer .selected a:visited, #tabContainer .selected a:hover, #tabContainer .selected a:active {
	background-image: url(../../images/_gui/tab_center_select.gif);
	background-position: center;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	height: 52px;
	line-height: 40px;
	margin-left: 7px;
	margin-right: 7px;
	cursor: pointer;
	float: left;
}

#tabContainer .selected a span {
	height: 52px;
	line-height: 40px;
	background-image: url(../../images/_gui/tab_right_select.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 22px 0 12px;
	float: left;
}

div#main_content {
	width:930px;
	margin-left:20px;	
}

td.leftColumn {
	width: 200px;
	padding: 0 0;
	background-color:#fff;
	
}

td.rightColumn {
	width: 685px;
	padding: 0 0;
	background-color:#fff;
}

/**********************************************************************/
/*                      footer container style                        */
/**********************************************************************/
div#footer .leftContainer {
	width: 270px;
	float: left;
	text-align: left;
	margin-left: 20px;
}

div#footer .rightContainer {
	width: 610px;
	float: right;
	text-align: left;
	margin-right: 20px;
}

.leftContainer .date, .leftContainer .copyright {
	font-size: 0.9em;
	color: #fff;
} 

.leftContainer ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

.leftContainer a:link, .leftContainer a:visited, .leftContainer a:hover, .leftContainer a:active {
	background-image: url(../../images/_gui/ico_green.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #afc2d8;
	text-decoration:none;
	line-height: 22px;
}

.rightContainer {
	font-size: 0.9em;
}

.rightContainer .poweredby {
	color: #fff;
}

.poweredby a:link, .poweredby a:visited, .poweredby a:hover, .poweredby a:active {
	color: #fff;
	text-decoration:none;
}

.rightContainer ul {
	margin: 0;
	list-style-type: none;
}

ul.horizontalLinks {
	margin: 0;
	padding: 0;
}

ul.verticalLinks {
	margin: 5px 0;
	padding: 0;
}

ul.horizontalLinks li {
	display: inline;
	margin-right: 25px;
}

.horizontalLinks a:link, .horizontalLinks a:visited, .horizontalLinks a:hover, .horizontalLinks a:active { 
	color: #fff;
	text-decoration:none;
}

.horizontalLinks .selected a:link, .horizontalLinks .selected a:visited, .horizontalLinks .selected a:hover, .horizontalLinks .selected a:active { 
	background-image: url(../../images/_gui/ico_green_arrow_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}

.verticalLinks a:link, .verticalLinks a:visited, .verticalLinks a:hover, .verticalLinks a:active {
	color: #afc2d8;
	text-decoration:none;
	line-height: 18px;
}

/**********************************************************************/
/*                     content container style                        */
/**********************************************************************/
.contentHead {
	margin: 0 16px;
}

.navigateLinksContainer {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	
	float: left;
	text-align: left;
}

.navigateLinksContainer a:link, .navigateLinksContainer a:visited, .navigateLinksContainer a:hover, .navigateLinksContainer a:active { 
	color: #325883;
	font-size: 0.9em;
	text-decoration: none;
}

.contentHead h2 A, .contentHead h2 A:link, .contentHead h2 A:visited, .contentHead h2 A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #c24a02;
	text-decoration:none;
	line-height: 40px;
}

.contentHead h2 {
	width:100%;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding-left: 10px;
	margin: 5px 0;
	clear:both;
}

.serchContainer {
	line-height: 25px;
	height: 30px;
	vertical-align: middle;
	overflow: hidden;
	width: 430px;
	float:right;
	text-align: left;
}

.serchtext  {
	line-height: 18px;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.searchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #c8c8c8;
	border: solid 1px #bdc1c7;
	height: 18px;
	
	width: 300px;
	padding: 2px 5px;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

/*css*/
table.regionMainTable {
	width:685px;
}

table.regionIndexTable {
	width:200px;
	
}

