/* First of all comes the body tag */

body {
	max-width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2ECF5;
}

/* Now we have the positioned divs, defined by ID, in logical order of flow, together with their descendant HTML tags */

#Container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}

#LogoBox {
	position:absolute;
	left:2%;
	top:25px;
	z-index:-1;
}

#BannerText {
	position: relative;
	right: 2%;
	vertical-align: middle;
	margin: 25px auto auto 22%;
	padding-bottom: 0px;
	height: 60px;
	line-height: normal;
	z-index:4;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #2D5B86;
	z-index: 5;
	font-style: italic;
	margin: 0;

}

#SideNav {
	position:absolute;
	left:2%;
	top:134px;
	width:16%;
	z-index:5;
}

#SideNav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
}

#SideNav li {
	margin: 5px 0 10px 0;
	padding: 2px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

#SideNav a {
	text-decoration: none;
	color: #000000;
	display: block;
}

#SideNav a:hover, #SideNav a:active {
	background-color: #F1F5FA;
	color: #2D5B86;
}

#Main {
	position:relative;
	top: 62px;
	margin: auto 2% 25px 20%;
	padding: 2.5%;
	display: table; /* ABSOLUTELY ESSENTIAL FOR FIREFOX to display full height of the div.*/
	height: 100%; /* ABSOLUTELY ESSENTIAL FOR IE6 to display full height of the div.*/
	font-size: 95%;
	line-height: 120%;
	z-index:1;
	background-color: #92B8DA;
	border: 2px solid #000000;
}

#LeftCol, #OneCol {
	position:relative;
	float: left;
	z-index:1;
	background-color: #F1F5FA;
}

#OneCol {
	padding: 2em;
}

#LeftCol {
	padding: 1em 1% 1em 1%;
	width: 59%;
}

#RightCol {
	position: relative;
	float: right;
	width: 32%;
	margin-left: 0px;
	padding: 1em 1% 1em 1%;
	z-index:2;
	color: #003300;
	background-color: #F1F5FA;
}

#RightCol img {
	margin: 15px auto;
	margin-bottom: 10px;
}

#GuestTable {
	border-collapse: collapse;
	border-top: 3px dashed #2D5B86;
}

#GuestTable td {
	padding: 0 1em 0 0;
	vertical-align: top;
	border-bottom: 3px dashed #2D5B86;
}

#GuestTable td.ImageCol {
	padding: 1em;
	text-align: center;
	color: #003300;
	background-color: #EBDAE6;
}

/* End of the positioned divs, and start of redefined HTML tags */

h1 {
	font-size: 250%;
	color: #2D5B86;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	margin: 0 0 15px 0;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #2D5B86;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #2D5B86;
}

a {
	color: #0000CC;
	font-weight: bold;
}

a:hover, a:active {
	color: #6666FF;
}

ol {
	font-size: 85%;
	font-weight: normal;
	border-top-style: none;
}

li {
	padding-top: 2.5%;
	bottom: auto;
	color: #000066;
}

hr {
	color: #2D5B86;
	background-color: #2D5B86;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* End of the redefined HTML tags, and start of defined classes */

.emphasis {
	color: #2D5B86;
	font-weight: bolder;
	font-variant: small-caps;
}

.clearboth {
	clear: both;
}

.backtotop {
	text-align: center;
	font-style: italic;
}

.links {
	font-size: 0.75em;
}

.newsflash {
	border: 2px solid #2D5B86;
	padding: 5px 15px;
	margin: auto 20px;
}

.pastlist li {
	font-size: .8em;
	padding-top: 0;
	padding-bottom: 0;
}

#catalogue img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
}

#links img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
	border: 1px solid #000000;
}

#links h4 {
	clear: both;
}

.border {
	border: 1px solid #000000;
}

.tracklist li {
	padding-top: 0;
	padding-bottom: 0;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
}

