/* CSS Document */

.wrapper {
	height: 1400px;
	width: 1024px;
	border: 8px double #0000CC;
	background-color: #FFFFFF;
}
.wrapper .events {
	height: 900px;
	width: 1000px;
	float: none;
	color: #0000CC;
	background-repeat: no-repeat;
}

.wrapper .header .mi_logo {
	height: 168';
	width: 199px;
	float: left;
	height: 168px;
}

.wrapper .divider {
	height: 1085px;
	width: 10px;
	background-color: #000099;
	float: left;
	margin-top: 0px;
}
.wrapper .header .info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	float: right;
	height: 29px;
	width: 650px;
	margin-top: 150px;
}
.wrapper .events .text {
	font-family: "Book Antiqua";
	font-size: 24px;
	color: #000099;
	float: left;
	height: 500px;
	width: 650px;
	margin-left: 180px;
	margin-top: 25px;
}

.wrapper .header {
	height: 257px;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: 190px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper .events .sidetext.sidetext2 {
	float: left;
	height: 229px;
	width: 599px;
}
.wrapper .events .info {
	float: left;
	height: 50px;
	width: 300px;
	margin-left: 375px;
}
.footer {
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	background-color: #D8D5FF;
	color: #006;
}
