@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.oneColFixCtr #mainContent {
}
leftbox {
	background-color: #FF0000;
	padding: 5px;
	float: left;
	width: 250px;
	height: auto;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
	color: #FF6600;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #009966;
}
.bottominfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003399;
	background-color: #FFFFFF;
	background-image: url(../images/orange_gradient_under_reversed.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	width: 750px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contentlists {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #FF6600;
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: square;
}
.pckhighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pkgboxhighlight {
	background-color: #FFFFCC;
	padding: 5px;
	height: auto;
	width: 425px;
}
