/* First of all comes the body tag */

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

/* 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:5px;
	height:150px;
	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;
	color: #FFCE4A;
	text-align: center;
}

#TopNav {
	position: absolute;
	left: 0px;
	top: 75px; 
	margin-top: 0px;
	width: 100%;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	z-index: 5;

}

#SideNav {
	position:absolute;
	left:2%;
	top:175px;
	width:15%;
	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 15px 0;
	padding: 2px;
	background-color: #FFF2B9;
	border: 3px solid #FFCD42;;
}

#SideNav a {
	text-decoration: none;
}

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

#Main {
	position:relative;
	top: 62px;
	margin: auto 2% 65px 20%;
	padding: 2em 2.5% 2em 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: #FFF2B9;
	border: 3px solid #FFCD42;;
}


#LeftCol {
	position:relative;
	float: left;
	width: 59%;
	padding: 1em 1% 1em 1%;
	z-index:1;
	background-color: #FFFAE1;
}

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

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

#OneCol {
	position:relative;
	float: left;
	padding: 1em 1% 1em 1%;
	z-index:1;
	background-color: #FFFAE1;
}

#GuestTable {
	border-collapse: collapse;
	border-top: 3px dashed #82487E;
}

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

#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-family: "Lucida Calligraphy", cursive, Roman, serif;
	font-size: 250%;
	margin: 20px 2em auto 5%;
	color: #82487E;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
}

h3 {
	font-family: "Lucida Calligraphy", cursive, Roman, serif;
	font-size: 125%;
	color: #82487E;
}

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: #AD6BAA;
	background-color: #AD6BAA;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

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

.emphasis {
	color: #82487E;
	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 #82487E;
	padding: 5px 15px;
	margin: auto 20px;
}

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