@charset "UTF-8";
body {
	background: #FFF; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/minimax/MiniMaxPgBkgnd.jpg);
}
#maincontent {
	height: auto;
	width: 780px;
	clear: none;
}
#features {
	float: right;
	height: auto;
	width: 595px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}
#text1 {
	float: right;
	height: auto;
	width: 488px;
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 100px;
}
#image1 {
	float: right;
	height: auto;
	width: 595px;
	clear: both;
	padding-left: 10px;
	text-align: left;
}
.boldli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.subcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #1C50A0;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.paragraphcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #1C50A0;
}
#introtext {
	float: right;
	height: auto;
	width: 488px;
	margin-bottom: 20px;
	padding-right: 100px;
	padding-left: 10px;
}
#brochure {
	clear: both;
	float: left;
	height: auto;
	width: auto;
	padding-top: 40px;
	padding-left: 10px;
}
#brochureimage {
	height: auto;
	width: auto;
	padding-left: 33px;
}
#brochuretext {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	padding-right: 0px;
}
