body {
	background:#002947;
	color:#20366A;

	/* I think this stuff is as part of the sliding doors but it might be for general text sizing */
	font-size:x-small;
	line-height:1.5;
	font-family: arial, "lucida console", sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;}

/* *************** */
/* high level divs */

/* required for shift-tab in IE6: makes the active styles show*/
a:active, a:focus {
	color:#20366A;
	background-color:#FFFFB9;
}

/* ensures consistency across browsers */
* {
	margin:0;
	padding:0;
}

#wrapper {
	width:752px;
	/* this centres the content */
	margin-left:auto;
	margin-right:auto;
}
	
#header {
	
	/* fixes to make div resize */
	height:198px;
	width: 752px;
	overflow:hidden;
	position:relative;
}

#submenu {
	background:#D3DDE6;
	overflow:hidden;
		border-bottom:1px solid #002947;
}

#container {
/* this div holdes the main content and the right hand extras */
	clear:both;
	background:#E7F0FA;
	overflow:hidden;
	width: 752px;
	height:100%;
}

#main_content {
	float:left;
	padding:3px;
	width:546px;
}

#main_content p {
	margin:5px 0 10px 0;
	text-align:justify;
}

#right_column {
	width:186px;
	margin:4px 0 0 560px;
}

#footer {
	clear:both;
	background: #C2D2DC;
	border-top:1px solid #002947;
	overflow:hidden;
}

/* *************** */
/* styles for banner */
/* display:block stops Firefox showing a bullet */
.skiplink {
	display: block;
	position: absolute;
	padding:0.1em 0.5em 0.1em 0.5em;
}

/* Opera is flaky. 9.62 seems to work, 9,2 (Vista) does not */
.skiplink {
	z-index: 2;
	top:5em;
	position: absolute;
	left: -20em;
}

.skiplink:active,
.skiplink:focus {
	position: absolute;
	left: 0.5em;
	top:0.5em;
	color:#20366A;
	background-color:#FFFFB9;
}

#main_title {
	color:white;
	width: 752px;
	height: 198px;
	position:relative;
	left:0;
}

#main_title span {
	background: url(../images/banner.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
}

/* styles for main tabs */
#menu {
	position:absolute;
	bottom:0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
	list-style-type: none;
}

#menu li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#menu a {
	white-space:nowrap;
	float: left;
	background: url(../images/tab_left.gif) no-repeat left top;
	padding-right: 0px;
	padding-left: 29px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: #E7F0FA 1px solid;
	text-decoration: none;
	font-size:120%;
	line-height:120%;
}

#menu a span {
	min-height:14px;
	display: block;
	padding-right: 15px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 5px;
	font-weight: bold;
	background: url(../images/tab_right.gif) no-repeat right top;
	float: left;
	color:white;
}

#menu a span {
	float: none;
	background-color:#20366A;
}

#menu a:hover {
	background-position: 0% -300px;
}

#menu a:focus,
#menu a:active,
#menu #current a:focus,
#menu #current a:active  {
	background-position: 0% -450px;
	color:#1A2E5B;
}

#menu a:hover span {
	background-position: 100% -300px;
	background-color: #274281;
	color: #FFFF99;
}	

#menu a:active span,
#menu a:focus span,
#menu #current a:active span,
#header #current a:focus span {
	background-position: 100% -450px;
	color:#1A2E5B;
	background-color:#FFFFB9;
}	

#menu #current a {
	border-top-width: 0px;
	background-position: 0px -150px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

#menu #current a span {
	background-position: 100% -150px;
	padding-bottom: 3px; color:#1A2E5B;
	background-color: #F1F8FA;
}

/* styles for submenu */

#submenu ul {
	margin-top:0.6em;
	margin-left:20px;
	list-style-type:none;
	overflow:hidden;
}

#submenu li {
	display:inline;
}

#submenu a {
	float:left;
	color:#002947;
	font-weight:bold;
	padding:0em 1em 0.1em 1em;
	text-decoration:none;
	border-top: 1px solid #D3DDE6;
	border-left: 1px solid #D3DDE6;
	border-right: 1px solid #D3DDE6;
}

