#introBox {
	min-height: 310px;
}
a {
	color: #8CC63F;
	background-image: url(../../../../images/link-arrow-green.gif);
}
#colourBg {
	background-color: #E8E0EE;
}
#topNav {
	background-color: #8c62aa;
	border-top-color: #0F004E;
	border-bottom-color: #0F004E;
	/*background-image: url(../../../../images/nav-highlight-purple.gif);*/
}

#footerBar 
{
	/*margin-top: 15px;*/
	width: 100%;
	height:18px;
	background-image:url(../../../../images/purple.gif);
	clear: both;
	border-bottom:1px solid #000000;	
}

#endLink {
	background-color: #acd841;
	border-top-color: #669933;
	border-bottom-color: #669933;
	
	/*background-image: url(../../../../images/nav-highlight-green.gif);*/
}
#endLink a
{
	color:#333366;
	background-image: url(../../../../images/topnav-arrow-green.gif);
}
#box1, #box2, #box3, #box5 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#box4
{
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	clear: left;
}
#box1 {
	min-height: 314px;
}
#box2 {
	min-height: 74px;
}
#box3 {
	min-height: 65px;
}
#box4 {
	min-height: 74px;
}
#box5 {
	min-height: 210px;
}



.Heading1, H1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.Heading2, H2 {
	font-size: 1.9em;
	font-weight: bold;
}
.Heading3, H3 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}
.Normal {
	font-size: 1.1em;
}

.intro {
	font-size: 1.5em;
}
.percentage {
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 0.1em;
}
.rateName {
	font-size: 1em;
	padding-bottom: 0px;
}

.roundedBttm_colour {
	background-image: url(../../../../images/boxout-bttm-purple.gif);
	background-repeat: no-repeat;
	height: 12px;
	margin-bottom: 8px;
}
.roundedBttm_white {
	background-image: url(../../../../images/boxout-bttm-white-public.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 8px;
	font-size: 1px;
	line-height: 0px;
}
.white {
	background-image: url(../../../../images/boxout-white-public.gif);
	background-repeat: no-repeat;
	color: #0F004E;
	padding-top: 6px;
}
.colour {
	background-image: url(../../../../images/boxout-purple.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
}


/*********************************************** 
	Top Drop Down Menu Color Selection Styles
***********************************************/

/* All Level Styles*/
#topNav a {
}
#topNav a:hover {
}
/* Level 0 Styles */
#topNav UL UL.L0 {
}	/* level 0 "leaf" properties - not really a leaf since its the top level */
#topNav a.L0hc {
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
}  /* level 0 item with children properties. defines background color and bullet image */
#topNav a.L0nc {
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
} /* level 0 item with no children properties. defines background color*/
#topNav a.L0hc:hover {
	color: #FFFFFF;
	background: url(../../../../images/dnArwGrey.gif) right center no-repeat;
}	/* hover effect for level 0 with children */
#topNav a.L0nc:hover {
	color: #FFFFFF;
} /* hover effect for level 0 with no children */
/* Level 1 Styles */
	#topNav UL UL.L1 {
	border:1px solid black;
}
#topNav a.L1hc {
	color:#000000;
	background:#FFFFFF url(../../../../images/rtArwGrey.gif) right center no-repeat;
}
#topNav a.L1nc {
	color:#000000;
	background:#FFFFFF;
}
#topNav a.L1hc:hover {
	color:#000000;
	background-color: #BAA7D0;
	background-image: url(../../../../images/rtArwGrey.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#topNav a.L1nc:hover {
	color:#000000;
	background:#BAA7D0;
}
/* Level 2 Styles */
	#topNav UL UL.L2 {
	border:1px solid black;
}
#topNav a.L2hc {
	color:#000000;
	background:#FFFFFF url(../../../../images/rtArwGrey.gif) right center no-repeat;
}
#topNav a.L2nc {
	color:#000000;
	background:#FFFFFF;
}
#topNav a.L2hc:hover {
	color:#000000;
	background:#BAA7D0 url(../../../../images/rtArwGrey.gif) right center no-repeat;
}
#topNav a.L2nc:hover {
	color:#000000;
	background:#BAA7D0;
}

