﻿a:link { color: #2d00e3; text-decoration: underline; }

a:hover {
	color: #070604;
	text-decoration: none;
	background-color: #ffff67;
}

body {
	color: #171772;
	background-color: #f8f8f8;
	margin: 2px;
	padding: 5px;
	font-family: Times, "Times New Roman", serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
}

h1 {
	font-size: 2.5em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #171772;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h2 {
	font-size: .9em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #D1D1DF;
	color: #171772;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	background-color: #990033;
	color: #ffffcc;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #cc6600;
	margin-bottom: -1.5em;
	font-variant: small-caps;
}

h5 {
	font-size: 1.5em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #990033;
	font-weight: normal;
}

h6 {
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #990033;
	margin-top: 1.5em;
	margin-bottom: -0.5em;
}

p, td, th {
	font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.diarytable {
	border: 1px #f8f8f8 solid;
	border-collapse: separate;
	position: relative;
	top: 0.2em;
	width: 98%;
}

.diarytable caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #fffd8b;
	color: #660000;
	border: 1px #789AC6 solid;
	padding: 0em;
	font-weight: bold;
}

.diarytable td {
	border: 1px #0b0b0c solid;
	padding: 4px;
	background-color: #FFFFFF;
}

.diarytable th {
	border: 1px solid #828282;
	background-color: #D1D1DF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

/*start of horizontal nav*/
#butnav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .85em;
	text-align: center;
	clear: both;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	border-top: 4px #000000 double;
	border-bottom: 4px #000000 double;
	padding: 0px 0px 4px 0px;
	background-color: #ffffcc;
}

#butnav a:link, #butnav a:visited {
	margin-right: 2px;
	padding: 2px 4px 2px 4px;
	color: #ffffff;
	background-color: #660000;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px #717171 solid;
}

#butnav a:hover {
	margin-right: 2px;
	padding: 2px 4px 2px 4px;
	color: #660000;
	background-color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#butnav li { display: inline; }

#butnav ul {
	list-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content {
	margin: 0 0.5em 1.5em 0.5em;
	padding-left: 0em;
}

#content hr {
	border: none;
	background-color: transparent;
	color: #160b00;
	height: 1px;
	width: 80%;
	margin-top: 2em;
	text-align: center;
}

#content p {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.1em;
	margin-bottom: -1.2em;
}

#content ul { border-bottom: none; margin-bottom: -1em; }

#header {
	padding: 0px;
	margin: 2px 0 0 0px;
	background-color: #ffffcc;
}

#header .left {
	float: left;
	width: 70%;
	color: #ffffcc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 2em;
	background-image: url('../styles/zlandscape.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 45px 0px 9px 5px;
}

#header .right {
	float: right;
	color: #171772;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-top: 45px;
	line-height: 1.4em;font-weight: bold;}
.centre {
	text-align: center;
}



