/* global styles */

body   
{ 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	text-decoration: none;
}

a:link {
    color: #246B6B;
    text-decoration: none;
    border-bottom: #246B6B;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

a:visited {
    color: #095050;
    text-decoration: none;
    border-bottom: #095050;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

/* styles for the masthead */

#header { 
 	font-family: Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 1em;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	display: block;
	background-color: #000000;
	color: #ffffff;
	border-bottom: 10px solid #339999;
}

#header form {
	margin: 5px -15px 5px 0;
	padding: 5px 0 0 0; 
	top: 0%;
	left: 100%;
	text-align: right;
	float: right;
  }

#header h1 {
	text-align: right;
	float: right;
	clear: right;
	font-size: 2em;
	margin: 5px 10px 0px 0px;
	padding: 5px 10px 0px 10px;
	width: 70%;
	}

#header p {
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: right;
	}

#header img { 
	float: left;
	border-style: none;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#header a:link { 
color: white;
text-decoration: none;
border-width: 0;
}

#header a:visited { color:white;
text-decoration:none;
border-width:0;
}

/* styles for the sidebars */
#leftcolumn { 
float: left;
width: 20%;
font-size: 0.9em;
border: 1px solid rgb(200,200,200);
}

#leftcolumn p { padding:5px; 
}

#leftcolumn h1 { margin:0;
padding:2px;
background-color:rgb(200,200,200);
text-align:center;
font-size: 0.9em;
}

#leftcolumn h2 { margin:0;
padding:2px;
background-color:rgb(220,220,220);
text-align:center;
font-size: 0.9em;
}

#leftcolumn ul { list-style-type:square;
padding-left:15px;
margin-top:5px;
margin-bottom:5px;
}

#leftcolumn ul a:link { text-decoration:none;
color:black;
border-width:0;
}

#leftcolumn ul a:visited { text-decoration:none;
color:black;
border-width:0;
}

#leftcolumn ul a:hover { text-decoration:none;
color:rgb(0,0,200);
background-color:rgb(200,200,200);
}

/* styles for the centre */

#centre { 
padding:5px;
margin-left: 22%;
margin-right: 22%;
}

#centre h1 {
/*line-height:48pt;*/
line-height:normal;
color:rgb(51, 153, 153);
font-size: 2em;
margin:0;
margin-bottom:1em;
}

#centre h2 { color:#246B6B;
margin-bottom:0;
font-size: 1.7em;
}

#centre h3 { margin-bottom:0;
font-size: 1.3em;
}

#centre hr { clear:both; }

#centre li { margin-left:10px; }

#centre img { 
	border-style: none;
	padding: 10px 10px 10px 10px;
}


#rightcolumn { 
width: 20%;
float: right;
font-size: 0.9em;
border: 1px solid rgb(200,200,200);
}

#rightcolumn p { padding:5px; 
}

#rightcolumn h1 { margin:0;
padding:2px;
background-color:rgb(200,200,200);
text-align:center;
font-size: 0.9em;
}

#rightcolumn h2 { margin:0;
padding:2px;
background-color:rgb(220,220,220);
text-align:center;
font-size: 0.9em;
}

#rightcolumn ul { list-style-type:square;
padding-left:15px;
margin-top:5px;
margin-bottom:5px;
}

#rightcolumn ul a:link { text-decoration:none;
color:black;
border-width:0;
}

#rightcolumn ul a:visited { text-decoration:none;
color:black;
border-width:0;
}

#rightcolumn ul a:hover { text-decoration:none;
color:rgb(0,0,200);
background-color:rgb(200,200,200);
}

/* styles for the footer */
#footer { 
float: left;
width: 98%;
margin: 5px 10px 5px 10px;
padding: 3px 3px 3px 3px;
font-size: 0.7em;
text-align: right;
border-top: 2px solid #339999;
}
