body {
	background-color: #FFFFFF;
	background-image: url(../Images/CMbg1.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	height: 50px;
}
#top #logo {
	left: 0px;
	top: 0px;
	position: absolute;
}
#mid {
	padding: 2px;
	width: 100%;
	clear: both;
}
#mid #midBox {
	padding: 2px;
	width: 600px;
	position: relative;
	left: 25px;
	top: 20px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bot {
	clear: both;
	width: 100%;
	height: 15px;
	padding: 2px;
}



.bubblink {
	background-image: url(../Images/bluebox1.gif);
	display: block;
	background-repeat: no-repeat;
	height: 41px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	padding-right: 5px;
	float: left;
}
