body {
	background: #ffffff;
	text-align: center;
	padding: 0;
	margin: 10px;
	font-size: 12px;
	font-family: Arial, san-sarif;
}

#slide {
	clear: center;
	text-align: center;
}

#content {
	clear: left;
}

#content a {
	color: #0000ff;
}

#content a:hover {
	text-decoration: none;
}

#container {
	width: 875px;
	height: 100%;
	background: #ffffff;
	text-align: left;
	border: 1px solid #00ffff;
	margin: 0 auto;
}

.header {
	background: url(../images/manitousailingheader2.jpg) bottom center no-repeat;
	height: 200px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 30px;
}

.info {
	background: transparent;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #0000ff;
}

.title {
	font-size: 18pt;
	line-height: 18pt;
	font-weight: 700;
	font-family: Arial, san-sarif;
	text-align: left;
	text-decoration: none;
	color: #0000ff;
	margin: 5px;
}
.slide {
	font-size: 18pt;
	line-height: 18pt;
	font-weight: 700;
	font-family: Arial, san-sarif;
	text-align: center;
	text-decoration: none;
	color: #0000ff;
	margin: 5px;
}

.subtitle {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: 700;
	font-family: Arial, san-sarif;
	text-align: left;
	text-decoration: none;
	color: #0000ff;
}
.contentblue {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: 700;
	font-family: Arial, san-sarif;
	text-align: left;
	text-decoration: none;
	color: #0000ff;
	margin: 20px;
}

.content {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: 500;
	font-family: Arial, san-sarif;
	text-align: left;
	text-decoration: none;
	color: #000000;
	margin: 20px;
}

/*New Menu*/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: arial,sans-serif;
	font-size:18pt;
	font-weight:bold;
	color:8e8e8e;
	}
.menu ul{
	background:url(images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		}
	.menu li a{
		color: #0000ff;
		display:block;
		font-weight:bold;
		line-height:24px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#e0e0e0;
		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:14px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		