
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 765px;
	margin: 0 auto;
	text-align: left;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 8px 0 10px;
	background-color: #e6ebff;
	border: 1px solid #000000;
	width: 198px;
	padding: 2px 1px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 0px 0;
	width: 560px;
	background-color: #faf9f5;/*themecolour3;*/
	border: 1px solid #000000;/*themecolour1;*/
	color: #333333;/*themecolour3%0;*/
}

/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;/*themecolour4;*/
}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #2B3D8F;/*themecolour1;*/
	
}
a:visited {
	color: #2B3D8F;/*themecolour1$ 30.1%,43.1%;*/
	
}
a:link:hover {
	color: #e27901;/*themecolour2;*/
	
}
.rightText {
	font-size: 12px;
	left: 80%;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.rightcoldiv h3 {
	margin: 0 10 5;
	background-color: #6273bf;/*themecolour1$ 30.1%, 43.1%;*/
	font-size: 90%;
	padding: 1px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e27901;/*themecolour2;*/
	color: #FFFFFF;
}
ol {
	font-size: 12px;
	left: 80%;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul {
	font-size: 12px;
	list-style-image:    url("/images/Bullet.gif");
	list-style-type: circle;
	margin-left: 20px;
	margin-right: 0px;
}
.rightColHeader {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.style9 {font-size: 12px; left: 80%; padding-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px; font-weight: bold; }
