@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	font:90% 'Trebuchet MS', Helvetica, sans-serif;
	color:#000;
	height:100%;
	background-color: #036;
}

.clear {
	clear:both;
}

form {
	margin:0;
	padding:0;
}

img {
	border:none;
}

table {
	margin:0.6em 0;
}

/* Colours and appearance */

h1, h2, h3, h1 a, h2 a {
	color:#003366;
}

a {
	color:#09F;
	text-decoration:none;
}

a:hover {
	color:#09F;
	border-bottom:dotted 1px #39F;
}

.redbold {
color:#900;
font-weight:bold;
}

/* Typography */

p {
	line-height:1.6em;
	padding: 0.3em 0 0.3em;
}

h1 {
	padding: 0 0 0.5em;
	line-height:1.6em;
	font-size: 1.4em;
}

h2 {
	padding: 1em 0 0.5em;
	font-size: 1.1em;
	line-height:1.5em;
}

#rightcol ul {
	padding-top:.6em;
	list-style: none;
}

div#rightcol ul li {
	background: url(/images/framework/bullet.gif) no-repeat left 0.60em;
	padding: .2em 0 .2em 1em;
	line-height:1.6em;	
	display:inline-block;
}
body div#rightcol ul li, body div#leftcol ul li {
	display: list-item;
}

/* Form elements */

input.txt, input.captcha, textarea {
	font:1em/1.6em 'Trebuchet MS', Helvetica, sans-serif;
	width:250px;
	background-color:#EEE;
	border:1px solid #CCC;
	border-left:none;
	border-right:none;
	padding:0px 4px 4px;
	margin:0;
}

input.captcha {
	font:1.5em/1.6em 'Trebuchet MS', Helvetica, sans-serif;
	width:80px;
}

/* Layout General */

#pagewrap {
	position: relative;
	background: #FFF;
	width: 100%;
	z-index: 0;
	border-top: 10px solid #003366;
}

#container {
	background: #FFF url(/images/framework/containerbg1.gif) repeat-y;
	position: relative;
	width: 960px;
	z-index:1;
	margin: 0 auto -80px; 
}

#header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:218px;
}
#banner {
	width:550px;
	height:240px;
	margin-bottom:25px;
	overflow:hidden;
}

/* images and captions */

.image {
padding:10px;
margin:1em 0 1em 1em;
background-color:#EEE;
border:1px solid #DDD; 
-moz-border-radius: 5px;
-khtml-border-radius: 5px;	
-webkit-border-radius: 5px;
border-radius: 5px; 
}

.floatright {
float: right;
}

.floatleft {
float: left;
}

.floatcentre {
text-align:center;
clear: both;
}

p.caption {
color:#666;
font-size:.85em;
text-align:center;
line-height:1em;
margin:0.6em 0 0;
}

/* LEFT column layout */

#leftcol {
	float:left;
	margin-left:70px;
	padding-top:30px;
	width:240px;
	display:inline; /* horrible IE6 bug fix */
}

/* Sidemenu */

#sidemenu {
	width:240px;
	margin-top:30px;
	position:relative;
}
#sidemenu h1 {
	margin: 0;
	padding: 4px 0;
	font-size:14px;
	font-weight:normal;
}
#sidemenu h1 a {
	display:block;
	width:220px; /* IE6 Fix */
	height:26px;
	border-bottom:none;
	padding:4px 0 0;
	padding-left:20px;	
	color:#FFF;
	background: url(/images/framework/buttonoff.gif) no-repeat top left;
}

#sidemenu h1 a:hover, #sidemenu h1.active a {
	background: url(/images/framework/buttonon.gif) no-repeat top left;
}

#sidemenu ul {
	list-style:none;
	margin:0 0 5px;
}

#sidemenu ul li {
	background:none;
}

#sidemenu ul li a {
	color:#036;
	font-weight:bold;
	display:block;
	width:220px; /* IE6 Fix */
	border-bottom:none;
	padding:2px 0;
	padding-left:20px;
}

#sidemenu ul li a:hover, #sidemenu ul li.active a {
	color: #690;
}

/* RIGHT column layout */

#rightcol {
	position:relative;
	float:left;
	width:550px;
	margin-left:60px;
	padding:30px 0 30px;
}

#rightcol img.center {
	display:block;
	margin:20px auto;
}

#rightcol img.right {
	float:right;
	margin:20px 0 20px 20px;
}

#rightcol img.left {
	float:left;
	margin:20px 20px 20px 0;
}

#rightcol table {
	border:none;
}

#rightcol table td {
	padding:4px;
	border:1px solid #DDD;
	background-color:#EEE;
}

#rightcol table td.header {
	background-color:#666;
}

#rightcol table td p.header {
	color:#FFF;
	font-weight:bold;
}

#rightcol table.forms {
	border:none;
}

#rightcol table.forms td {
	padding:5px;
	border:none;
	background:none;
}

#rotator {
	margin-bottom:2em;
}
/* page bottom layout */

#overlap {
	position:relative;
	height:80px;
	background: #036;
	z-index:0;
}

#footerwrap {
	width:880px;
	margin:20px auto;
	color: #6699CC;
	font-size:.8em;
	text-align:right;
}
