@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EBEBEB;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 116px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 725px;
	font-size: 0.8em;
	color: #006699;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #005C8F;
	font-weight: bold;
	padding-top: 20px;}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	color: #005C8F;
	font-weight: bold;
	padding-top: 20px;}
.oneColFixCtrHdr #sideBar {
	margin: 0px;
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtrHdr #sideBar #menu {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 180px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #CC66CC;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer a:link {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
A.plain:link, A.plain:active, A.plain:hover, A.plain:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;}

A.buy:link, A.buy:visited, A.buy:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.picLeft {
	float: left;
}
.picRight {
	float: right;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.redText {color:#ff0000;}
#voucherPanel {
	width: 575px;
	margin-left: 0px;
	height: 150px;
	background-color: #6699CC;
	color: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#voucherPanel a:link {
	color: #FFF;
}
#voucherPanel a:active {
	color: #FFF;
}
#voucherPanel a:visited {
	color: #FFF;
}
#voucherPanel a:hover {
	color: #FFF;
	text-decoration: none;
}

