body
{
	margin:5px;
	padding:0;
	color:#000;
	background-color:#000000;
	font-family:verdana, arial, sans-serif;
}
#container
{
	margin:0px auto;
	width:95%;
	max-width:955px;
	min-width:765px;
	background-color:white;
	border:2px solid white;
	background-image:url(images/sidebar-bg.gif);
	background-repeat:repeat-y;
}
p{
	font-size:12px;
	color:#000000;
	line-height:1.5;
/*
	text-align:justify;
*/
	
}
p.small {
	font-size:11px;
	color:#333333;
	line-height:1.2;
	margin: 5px 0px;
}
td {
	font-size:12px;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
h1 {
	color:#25345d;
	font-size:14px;
}
h2 {
	color:#3f599e;
	font-size:12px;
}
h3 {
	margin-top:25px;
	margin-bottom:-5px;
	color:#918773;
	font-size:11px;
	font-weight:bold;
	clear:both;
}
h4 {
	color:#d4d0c8;
	font-size:11px;
	font-weight:bold;
}

a {
	text-decoration:underline;
	color:#25345d;
	font-size:12px;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
	color:#dd6b4f;
	font-size:12px;
	font-weight:normal;
}
ul {
	font-size:12px;
	color:#000000;
	line-height:1.4;
}
hr {
	clear: both;
	visibility: hidden;
}
/******************************************************
	header
******************************************************/
#banner{
	height:102px;
	background:#444444 url(images/home-header.gif) no-repeat; background-position:right;
}

#banner #optimiser {
	display:none;
}

#banner #banner_logo {
	background: url(images/logo.gif) no-repeat;
	background-position:left;
}

#backLink {
	width:100%;
	height:102px;
	margin:0px;
}


/******************************************************
	topnav
******************************************************/
#topnav {
	width:100%;
	height:20px;
	border-top:2px solid #5A5A5A;

}
#midbox {
	height:20px;
	background-color:#666666;
	padding:0px 0px 0px 260px;
}
#midbox ul {
	padding:0px;
	margin:0px;
	white-space:nowrap;
}
#midbox li {
	padding:1%;
}
#midbox ul li {
	display:inline;
	color:#ffffff;
}
#midbox a {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
#a_down {
	color:#d24a28;
	font-size:11px;
	font-weight:bold;
}
#midbox a:hover {
	color:#dd6b4f;
}
/******************************************************
	left column
******************************************************/
#leftcol {
float:left;
width:250px;
padding: 0px;
vertical-align:top;
}

/******************************************************
	main column
******************************************************/	
#main{
	color:#333333;
}
/******************************************************
	content
******************************************************/
#content {
margin: 0px 0px 0px 260px;
padding: 10px;
vertical-align: top;
}
#content p{
line-height:1.4;
}
#content h1 {
font-size:14px;
color:#115561;
margin-top: 10px;
}
#content h2 {
font-size:12px;
color:#394A62;
margin-top: 15px;
margin-bottom: 10px;
border-bottom: 1px solid #394a62;
}
#content h4 {
font-size:12px;
color:#333333;
margin-top:10px;
}
.instruction {
font-size:12px;
color:#666666;
font-style:italic;
}
/******************************************************
	footer
******************************************************/	
#footer {
	background:#000000;
	height:20px;
	clear:both;
	font-size:10px;
}
#footer_left {
	float:left;
	padding: 5px;
	color: #999999;
}
#footer_right {
	float:right;
	padding: 5px;
	color: #999999;
}
#footer_right a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
/******************************************************
	contact page
******************************************************/




/******************************************************
	other
******************************************************/	
.floatright {
	float:right;
	padding:0px 0px 10px 20px;
}
.thumbnail {
	float: left;
	width: 215px;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.instruction {
	color:#666666;
	font-style:italic;
}
table#indlinks {
	width:95%;
}
#indlinks td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
}
#indlinks td p{
	margin-top:0px;
}
.download {
	height:30px;
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 30px 0px 20px;
	clear:both;

}
.download a, .download a:hover{
	font-weight:bold;
	font-size:11px;
}
