

BODY {

	 color: rgb(0,0,0);
	/*background : #EFEFFF;*/
		background:rgb(255, 255, 234);
	border : thin solid #003366;

	
}



A:link {
	color : Blue;
}

A:visited {
	color : #BA00B8;
	text-decoration : none;
}

A:active, a:hover, a:focus {
	color : Red;
	background : #FFFFFF;
}

A.offsite {
	color : #004F4F;
}

.centre {
	text-align : center;
}

H1, H2, H3, H4 {
	
	color : #003366;

margin-left:1em;
	margin-right:1em;

}

H2 {
	border : thin solid #000000;
	
	
}
/*
H1{
	font-family: "Lucida Calligraphy", "Mercurius Script MT Bold", "Vladimir Script",cursive ;
}
*/
CITE {
	
	background : #DDDDFF;
	
}

EM {
	
	background : #DDDDFF;
}

STRONG {
	color : #000000;

	background : #DDDDFF;
}

.noshow {
	display:none;
}

.content{
 float :  left;
 margin : 0 0 .3em 0;
 width: 78%;
}

#navigation {

 float : right;
 width :  20%;
 padding :  0.3em;
 
border : thin solid black;
 background : #003366;
 color :  rgb(255, 255, 234);
margin:2px 0 4px 0;

}

#navigation a{
    background : transparent;
	color :  #FFFFFF;
	text-decoration: none;
	
	 }	
	 
	 #navigation a:visited {
    background :transparent;
	color :  white;
	font-weight: normal;
/*	text-decoration :  none;
	font-weight :  bold;*/
	 }
	


 
 .information {
	background :  White;
	border : thin solid #003366;

	padding :  5px;
	float :  none;
	clear :  both;
	
}

#banner{
	background: #003366;
	color: #FDFDEA;
	text-align : center;
	height:90px;
	margin: 0 0 6px 0;


}

#banner img {

	margin: 3px auto;
	padding: 3px 0px;
	
}
