/* -------------- Essential Styling --------------- */
body {
	padding: 0px;
	margin: 0px;
	background-color: #3a5d73;
	color: #3d3d3d;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 72.8%;
	line-height: 1.4em;
	}
	
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: .5em 0;
	text-align: left;
	}

tr {
	font-size: 1.0em;
	}

td {
	font-size: 1.0em;
	}
	
img {
	margin: 0px;
	padding: 0px;
	}

/* BEGIN Heading Styling */
.heading {
	font-weight: bold;
	font-size: 1.3em;
	color: #669900;
	}
.heading2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #669900;
	}
.heading3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #669900;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #669900;
	text-align: left;
	margin: .3em 0em 0em 0em;
	padding: 0px;
	}
h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	letter-spacing: -.02em;
	}
h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	letter-spacing: -.02em;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: .0em;
	}
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: .0em;
	}
h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: .0em;
	}
h6 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: .0em;
	}
/* END Heading Styling */
	
/* List Styling */
ul {
	margin: 0px 0px 10px 30px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	list-style-type: square; 
	}
li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
div#mainmenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 31px;
	background: url('../images/menubar_backer.gif') repeat-x;
	color: #fff;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.0em;
	}
div#mainmenu_items {
	margin: 0px;
	padding: 8px 0px 0px;
	}
div.leftmenu {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.0em;
	}
div.leftmenu ul {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	}
div.leftmenu li {
	background: url('../images/arr_menu.jpg') no-repeat 5px 10px;
	padding: 5px 10px 5px 15px;
	border-top: 1px solid #46718b;
	border-bottom: 1px solid #2e495b;
	list-style: none;
	}

/* Default Link Colours */
a:link, a:visited, a:active{
	color: #669900;
	text-decoration: underline;
	}

a:hover, a.hidden {
	color: #339900; 
	text-decoration: underline;
	}
	
/* White Links */
a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
	}
a.white:hover,a.white:active {
	color: #fff;
	text-decoration: underline;
	}

/* Side Status Bar Links */
a.status:link, a.status:visited, a.status:active{
	color: #fff;
	text-decoration: none;
	}
a.status:hover, a.status.hidden {
	color: #9cc2dd; 
	text-decoration: underline;
	}

/* -------------- Further Text Styling --------------- */
.menustyle {
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
.menustylewhite {
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
.promoareas{
	color: #3a5d73;
	font-size: 1.0em;
	}

.menu:hover {
	text-decoration: underline;
	color: #A9ff00
	}

.blue {
	color: #9cc2dd;
	}
.green {
	color: #669900;
	}
.dark {
	color: #000;
	}
.white {
	color: #fff;
	}
	
/* -------------- Layout Div Styling --------------- */
.form {
	width: 206px;
	height: 20px;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #33556b;
	color: #fff;
	margin: 0px;
	padding: 0px
	}

.textarea {
	width: 200px;
	height: 143px;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #33556b;
	color: #fff;
	overflow: auto;
	margin: 0px;
	padding: 0px
	}
	
div.leftsidemenu {
	color: #fff;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 0px;
	padding: 6px;
	}
	
div#footer_wrapper {
	margin: 0px;
	padding: 0px 10px;
	}
	
div.Link_Apply {
	margin: 10px;
	padding: 8px;
	width: 150px;
	float: right;
	background: #669900;
	color: #fff;
	}
div.Link_Apply a:link, div.Link_Apply a:visited {
	color: #fff;
	text-decoration: none;
	}
div.Link_Apply a:hover, div.Link_Apply a:active {
	color: #fff;
	text-decoration: underline;
	}
/* Table Styling */
table.leftsidemenu {
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	}
table.leftsidemenu th {
	margin: 0px;
	padding: 0px;
	}
table.leftsidemenu td {
	margin: 0px;
	padding: 6px;
	}
	
table.contentarea {
	margin: 0px;
	padding: 8px;
	background-color: #fff;
	}
table.contentarea2, table.contentarea2 tr, table.contentarea2 td {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: left;
	}
table.data {
	margin: 10px;
	padding: 0px;
	background-color: #fff;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: left;
	border: 1px solid #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
	}
table.data th {
	border: 1px solid #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
	background: url('../global/table-top.gif') repeat-x;
	color: #ffffff;
	text-align: center;
	}
table.data td {
	border: 1px solid #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
	}
/* Question Box Styling */
.input {
	padding: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	border: 1px solid #2e495b;
	background: #ffffff url('../images/textfield_backer.gif') repeat-x;
	width: 90px;
	}
.textarea {
	padding: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	border: 1px solid #2e495b;
	background: #ffffff url('../images/textfield_backer.gif') repeat-x;
	width: 137px;
	height: 50px;
	}
	