/* GLOBAL */
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
/* Link Style */

a {
	text-decoration: underline;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	}

a:visited {
	color:#990000;
	}
	
#footer a {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

#footer a:visited {
	color:#333333;
	}
	
.qlCurrent, .qlCurrent a, .qlCurrent a:link, .qlCurrent a:hover, .qlCurrent a:active, .qlCurrent a:visited {
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}		

/* Paragraph Stlyes */	
	
p {
	margin: 0;
	padding: 0;
	color: #333333;
	}
	
.leftContent p, .leftContent h1 {
	margin-left: 25px;
	}
	
#leftColumn p, #rightColumn p {
	margin-bottom: 10px;
	}

li p {
	margin-left: 0 !important;
	}

/* List Styles */

li {
	color: #333333 !important;
	}

.leftContent ul, .leftContent ol {
	margin-left: 38px;
	}
	
.leftContent ul ul {
	margin-left: 15px;
	}	

.leftContent ul li {
	list-style-type: none;
	margin-bottom: 10px;
	}
	
.rightContent ul {
	margin-left: 25px;
	}
	
.rightContent ul ul {
	margin-left: 15px;
	}	

.rightContent ul li {
	list-style-type: none;
	margin-bottom: 10px;
	}
	
.rightContent ol {
	margin-left: 25px;
	list-style-type: decimal-leading-zero;
	}

.rightContent li {
	margin-bottom: 10px;
	}			

.rightContentYellow li {
	list-style-type: none;
	font-weight: bold;
	}

.rightContentYellow li a {
	font-weight: normal;
	}

.quickLinks li {
	line-height: 16px;
	color: #333333;
	}

.tightUl {
	margin-left: 38px !important;
	margin-bottom: 10px !important;
	color: #333333;
	}

.tightUl li {
	margin-bottom: 5px !important;
	list-style-type: disc !important;
	}

.tightsubUl {
	margin-left: 38px !important;
	margin-bottom: 10px !important;
	color: #333333;
	}

.tightsubUl li {
	margin-bottom: 5px !important;
	list-style-type: circle !important;
	}


.charOl {
	margin-bottom: 20px !important;
	color: #333333;
	}

.charOl li {
	margin-bottom: 5px !important;
	margin-left: 15px;
	list-style-type: lower-alpha !important;
}

.numOl {
	margin-left: 38px !important;
	margin-bottom: 10px !important;
	color: #333333;
	}

.numOl li {
	margin-bottom: 5px !important;
	margin-left: 25px;
	list-style-type: decimal-leading-zero;
	}		

.padLi li {
	margin-bottom: 10px;
	}

.newsOL {
	margin-left: 38px !important;
	margin-bottom: 10px !important;
	color: #333333;
	}

.newsOL li {
	margin-bottom: 20px !important;
	margin-left: 20px;
	list-style-type: decimal-leading-zero;
	}	

/* Heading Styles */

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #0B5847;
}

h1 {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 0px 0 10px 0;
	margin: 0 0px 0 0px;
	height: 14px;
}

.leftContent h1 {
	background: url(../images/h1_edge.jpg) left -1px no-repeat;
	padding-left: 25px;
	margin-left: 0px;
	}

.subHead {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0;
	margin: 0 0px 0 0px;
	color: #0B5847;
}

.testH1 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	}

/* Generic Classes */

.floatLeft {
	float: left;
	margin-right: 8px;
	}
	
.floatRight {
	float: right;
	margin-left: 5px;
	}

.tableOuter {
	margin-left: 25px;
	}
	
.bold {
	font-weight: bold;
	}
	
.indentRight {
	padding-left: 10px;
	}
	
.padTop {
	margin-top: 10px;
	}		

.pullup {
	margin-bottom: 0px !important;
	}
	
.pullLeft {
	margin-left: 0px !important;
	}	
	
/* Colours */

.green {
	color: #518f71 !important;
	}
	
.darkgreen {
	color: #016e55 !important;
}
	
.lightGrey {
	color: #999999 !important;
	}
.red {
	color: #CC0000 !important;
	}
.smallText {
	font-size: 9px;
	}	