#submenu #selected a {
	background-color: #5D8EAF;
	color:white;
	border-top: 1px solid #5D8EAF;
	border-left: 1px solid #5D8EAF;
	border-right: 1px solid #5D8EAF;
}

#submenu a:active, 
#submenu a:focus
{
	color:#002947;
	background-color:#D3DDE6;
	border-top: 1px solid #002947;
	border-left: 1px solid #002947;
	border-right: 1px solid #002947;
}

#submenu #selected a:focus,
#submenu #selected a:active
{
	background-color: #5D8EAF;
	color:white;
	border-top: 1px solid #002947;
	border-left: 1px solid #002947;
	border-right: 1px solid #002947;
}

#submenu a:hover 
 {
	background-color:#C2D2DC;
	color: #002947;
	border-top: 1px solid #C2D2DC;
	border-left: 1px solid #C2D2DC;
	border-right: 1px solid #C2D2DC;
}

/* styles for content */

#content a:active, #content a:focus {
	background-color:#FFFFB9;
	color:#20366A;
}

#content a:link {
	color:#20366A;
}

#content a img {
	padding:2px;
}

#content a:focus img,
#content a:active img {
	border-style:dashed;
	background-color:#FFFFB9;
}

#content .imageleft {
	float:left;
	margin: 3px;
}

#content .clearleft {
	clear:left;
}

#content .imageright {
	float:right;
	margin: 3px;
}

#content .caption {
	font-weight:bold;
	text-align:center;
}

#content .clearright {
	clear:right;
}

/* styles for right column */
#right_column p {
	padding:0;
	margin:0;
}

#search {
	position:relative;
}

#search button {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0 0 0px 0;
	width:24px;
	height:20px;
}

#search input {
	width:150px;
}

#login {
	margin-top:10px;
	background-color:#C2D2DC;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom: 1px solid #002947;
	border-right: 1px solid #002947;
	padding:4px;
}

.input_login {
	width:170px;
}

.checkbox_login {
	margin:0 2px 0 0;
}

#login button {
	margin:2px 0 0 4px;
	padding:0 0 4px 0;
	width:60px;
	height:24px;
}

#donations {
	margin-top:20px;
	background-color:#C2D2DC;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom: 1px solid #002947;
	border-right: 1px solid #002947;
	padding:8px 4px 12px 4px;
}

#donations p {
	line-height:1;
	font-size:100%;
	padding:5px;
}

#donate_button
{
  	display: block;
	width: 105px;
  	height: 32px;
  	background: url("../images/donate_button.gif") no-repeat 0 0;
  	font-size:150%;
	font-style:italic;
	font-weight:bold;
	color:#660000;
	text-decoration:none;
	border:2px solid transparent;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#donate_button:active,
#donate_button:focus
{ 
	border: 2px dashed #002947;
}

#donate_button:hover
{ 
  background-position: 0 -38px;
  color:#FFFB94;
  border:2px solid transparent;
}

/* generally handy styles */

.clearboth {
	clear:both;
}

.imagecenter {
	margin-left:auto;
	margin-right:auto;
}

.centertext {
	text-align:center;
}

.boldtext {
	font-weight:bold;
}

.imagelink img {
	border:2px solid #002947;
	margin:2px;
	padding:2px;
	overflow:hidden;
}

.imagelink:focus img,
.imagelink:active img {
	background-color:#FFFFB9;
	border-style:dashed;
}

/* styles for footer */

.contact {
	font-style:normal;
	padding:0 0.5em 0em 0.5em;
}

.contact a:link,
.contact a:visited,
.contact a:hover {
	color:#20366A;
}

.contact a:active, .contact a:focus {
	color:#20366A;
	background-color:#FFFFB9;
}

.copyright {
	padding-left:2em;
}

.footertext {
	margin:0.5em 2em 0 0;
}

.footerlink {
	float:right;
	padding:0;
	margin:3px 3px 0 0em;
}

.footerlink img {
	border:2px solid transparent;
	margin:0;
	padding:0;
}

.footerlink a:focus img,
.footerlink a:active img {
	background-color:#FFFFB9;
	border: 2px dashed #002947;
}
	

