BODY {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;	
	text-align: center;
	background: url('images/background.gif') center repeat-y;
}
IMG {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
H1, H2 {
	color: #039afd;
	font-size: 22px;
	margin: 0em;
	margin-left: 0.2em;
	margin-right: 0.5em;
	padding: 2px;
	text-align: left;
}
P {
	margin-top: 0em;	
	margin-left: 1.2em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: left;
}
/*
#roundedCornersTop {
	display: block;
	width: 800px;
	height: 16px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/corner_top.gif) repeat-x;
}
#roundedCornersBottom {
	display: block;
	width: 800px;
	height: 16px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/corner_bottom.gif) repeat-x;
}
*/
#page {
	display: block;
	width: 750px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
#header {
	display: block;
	clear: both;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
	margin-bottom: 1em;
	color: #FFFFFF;
	background: #6a3e00;
	border: 1px solid #000000;
	background: url('images/title_background.gif');
}
#footer {
	display: block;
	clear: both;
	text-align: center;
	height: 2em;
	padding: 0px;
	margin-top: 10px;
	color: #000000;
	background: #6a3e00;
	border: 1px solid #000000;
	background: url('images/title_background.gif');
}
#copyrightNotice {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
}

/* --------------------------------- */
/* The following menu code draws partially from an article at http://www.alistapart.com */
#menu {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.7em;
	/* IE \*/
	* margin-top: -1em;
	/* End */
	margin-bottom: 5px;
	font-size: 22px;
	z-index: 100;
}
#menu a {
	display: inline;
	color: #FFFFFF;
	background: #039afd;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	border: 1px solid #000000;
	white-space: nowrap;
	z-index: 100;
}
#menu a.selected {
	display: inline;
	color: #FFFFFF;
	background: #ff0000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	border: 1px solid #000000;
	white-space: nowrap;
	z-index: 100;
}
#menu a:hover {
	background: #64b800;
	text-decoration: none;
}
#menu a.selected:hover {
	background: #ff0000;
}
#menu ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#menu ul li {
	display: inline;
	position: relative;
	z-index: 100;
}
#menu ul li ul {
	display: list-item;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 2em;
	display: none;
	margin: 0px;
	z-index: 100;
}
#menu li ul {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	font-size: 18px;
	z-index: 100;
}
#menu li ul a {
	display: block;
	line-height: 1em;
	z-index: 100;
}
#menu li ul li {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	z-index: 100;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
* html #menu li ul a { display: inline; width: 200px; }
/* End */

#slideshowContainer {
	float: right;
	display: block;
	position: relative;
	text-align: center;
	vertical-align: top;
	color: 	#C0C0C0;
	width:  405px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	/* IE \*/
	* margin-left: 10px;
	/* End */
	border: 0px;
	z-index: 0;
}
#slideshowController {
	float: right;
	display: block;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	color: 	#C0C0C0;
	width:  405px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	/* IE \*/
	* margin-left: 10px;
	/* End */
	margin-top: 20px;
	border: 0px;
	z-index: 0;
}
#slideshowController A {
	text-decoration: none;
}
#slideshowController IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.slide {
	position: absolute;
	top:  0;
	left: 0;
	/* This only works in IE */
	margin-left: expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");
	display: none;
}
.slide img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.img-shadow {
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: 0px;
	border: 1px solid #ffffff;
}

.img-shadow img {
	position: relative;
	display: block;
	background-color: #fff;	
	margin: -6px 6px 6px -6px;
	padding: 0px;
	border: 1px solid #000000;
}


/* =================================================================== */
/* Boxes */
.floatLeft {
	float: left;
	display: block;
	width: 330px;	
	background: #EEEEEE;
	margin-top: 5px;
	border: 1px solid #C0C0C0;
}
.floatRight {
	float: left;
	display: block;
	width: 330px;	
	background: #EEEEEE;
	margin-top: 5px;
	border: 1px solid #C0C0C0;
}
.floatFull {
	float: left;
	display: block;	
	background: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #C0C0C0;
}

/* =================================================================== */
/* Unordered list */
ul{
	text-align: left;
}
li {
	text-align: left;	
	margin-left: 1em;
	display: list-item;
	list-style: circle;
}

