

#backgroundcolour{
	 background: #cccccc;
	
}
	
a{
    color: #8e2f89;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #000;
}

h2{
	font: 24px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

h3{
	font: 18px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-left: 42px;
	padding-bottom: 5px;
}

h4{
	font: 18px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

body{	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    background: #FFFFFF url(../images/menu_a.gif);
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;	
}

.read{
	text-align: right;
	padding-right: 50px;
}

.read a{
	font-weight: bold;
	color: #cc6e15;
}

.read a:hover{
	color: #ffffff;
}

#wrap{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*
	header
*/

#header_bg {
 
height: 150px;
background: #8e2f89; /* Old browsers */
IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMmY4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #8e2f89 0%, #ffffff 38%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e2f89), color-stop(38%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #8e2f89 0%,#ffffff 38%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #8e2f89 0%,#ffffff 38%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #8e2f89 0%,#ffffff 38%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #8e2f89 0%,#ffffff 38%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e2f89', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

 }

#default {
width: 1022px;
margin-left: auto;
margin-right: auto;

	}

/*
	header  finish
*/
/*
	menu
*/

img {
	border-width: 0px;	
}

#navigation {
	background: #8e2f89 url("../images/bg-nav.gif") repeat-x;
	border: 1px solid #000;
	border-width: 1px 0;
	font-size: 1.1em;
   padding-top: .6em;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

#navigation ul {
	padding: 3px 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: .75em;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {	
	color: #fff;
	padding: 5px 0;
	text-decoration: none;
}

#navigation ul li a span {
	padding: 5px 1em;
}

#navigation ul li a:hover span {
	color: #ccc;
	text-decoration: underline;
}

/*logo*/

#logo{
	width: 1032px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 200px;	

}
/*logo end*/
/*
	content
*/

#content_left{
	float: left;
	width:180px;
	margin-top: 40px;
	padding-right: -10px;
	padding-left: -10px;
}


#imgleftbar {
	float: left;
    padding: 0px;
    border: none;
	line-height: 0px;
	margin-top: 20px;
	position: fixed;
	left: 0;
}



#content_middle{
	float:left;
	width: 600px;
   height: auto;
   margin-top: 0px;
  
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	padding-bottom: 50px;
}

#content_middle img {
	padding: 3px;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}


#img_center {
    display: block;
    
}

#content_right{
	float: right;
	width: 140px;
	margin-left: 10px;
position: relative;
margin-top: -40px;
	
}

.border{
	background: url(../images/border.gif) repeat-x bottom;
	height: 25px;
	margin-bottom: 15px;
}


/*
	footer_top
*/

.col {
	width: 205px;
	border-top-width: 1px;
	border-top-style2: solid;
	border-top-color: #555555;
	margin-left: 25px;
	float: left;
	padding-top: 12px;
	margin-top: 25px;
	display: inline;
}

  

#footwrapper {

margin-left: auto;
margin-right: auto;
width: 600px;
padding: 0px;
}  

#footer-main-copyright {
	padding: 20px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}

#pageFooterWrapper, #pageBodyWrapper { 
clear: both; 
}


 #pageFooter { 
 font-size: 12pt; 
 margin-top: 28px; 
 padding-top: 8px; 
 
 }
 
 #pageFooter{
    font-size: 12px; 
    line-height: 1em; 
    color: #cccccc;
    }
 
 #pageFooterWrapper { 
 width: 100% !important; 
 background: #222222; 
 }

 #pageFooter { 
 width: 944px; 
 margin: 0 auto 0 auto; 
 height: 205px; 
 padding-top: 30px; 

 }

 #pageFooter ul { 
 list-type: none; 
 padding: 0; 
 margin: 0; 
 }

 

/*
Header scroll
*/

