/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SecureScot Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #150D82;}
a:visited {color: #150D82;}
a:hover {color: black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	background: white url(images/background_body.gif) repeat-x top right;
	color: #000000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	background: transparent url(images/background_h2.gif) repeat-x top right;
	font-size: 20px;
	padding: 6px 13px 8px 13px;
	font-weight: normal;
	margin: 0px;
	color: white;
	}

h2 {
	background-color: #150C81;
	font-size: 14px;
	margin: 0px;
	padding: 7px;
	color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SecureScot Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #150D82;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.testimonial {
	padding: 10px;
	margin: 0px 0px 2px 0px;
	color: white;
	background-color: #231BA5;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #D6DCEE;
	}
		
	.formattedTable .colourRow {
		background-color: #EFF2F8;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SecureScot Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	border: 5px solid white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	height: 65px;
	padding: 12px 0px 0px 29px;
	background: black url(images/background_toparea.jpg) no-repeat top left;
	border-bottom: 2px solid white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 172px;
	border: 1px solid #D6DCEE;
	background: white url(images/background_menuarea.jpg) no-repeat 1px bottom;
	padding: 2px 0px 0px 0px;
	}
	
	#menuArea a {color: black; font-weight: bold; display: block; text-decoration: none; padding: 8px 0px 8px 29px; margin: 0px 1px 0px 1px; background: transparent url(images/background_menuitem.gif) no-repeat bottom center;}
	#menuArea a:visited {color: black;}
	#menuArea a:hover {color: #150D82; background-color: #F0F3FA; background: transparent url(images/background_menuitem_over.gif) no-repeat bottom center;}
	#menuArea a .raquo {position: relative; top: -2px;}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 402px;
	margin: 0px 2px 0px 2px;
	}
	
	#contentArea .contentHolder {
		padding: 15px;
		margin: 1px 0px 0px 0px;
		background: transparent url(images/background_contentholder.gif) repeat-x left top;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#rightArea {
	float: left;
	width: 180px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	height: 40px;
	font-size: 10px;
	padding: 22px 10px 0px 10px;
	color: #BAC1D5;
	background: transparent url(images/background_footerarea.gif) repeat-x left top;
	}
	
	#footerArea a {float: right; color: #BAC1D5; text-decoration: none;}
	#footerArea a:visited {color: #BAC1D5;}
	#footerArea a:hover {color: #BAC1D5; text-decoration: underline;}