@charset "utf-8";
body {
	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;
	background-color: #FFfdee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
}
#shadow {
	width: 820px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CB0332;
	border-bottom-color: #CB0332;
	border-left-color: #CB0332;
}
h1 {
	color: #CB0332;
	font-size: 140%;
	line-height: 140%;
}

.oneColFixCtrHdr #header {
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CB0332;
	background-color: #FFF;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation {
	float: right;
	height: 40px;
	width: 500px;
	position: relative;
	text-align: right;
	bottom: 0px;
	top: 52px;
}
#navigation img {
	margin-bottom: 5px;
	padding-right: 5px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	font-size: 10px;
	color: #999;
	background-image: url(../images/footer-bk.png);
	background-repeat: repeat-x;
	background-position: left -5px;
	background-color: #FFF;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
	color: #999;
}
#footer p a {
	color: #0071B9;
}
#footerFinish {
	width: 820px;
	text-align: center;
	background-color: #FFFDEE;
	background-image: url(../images/footershadow.png);
	background-position: center -3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 25px;
	background-repeat: no-repeat;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #0066cc;
}
.imgright {
	float: right;
	margin-left: 20px;
}
.imgrightBorder {
	margin-left: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CB0332;
	float: right;
}
.redborder {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CB0332;
}

.bluebox {
	color: #FFF;
	background-color: #0071B9;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	width: 97%;
}
.smallprint {
	font-size: 80%;
}
.newsbox {
	padding: 10px;
	border: 1px solid #CB0332;
	width: 320px;
	float: right;
	margin-left: 20px;
}
h2 {
	font-size: 100%;
}
.imgleft {
	float: left;
	margin-right: 20px;
}
#pic {
	width: 170px;
}
.amazon {
	padding: 10px;
	border: 1px solid #CB0332;
	margin-bottom: 20px;
	height: 160px;
}
.bluebox p a {
	color: #FFF;
	text-decoration: underline;
}
#blueboxpic {
	width: 300px;
	float: left;
	margin-right: 10px;
}
