/*
 * Borders
 */
.outerBorder  { background-color: transparent; border: 1px #333333; width: 100%; height: 100% }
.outerBorder1 { background-color: transparent; border: solid 1px #333333; width: 100%; height: 100% }
.whiteBorderBottom {
	background-color: transparent; 
	border-bottom: 1px solid #FFFFFF;
}

/*
 * Main Headings
 */
.heading1   { color: #ffffff; font-weight: bold; font-size: 80%; line-height: 25px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent; padding-left: 15px }

.heading2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-weight : bold;
	color : #003366;
	line-height : 25px;
}

.heading3  { color: #066; font-weight: bold; font-size: 70%; line-height: 25px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent }

.bodytext1  { color: #000000; font-weight: normal; font-size: 70%; line-height: 150%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent }

.bodytext2   { color: white; font-weight: normal; font-size: 70%; line-height: 150%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent }

.introtext1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #000000;
	line-height : 140%;
}

.introtext2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #FFFFFF;
	line-height : 140%;
}

.quotesign {
	font-size:300%;
	float:left;
	margin: 0 5px 0 10px;
	color : #eee;
}

.quote {
	display:block;
	width:120px;
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 90%;
	font-style:italic;
	text-align:left;
	color : #eee;
	line-height : 140%;	}
	
	
.style2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
	line-height : 140%;
	background-color: transparent;
}

.small { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ccc;
	font-size : 60%;
}

a.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ccc;
	font-size : 60%;
	text-decoration:none;
}
/*
 * Navigation
 */
.mainnav_off {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #FFFFFF;
	padding-left: 15px;
}

a.mainnav:visited, a.mainnav:link, a.mainnav:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #003366;
	text-decoration : none;
	padding-left: 15px;
}

a.mainnav:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
	padding-left: 15px;
}

.subnav1_off {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #FFFFFF;
	padding-left: 15px;
	line-height : 180%;
}

a.subnav1:visited, a.subnav1:link, a.subnav1:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #003366;
	text-decoration : none;
	padding-left: 15px;
	line-height : 180%;
}

a.subnav1:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
	padding-left: 15px;
	line-height : 180%;
}
a.activecs:visited, a.activecs:link, a.activecs:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : normal;
	color : #CCCCCC;
	line-height : 150%;
	text-decoration : underline;
}

a.activecs:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : normal;
	color : #FFFFFF;
	line-height : 150%;
	text-decoration : underline;
}

/*
 * Background Colours
 */
.white_bg_color {
	background-color : #FFFFFF;
}

.strapline_bg_color {
	background-color : #FFFFFF;
}

.mainmenu_bg_color {
	background-color : #6699CC;
}

.maintitle_bg_color  { background-color: #333 }

.lhs_bg_color  { background-color: #399 }

.rhs_bg_color    { background-color: #066 }
.topleftheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	line-height: 25px;

}
h1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-weight : bold;
	color : #003366;
	line-height : 25px;
}

h2 {
		background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-weight : bold;
	color : #003366;
	line-height : 25px;
}
