/*--- BODY ---*/

.body	{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	}

/*--- MAIN CONTAINER ---*/

.container	{
	position: relative;
	width: 740px;
	margin: 0 auto;
	top: 10px;
	}

/*--- SUB CONTAINER ---*/

.module	{
	position: relative;
	width: 740px;
	}
	
/*--- DIVISIONS FOR HEADER CONTENT ---*/

.headerLeft {
	position: relative;
	float: left;
	padding-bottom: 15px;
	width: 270px;
	}
.headerRight {
	position: relative;
	float: right;
	width: 450px;
	}

/*--- STYLES FOR HEADER CONTENT ---*/
	
.headerTitle { 
	font-size: 16px; 
	line-height: 30px;
	font-style: italic; 
	font-weight: bold;  
	position: relative; 
	text-align: right; 	
	}
.headerMenu {
	position: relative;
	width:430px;
	float: right; 
	text-align: right; 
	margin-bottom: 10px;
	color: #BFBFBF;
	}
.menuThis 	{
	color: #000000;
	}	
	
/*--- MAIN TEXT ---*/

.text          {
	position: relative;
	float: left;
	width: 540px;
	top: 10px; 
	margin-bottom: 10px;
	}

/*--- HORIZONTAL RULE ---*/

hr	{
	width: 740px;
	margin-top: 12px;
	margin-bottom:15px;
	}

/*--- TEXT ON RIGHT OF PAGE ---*/

.atR180 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 180px;
	}
.atR190 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 190px;
	}
.atR200 {
	position: relative;
	float: right;
	width: 200px;
	margin-right: -200px;
	}
.atR250     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 260px;
	}
.atR260     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 260px;
	}
.atR270     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 270px;
	}
.atR300 {
	position: relative;
	float: right;
	width: 300px;
	margin-right: -200px;
	}
.atR310     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 310px;
	}
.atR330 {
	position: relative;
	float: right;
	width: 330px;
	margin-right: -200px;
	}
.atR340     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 340px;
	}
.atR350     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 350px;
	}
.atR360 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 360px;
	}
.atR370 {
	position: relative;
	width: 370px;
	margin-right: -200px;
	float: right;
	}
.atR380     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 380px;
	}
.atR390 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 390px;
	}
.atR400 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 400px;
	}
.atR410 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 410px;
	}
.atR420 {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 420px;
	}
.atR470     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 470px;
	}
.atR510     {
	position: relative;
	float: right;
	margin-right: -200px;
	width: 510px;
	}

/*-- TEXT AT LEFT ---*/

.atL740 {
	position: relative;
	float: left;
	margin-left: 0px;
	width: 740px;
	}

/*--- LINKS ---*/

a 	{  
	text-decoration: none; 
	color: #000000
	}
a:visited 	{ 
	color: #808080
	}
a:hover 	{
	text-decoration: underline
	}

/*--- CONTAINERS FOR IMAGES ---*/

.atL	{
	position: relative;
	float: left;
	top:5px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
	}
.atR 	{
	position: relative;
	float: right;
	top: 5px; 
	margin-right: -200px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: right;
	display: inline;
	}
.caption 	{
	font-size: 12px; 
	font-style: normal;
	line-height:16px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	} 
.captionL 	{
	font-size: 12px; 
	font-style: normal;
	line-height:16px;
	padding-bottom: 10px;
	padding-top: 5px;
	} 

/*-- IMAGE BORDERS --*/

img 	{
	border: 2px solid;
	border-color: black;
	}
img.no 	{
	border: 0px;
	}
	
/*--- TITLE BANNER ON BLUE BACKGROUND ---*/

h1.titleBanner {  
	clear: both;
	font-size: 18px; 
	font-style: italic; 
	line-height: 30px; 
	font-weight: bold; 
	background-color: #bfd0ff;
	position: relative; 
	width: 728px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	border: 1px solid;
	}
	
/*--- SUBTITLE ON WHITE BACKGROUND ---*/

.subTitleBanner { 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	float: left; 
	position: relative; 
	width: 740px;
	line-height: 24px; 
	text-align: left; 
	top: 10px;
	padding-bottom: 15px;	
	}
.subTitleBanner2 { 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	float: left; 
	position: relative; 
	line-height: 24px; 
	text-align: left; 
	top: 10px;
	padding-bottom: 15px;	
	}	

/*--- INFO BOXES ---*/

.sideBoxL {
	position: relative;
	float: left;
	width: 250px;
	border: 1px solid;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.sideBoxR {
	position: relative;
	float: right;
	width: 250px;
	border: 1px solid;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: -200px;
	display: inline;
	}
.sideBoxCaption {
	font-size: 12px; 
	font-style: italic; 
	line-height: 18px; 
	font-weight: bold; 
	text-align: center; 
	background-color: #bfd0ff; 
	width: 100%;
	border-bottom: 1px solid;
	}
.sideBoxBody {
	font-size: 10px; 
	line-height: 14px; 
	text-align: left;
	padding: 4px;
	background-color: #E0E0E0;
	}
.sideBoxLink {
	font-size: 10px; 
	line-height: 14px; 
	text-align: left;
	padding: 4px;
	background-color: #FFFFC6;
	}
.sideBoxExt {
	font-size: 10px; 
	line-height: 14px; 
	text-align: left;
	padding: 4px;
	background-color: #FFCCFF;
	}	

/*--- NAVIGATION BOXES ---*/

.navBoxL	{
	position: relative;
	float: left;
	width: 300px;
	border: 1px solid;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.navBoxL2	{
	position: relative;
	float: left;
	width: 450px;
	border: 1px solid;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.navBoxR	{
	position: relative;
	float: right;
	width: 300px;
	border: 1px solid;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
.navBoxBody {
	text-align: left;
	width: 292px;
	padding: 4px;
	color: #BFBFBF;
	background-color: #FFFFC6;
	}
.navBoxBody2 {
	text-align: left;
	width: 442px;
	padding: 4px;
	color: #BFBFBF;
	background-color: #FFFFC6;
	}
.navGraphic {
	position: relative;
	float: left;
	width: 60px;
	left: 25px;
	top: 15px;
	}
	
/*--- FOOTER CONTAINERS AND STYLES ---*/

.footer	{
	position: relative;
	float: left;
	padding-bottom: 40px;
	width: 740px;
	}
.footerLeft {
	position: relative;
	float: left;
	width: 450px;
	}
.footerRight {
	position: relative;
	float: right;
	width: 255px;
	}
.footerMenu {
	position: relative;
	width:430px;
	text-align: left; 
	margin-bottom: 10px;
	color: #BFBFBF;
	}
.credit	{
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold;
	width: 370px;
	}
.copyright {
	font-size: 12px; 
	line-height: 16px; 
	width: 370px;
	}
/*--- COLOURS ---*/
.red 	{
	color: red;
	}