@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1F79AA url(images/magisitebgnd.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 url(images/pagebgnd.jpg) repeat-x left 39px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #imageright {
	float: right;
	margin-top: 30px;
	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtr #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 220px;
	vertical-align: bottom;
	clear: both;
}
.oneColFixCtr #body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 500px;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	vertical-align: text-bottom;
	list-style-type: none;	
}

#menu a
{
	display: block;
	padding: 20px;
	width: 200px;
	background-image: url(images/magi-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #14587C;
	padding-bottom: 0px;
	height: 20px;
	text-decoration: none;
}

#menu a:link, #navlist a:visited
{
	padding-left: 60px;
	color: #004263;
	width: 150px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	vertical-align: text-bottom;
}
#menu a:hover {
	color: #000000;
	background-image: url(images/magi-buttonhilight.gif);
	background-repeat: no-repeat;
	z-index: 0;
	width: 160px;
	bottom: 0px;
}
#menu a:active
{
	border: none;
}
.oneColFixCtr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 200px;
	padding-left: 25px;
}
.oneColFixCtr #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}
#magiimage {
}
#body li {
	list-style-type: disc;	
}
#body ul {
	margin-left: 15px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#body  ul.blacktxt {
	margin-left: 15px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	list-style-type: disc;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}
.oneColFixCtr #quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}
.oneColFixCtr #buynow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 500px;
	padding: 0 20px;
}
.oneColFixCtr #imagerightframe {
	float: right;
	margin-top: 0px;
	border: medium solid #0E4866;
	margin-left: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #imageleftframe {
	float: left;
	margin-top: 0px;
	border: medium solid #0E4866;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	clear: left;
	margin-bottom: 10px;
}
#body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#body p.whitetext    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
#body p.questions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC00;
	text-align: left;
	text-indent: -11px;
}
#body p.questions:first-letter {
	font-weight: bold;
}
#body p.questions:first-line {
	text-indent: 11px;
}
#body p.answers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: -11px;
	margin-top: -10px;
}
#body p.answers:first-letter {
	font-weight: bold;
}
#body p.answers:first-line {
	text-indent: 11px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin-top: -10px;
}
h4.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: -10px;
}
.top {
	margin-top: 40px;
}
#body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.oneColFixCtr #quoteblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}
#menu2 ul {
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	list-style-type: none;
}
#menu2 a {
	display: block;
	width: 150px;
	background-image: url(images/magi-button3.gif);
	background-repeat: no-repeat;
	color: #14587C;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
}
#menu2 a:link, #navlist a:visited {
	color: #004263;
	width: 150px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	text-align: left;
}
#menu2 a:hover {
	color: #000000;
	background-image: url(images/magi-buttonhilight3.gif);
	background-repeat: no-repeat;
	z-index: 0;
	width: 150px;
}
#menu2 a:active {
	border: none;
}
.oneColFixCtr #menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	height: 30px;
}
.oneColFixCtr #quoteright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
}
#menu2 li {
	width: 150px;
	padding: 0;
	margin: 0;
}
.oneColFixCtr  #download a {
	background-image: url(images/magi-button3.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 150px;
	height: 30px;
	text-indent: 0px;
	text-decoration: none;
	color: #14587C;
	text-decoration: none;
	vertical-align: text-bottom;
}
.oneColFixCtr  #download a:hover {
	color: #000000;
	background-image: url(images/magi-buttonhilight3.gif);
	background-repeat: no-repeat;

}
.downloadtxt {
	padding: 0;
	margin: 0;
	text-align: left;
}
.hilight {
	color: #FFCC00;
}
