body {
background: #FFFFFF;
}
header {
border-bottom: 2px solid #a6a6a6; /* if a dividing line is needed between header and content */
}
footer {
background: #737373;
}
section.mainContent {
background: #FFFFFF;
}
header, .headshrinker .headshrunk {
background: #ffffff; /* change background colour of header, between logo and 3 line nav */
}
header nav, .headshrinker .headshrunk a.headshrinker-reveal {
background: #86072b; /* change background colour of whole expanded nav */
}
.headshrinker .headshrunk a.headshrinker-reveal span {
background: #ffffff; /* change colour of the 3 lines */
}
header nav ul li a, .headshrinker .headshrunk .headshrinker-menu a {
background: #86072b; /* change background colour of each nav item */
color: #FFFFFF; /* change link colour */
}
header nav ul li a:hover, .headshrinker .headshrunk .headshrinker-menu a:hover, .headshrinker .headshrunk .headshrinker-menu ul li a.headshrinker-expand:hover {
background: #6c152e; /* change background colour of each nav item */
color: #FFFFFF; /* change link hover colour */
}
/* top of page button */
.go-top {
color: #000; /* change colour of up arrow */
background-color: rgba(0, 0, 0, 0.5); /* change background colour for top of page button, RGB with 50% opacity */
}
.go-top:hover {
color: #fff; /* change colour of up arrow on hover */
background-color: rgba(0, 0, 0, 0.8); /* change background colour for top of page button on hover, RGB with 80% opacity */
}



/* fro, ,ain sites css file */


#rightcol{
	width:310px;
	float:left;
	padding:  0 0 0 8px;
}

#rightcol p{
	line-height:18px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	color: black;
}

#rightcol h1{
	font-size:28px;
	padding:20 0 10px 0;
	color: black;
	font-family:"Myriad Pro", sans-serif;
}
#rightcol h2{
	font-size:16px;
	font-weight:normal;
	line-height: 120%;
	padding:0 0 10px 0;
	color: black;
}


.news{
	width:100%;
	margin: 20px 0 0 0;
	font-family:"Myriad Pro", sans-serif;
}
.news h3{
	font-size:14px;
	line-height:32px;
	background:#e4b259;
	padding:0 0 0 5px;
	margin:0 0 1px 0;
}
.news_box{
	width:100%;
	padding:0px;
	background: #dfdfdf;
	position:relative;
}
.news_box li{
	padding:10px 0 8px 5px;
	border-bottom:solid 1px #fff;
	
}
.news_box li.next{
	padding:10px 0 8px 0;
	border-bottom:solid 1px #fff;
	background: #ececec;
}
.news_box li.last{
	border:none;
}
.news_box span.number{
	font-size:42px;
	color:#de8169;
	display:block;
	float:left;
	padding:0 13px 0 0;
}
.news_box h4{
	font-size:19px;
	padding:5px 0 0 0;
}
.news_box a{
	color:#6b6b6b;
	font-size:12px;
	margin: 0 0 0 5px;
}
.news_box a:hover{
	color:#000;
}
.news_box p{
	font-size:14px;
	margin: 0 0 0 15px;
}

.news_box2{
	width:100%;
	padding:0px;
	background: #dfdfdf;
	position:relative;
}
.news_box2 li{
	padding:3px 0 8px 3px;
	border-bottom:solid 1px #fff;
	
}


.news_box2 li.next{
	padding:3px 0 8px 3px;
	border-bottom:solid 1px #fff;
	background: #ececec;
	float:left;
	width: 100%; 
}

.news_box2 li.next img {
float: left;
}


.news_box2 li.last{
	border:none;
}
.news_box2 span.number{
	font-size:42px;
	color:#de8169;
	display:block;
	float:left;
	padding:0 13px 0 0;
}
.news_box2 h4{
	font-size:19px;
	padding:5px 0 0 0;
}
.news_box2 a{
	color:#6b6b6b;
	font-size:12px;
	margin: 0 0 0 5px;
	line-height: 32px;
}
.news_box2 a:hover{
	color:#000;
}
.news_box2 p{
	font-size:14px;
	margin: 0 0 0 15px;
}