/******************/
/*Main Navigation Bar CSS*/
.navMenuMain {
	/*margin-left:0;*/
	margin: 0 0 0 0;
	
	padding-left:0;
	list-style-type:none;
	background:#FFFFFF;
	float:left;
	width:100%;
	border-top: #860038 2px solid;
	border-bottom: #860038 1px solid;

}

.navMenuMain li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;		
}

.navMenuMain a {
	display:block;
	float:left;
	padding: 0.2em 1em;
	font-size:0.8em;
	font-weight:bold;
	color:#9f9f92;	
	text-decoration:none;	

}

.navMenuMain a:hover {
	text-decoration:underline;
}
/*END OF Section*/

/******************/
/*START OF Section*/

.navMiniTopRightDiv{
	float:right;  
	text-align:right;
}

/*Top Right Mini Navigation Bar */
.navMiniTopRight {
/*	display:block; */
	padding-left:0px;
	list-style-type:none;
	background:#FFFFFF;
/*	float:right;*/
	width:100%;
	margin: 0 0 0 auto;
/*	margin-right:0px;
	margin-left:auto;*/
	border-top: #860038 1px solid;
}

.navMiniTopRight li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;		
}

.navMiniTopRight a {
	display:block;
	float:left;
	padding: 0.2em 1em;
	font-size:0.6em;
	font-weight:bold;
	color:#9f9f92;	
	text-decoration:none;	

}

.navMenuMain a:hover {
	text-decoration:underline;
}
/*END OF Section*/



/*********************************/
/*Footer  Text Left */
.FooterTextLeft {
	float:left;  
	font:Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	color:#9f9f92; 
	margin:0 0 0 0;	
}

.FooterTextLeft ul {
	list-style:none;
    margin:0 0 0 0;
	padding:0.2em 0 0 0;
	color:#9f9f92;	
	font-family:Arial, Helvetica, sans-serif;		
}

.FooterTextLeft li {
	font-size:0.6em; 
	font-weight:bold;
    margin:0;
	padding: 0 0.1em;
	line-height:1.5em; 
	/*letter-spacing:0.05em; */
}


/*END OF Section*/
/******************/


/*********************************/
/*Footer Right logos */

.FooterRight {
	float:right; 
	margin:0 0 0 0;
}

.FooterRight img {
	margin:.4em 0em .3em 0;
	padding:0;
	border:0;
}

/*END OF Section*/
/******************/

/*********************************/
/* Main Centre Section  */
.MainLogo {
	float:left; margin:0 ;
	padding:0;
	border:0; border-style:none;
	
}
.MainLogo img {
	border-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
/*END OF Section*/
/******************/



/*********************************/
/* Main Centre Section  */
.MainCentreSection  {
	clear:both; margin:0px; height:/*auto*/26em; width:880px; background:#FFFFFF;
}

/*END OF Section*/
/******************/


/*********************************/
/* Main Text Section  (within Main centre section)*/
.MainTextSection  {
	float:left;
	margin:0;
	width:590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-top: 0;
	padding-right: 0.3em;
	padding-bottom: 0;
	padding-left: 0.3em;
}


.MainTextSection  h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.8em;
	color:#c42266;
	margin: 0.6em 0;
}

.MainTextSection  p {
	font-weight:normal;
	text-align:justify;
	color:#000000;
}

.MainTextSection  h2 {
	font-weight:bold;
	font-size:1.4em;
	color:#a6a698;
}

.MainTextSection  li {
	color:#000;
}

.MainTextSection a {
	text-decoration:underline;
	color:#c42266;
}

.MainTextSection a:hover {
	text-decoration:underline;
	color:#eb458b;
}


/*END OF Section*/
/******************/



/*********************************/
/* Right Hand section (within Main centre section)*/
/*General section onrght */
.RightHandSection {
	float:right; 
	background:url(./../images/bg_rightdiv.gif) 	repeat-y; 
	margin-left:0; 
	height:100%; width:256px;
}

/*Image holder for right hand images*/
.RightHandImageHolder{
	margin:5px 0 0 10px;
}


/*Section for text info boxes in the right on general pages (home page different style) */
.RightHandInfoBox {
	width:246px; 
	font:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	/*background-color:#ecece8; */
	background-color:transparent;
	color:#000000; 
	margin:0px 0 0 10px;
}

.RightHandInfoBox h1 {
	background:url(./../images/cell_bg.gif) repeat-x; 
	background-color:transparent;
	font:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#FFFFFF; 
	font-size:100%; 
	height:1.9em; 
	text-align:left; 
	text-transform:uppercase; 
	/*border-top: 2px solid #FFFFFF; */
/*	border-bottom: 100px none #FFFFFF; */
	padding: 0.6em 0.8em 0 0.8em;
	margin: 0 0 1px 0px; 
}

.RightHandInfoBox p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0.1em 0em;
	background-color:#dddddd;
	padding: 0.6em;
	text-align: justify;
}

/*END OF Section*/
/******************/



.navBarMain {
	border-top-width: 10px;
	border-top-color: #860038;
	border-right-color: #FFFFFF;
	border-bottom-color: #860038;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0;
	margin: 0 0 0 0;
				
}


.navBarFontMain, .navBarFontMain a:link , .navBarFontMain a:active, .navBarFontMain a:visited
{
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#9f9f92;	
	text-decoration:none;
	
}
.navBarFontMain a:hover {
	text-decoration:underline;
}


/*The list item section of the nav menu - List is called navMenuList */
#navMenuList li {
	display: inline;
	list-style-type: none;
	padding-right: 2.8em;
	font:Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:0px;	
}

/*Background colour in each page */
.mainPageDefaults {
	margin:10px 0px; padding:0px;
	text-align:center;
/*	background-color:#860038;	*/
	background-color:#5e0128;	
	 
}

.mainContent {
	width:880px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
	border: #FFFFFF 10px solid;

}

.bottomMainBar {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style-type:none;
	background:#FFFFFF;
	height:3em;
	width:880px;
	border-top: #860038 1px solid;
	border-bottom: #860038 2px solid;
}


/*********************************/
/*Footer Credits section */

.footerCredits {
	color:#9c2557; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.6em; 
	font-weight:bold; 
	text-align:right; 
	margin:0em auto;
	padding:0; 	border:0;
	width:880px;
}

.footerCredits a, .footerCredits a.hover {
	color:#9c2557; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none;

}
/*END OF Footer Credits section */
/******************/
