/* Colour and Fonts */

html, body{ 
 font: normal normal 9pt/14pt Verdana, sans-serif;
} 

a {
 color: #903f98;
 text-decoration: none;
}


a:hover {
 color: #ED1B24;
 text-decoration: none;
}



/* No border on images */

img {
 border: 0;
}


/* Set up content areas */

#pagewidth{ 
 width:720px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #FFF;
} 

#wrapper{ 
 clear:both;
 background: #FFF url('../images/wrapper.gif') repeat-y;
} 

.padding {
  padding:20px;
}



/* Header */

#header{
 position:relative; 
 height:380px; 
  background-color:#FFFFFF; 
 width:100%;
} 



/* Left Column Menu Font and Colours */

#leftcol .mainlevel {
 font: normal bold 10pt/18pt Comic Sans MS, Verdana, sans-serif;
}

#leftcol .sublevel {
 font: normal bold 9pt/16pt Comic Sans MS, Verdana, sans-serif;
}


#leftcol a.mainlevel, #leftcol a.sublevel {
 color: black;
}

#leftcol a.mainlevel:hover, #leftcol a.sublevel:hover {
 color: white;
}


#leftcol{
 width:200px;
 float:left; 
 position:relative; 
}



/* Pathway */

.pathway {
	font-size: 8pt;
}
#maincolset .pathway a {
	border: none;
}


/* Content Heading */

.contentheading {
 font: normal normal 12pt/18pt Comic Sans MS, Verdana, sans-serif;
 color: black;
}


.sectiontableentry1 td, .sectiontableentry2 td {
	padding-bottom: 15px;
	vertical-align: top;
}

/* Right Column Content */


#maincolset {background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:520px;
}

.back_button {
 font-size: 8pt;
}

.sitemap_link {
 float: right;
 width: 100px;
&nbsp;position: relative;
&nbsp;top: -18px;
&nbsp;font-size: 8pt;
}


/* Footer */

#footer{
 border-top: 5px solid #fee701;
 background-color:#FFFFFF;
 clear:both;
 text-align:center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


