@charset "UTF-8";
/* CSS Document */

body {
	background: #B8CEDA;
	margin: 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: normal;
}
.home #container {
	width: 770px;  /* using 30px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.home #container #header img.button {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 30px;
}
.home #header {
	background: #B8CEDA;
	padding: 0;  /* 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. */
}
.home #container #header img.banner {
	height: 150px;
	width: 770px;
	border:none;
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #mainContent {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	z-index: 5;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.home #descBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 550px;
	position: relative;
	z-index: 3;
	left: 20px;
	float: left;
}

.home #descBoxPlain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 540px;
	height: auto;
	position: relative;
	z-index: 3;
	left: 20px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #3d7fa9;
	overflow: hidden;
	padding: 0px 5px;
}
.home #descBoxPlain h3 {

}
.home #bannerAd {
	background-color: #CCCCCC;
	height: 70px;
	width: 766px;
	border: 2px solid #A21A1A;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home #bannerAd2 {
	height: 24px;
	width: 766px;
	position: relative;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #000099;
	background-color: #FF0000;
}
.home #pageTitle {
	background-color: #FFFFFF;
	font-size:16px;
	color: #333333
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 200px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.home #menuBar {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	height: auto;
	width: 180px;
	border: none;
	position: relative;
}
.home #footer {
	background-color: #b8ceda;
	background-image: url(pictures/images/footer.gif);
	height: 60px;
	width: 750px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: left;
}
.home #footer p.nav {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 7px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home #footer p.copy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oddRow, .evenRow{
	background-color: #3D7FA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.hoverRow, .selectRow{
	background-color: #B8CEDA;
	color:#333333;
	cursor: pointer;
}
#dataTable { 
    width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
a:link, a:visited, a:active {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
a.plain:link, a.plain:visited, a.plain:active {
    text-decoration: none;
	color:#FFFFFF;
}
a.plain:hover {
    text-decoration:none;
	color:#333333;
}
a.text:link, a.text:visited, a.text:active {
	text-decoration: underline;
	color:#0B6198;
	font-weight: normal;
}
a.text:hover {
	text-decoration: none;
	color:#8E0C0C;
}
a.update:link, a.update:visited, a.update:active {
    color:#333333;
	text-decoration:none;
	font-weight: bold;
}
a.update:hover {
	color:#8E0C0C;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.redBold {
    color: #990000;
	font-weight:bold;
	
}
.redBoldLarger {
	color: #990000;
	font-weight:bold;
	font-size: 24px;
}
.bookImage {
    float: right;
	position:relative;
	vertical-align:top;
	padding: 10px;
}
.bookTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-position: center;
	border: 1px solid #333333;
	width: 560px
}
.blueBold {
    color: #3D7FA9;
	font-weight:bold;
}
.pdfIcon {
    border:none;
}
.button {
	margin: 0px;
	padding: 0px;
	border: none;
}
.updated {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 2;
	position: relative;
	left: 5px;
	top: 15px;
	padding: 0;
	margin:0;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 14px;
}
.bodyHeader1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: left;
	line-height: 16px;
}
.bodyHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 16px;
}
.home #updated {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
.rightImage {
    float: right;
	position:relative;
	padding: 10px;
	padding-top: 0;
}
.bodyTextIndented {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 14px;
	text-indent: 24px;
}
.VERY_LARGE_RED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
