.soulBlue { background-color: #0152a3 }
.soulGreenBg { color: #6dad4f }
.soulGreenText { color : #6dad4 } 
.soulCharCoal { color : #13171a }
.soulWatermarkBg { color: #d8e0cb }

th {
	text-align: left;
	padding-right: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #0152a3;
}

a:link, a:visited, a:active a:hover {
	color: #0152a3;
	font-weight: bold;
}

//This ensures the hover colour highlight is bigger than the text
.menu-left {
	padding: 3px;
}

.footnote a:link, .footnote a:visited, .footnote a:active, .footnote a:hover {
	color : #13171a;
}

div.body {
	border-top: thick solid #6daa4f;
	border-left: thick solid #6daa4f;
	width: 100%;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
}
.main-body {
	width: 100%;
}
.main-content {
	background-color: #64a6b8; 
	padding: 2cm;
	color : #13171a;
}
temp {
	background-color: #6dad4f; 
}
.banner {
	width: 100%;
}
.frame-column {
	background-image: url('images/soul-watermark.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 1cm 0cm 2cm 1cm;
	vertical-align: top;
	width: 15%;
}

.frame-right-column {
	background-image: url('images/soul-watermark.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0cm 0cm 2cm 0cm;
	vertical-align: top;
	width: 15%;

}
.footnote {
	font-size: 75%;
}

a img { border-width: 0 }

.menu-left ul {
	padding-left: 0px;
}
.menu-left li a {
	text-decoration: none;
}
.menu-left li a:hover {
	text-decoration: none;
	color: #6666FF;
}
.menu-left li {
	list-style-image: url(images/bullet.png);
	height: 1.5em;
}
.menu-left li:hover {
	list-style-image: url(images/bullet-h.png);
}

