@charset "utf-8";
.topbg {
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 277px;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a70037;
	height:35px;
}


.newsCont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d33c00;
	text-decoration:none;
}
.ular {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
}


.newsCont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.7em;

}
.newsCont a:hover {
	text-decoration:underline;
}

.newsCont hr {
	color: #e66c00;
	background-color:#e66c00;

}

.titlebg {
	background-image: url(../images/titile_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.mainbg {
	background: transparent url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.mainbgright {
	background-image: url(../images/mainbgright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textbg {
	background-image: url(../images/textbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFC000;
}

/*Sample CSS used for the Virtual Pagination. Modify/ remove as desired*/

.virtualpage{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
/*display: none;*/
}

.paginationstyle{ /*Style for  pagination divs*/
width: 600px;
text-align: right;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for pagination divs' select menu*/
	border-right:#870000 1px solid;
	margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 9px;
	text-decoration: none;
	border-right:#870000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #870000;
}

.paginationstyle a:hover{
color: #000;
}
.paginationstyle a.selected{
font-weight:bold;
text-decoration:none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
text-decoration:none;
}
.paginationstyle a.next{ /*Style for pagination divs' select menu*/
border-right:#FF0000 0px solid;
}




.paging {
padding: 2px;
margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
height:20px;
text-align:right;
}

.paging ul{
margin: 0;
padding: 0 20px;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.paging a, .paging a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 1px 8px;
border-right:1px solid #870000;
text-decoration: none; 
color: #870000;
}

.paging a:hover, .paging a:active{
text-decoration:underline;
}

.currentpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px 9px 1px 9px;
	margin-right:3px;
	border-right:1px solid #870000;
	color: #000000;
	font-weight:bold;
}

* html .paging li.currentpage, * html .paging li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}


.footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
	}
