

body {
	font-family: Arial, sans-serif;
	background-color: #A2E2FF;
	color: #000066;
}

h1 {
	
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	color: #000066;
	
}


h2 {
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000066;
	
}


fieldset {
	border: solid 1px #666666;
	width: 80%;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #000066;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #FFFFFF;
	background: #000066;
	font-weight: bold;
	border: 2px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	width: 100%;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	border-top: solid 2px #000066;
	text-align: right;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0002BD;
}

a:visited {
	color: #0002BD;
}

a:active {
	color: #0002BD;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: Blue;
	text-decoration: underline;
}

.entry {
	width: 80%;
	border-bottom: solid 2px #000066;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 119px;
	padding-top: 4px;
	clear: both;
	text-align: right;
}

.navigation {
	float: left;
}

.entryCount {
	width: 80%;
	text-align: left;
	padding-bottom: 4px;
}

#mainMenu {
	
	height: 500px;
	width: 100px;
	left: 5px;
	top: 20px;
	background-image: url(http://www.oska.org.uk/pictures/kayaking.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainMenu h1 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#mainMenu h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#mainMenu ul {
	left: -30px;
	position: relative;
	top: -10px;
}
#mainMenu ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 0.9em;
	line-height: 1.2em;
}

