body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

h1.title {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
    padding-left: 10px;
	padding-top: 25px;
}

h1 {
	font-size: medium;
	color: Maroon;
	font-weight: bold;
}


h2 {
	font-size: small;
	color: #0000CC;
	font-weight: bold;
}
#outer {
	width: 100%;
	text-align: center;
}
#inner {
	width: 800px;
	margin:0 auto;
	border: 1px solid #708090;
	text-align: left;
}



#top {
	width: 100%;
	height: 88px;
	border-bottom: 1px solid #708090;
    background-color: #0000CC;
}
#toptitle {

}


#toplogo {
	height: 88px;
	width:  110px;
	padding: 0px 45px 0px 0px;
    text-align: right;
}

#nav {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #708090;
	padding-top: 0px;
}
#navsub {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #708090;
	background-color: #444E57;
	color: White;
	z-index: 1;
	visibility: collapse;
}
#content {
	width: 790px;
	min-height: 490px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
}

#content2 {
	width: 790px;
	min-height: 490px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
}
#content3 {
	width: 790px;
	min-height: 890px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}
.smalltext {
	font-size: x-small;
}
#bottom {
	width: 100%;
	height: 70px;
	line-height: 16px;
	font-size: 10px;
	background-color: #0000CC;
	text-align: center;
	color: White;
}
.item_left {
	float: left;
	margin-right: 10px;
}
.item_right {
	float: right;
	margin-left: 10px;
}

.centred {
  text-align: center;
}

#frontpageimage {
    width: 300px;
    height: 300px;
    margin-top: 40px; 
    float: left;
    text-align: center;
   }  
 
#chartermark {
	height: 70px;
	width:  70px;
	padding: 10px 10px 10px 10px;
    text-align: right;
}

a:link {
	font-size: small;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
a:hover {
	font-size: small;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:focus {
	font-size: small;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
.indent_10 {
    margin-left: 10px ;
 }

.indent_20 {
    margin-left: 20px ;
 }

.pagesource {
	width: 70%;
	margin: auto;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #708090;
	font-family: Times New Roman;
	font-size: medium;
    background-color: #B3FBF8;
  
}   

.pageoutput {
	width: 70%;
	margin: auto;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #708090;
    background-color: #FFFFFF;
  
}