@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: #000066;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.greybgtable {
	background-color: #CCCCCC;
}
.greybgtablethin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	line-height: 8px;
	font-size: 8px;
}
.bookdetails {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-align: justify;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}
.bookdetails a:link {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.bookdetails a:visited {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.bookdetails a:hover {
	color: #299CDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.bookdetails a:active {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.oneColFixCtrHdr #header {
	padding: 10px 24px 0 24px;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(/images/blue/bluetopline.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.verdanabold16 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	font-size: 11px;
	font: verdana;
	text-align: center;
	font-weight: bold;
	color: #000066;
	background-image: url(/images/blue/bluetopline.jpg);
	background-repeat: repeat-x;
}
.imagefloated {
	padding: 2px;
	float: left;
}
.imagecleared {
	padding: 2px;
	clear: both;
}
.verdana13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	line-height: 13px;
}
.verdana13  a:link {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.verdana13  a:visited {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
.verdana13  a:hover {
	color: #299CDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
.verdana13  a:active {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
.arial13bgbluebold {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	font: Verdana;
}
.arial13bgbluebold a:link {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	font: Verdana;
	text-decoration: underline;
}
.arial13bgbluebold a:visited {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	font: Verdana;
	text-decoration: underline;
}
.arial13bgbluebold a:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #299CDF;
	text-decoration: none;
	font: Verdana;
	text-decoration: underline;
}
.arial13bgbluebold a:active {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	font: Verdana;
	text-decoration: underline;
}

