body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
.mnav {
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
}
.mhomebg {
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
}
.mtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
}
.mtext-strike {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
	text-decoration: line-through;
}
.mtext-white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.mtext a {
	color: #616161;
	text-decoration: underline;
}
.mtext-white a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.mtext a:hover {
	color: #2172A7;
	text-decoration: none;
}
.mtextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #616161;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.imageRotator
{
	width: 384px;
	height: 313px;
	outline: 0px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.imageGroup
{
	width: 384px;
	height: 313px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
}

.imagePanel
{
	width: 384px;
	height: 313px;
	position: absolute;
}
.mheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #C9C9C9;
	line-height: 40px;
}
.mheader-white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	line-height: 40px;
}
.mheader-blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B8EC2;
	line-height: 40px;
}
.mheader-gray {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #61616A;
}
