BODY
	{
	margin:0;
	padding:0;
	FONT: verdana, arial;
	}

TD
	{
	FONT: 13px verdana, arial;
	}
	
/* Top Navigation Box */
#navtop {
	width: 960px;
	height: 100px;
	margin-top: 0px;
	background-image:url(images/backgrounds/banner.jpg);
}

/* Page Dimensions */
#pagecontent {
	width: 960px;
	min-height:515px;
	height:auto !important;
	height:515px;
}

/* Left Navigation Box */
#pageleft {
	width: 128px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#BC0000;
	color:#000000;
	height:100%;
}
/* Right Content Box */
#pageright {
	width: 832px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
}

p
	{
	margin-top: 0em;
	margin-bottom: 1em;
	}

.floatleft
	{
	float: left;
	margin: 0px 15px 7px 0px;
	padding: 2px;
	border: 1px solid #666;
	clear: left;
	}
.floatright
	{
	float: right;
	margin: 0px 0px 7px 15px;
	marginorderabove: top right bottom left;
	padding: 2px;
	border: 1px solid #666;
	clear: right;
	}
	
.redtext
	{
	font-weight: bold;
	color: #FF0000;
	}
.burgundytext
	{
	font-weight: bold;
	color: #CC0033;
	}
.blacktext
	{
	font-weight: bold;
	color: #000000;
	}

div.jumpbox
	{
	position: absolute;
	margin: 0px 0px 0px 0px;
	marginorderabove: top right bottom left;
	width: 250px;
	height: 10px;
	left: 755px;
	top: 128px;
	}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}























