/* CSS Document */

div#main {
	width:560px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border: thick none #CC0000;
}
div#textversion {
	width:560px;
	margin-right: auto;
	margin-left: auto;
	font-size: 6px;
	position: relative;
	top: -150px;
	z-index: -2;  
}

.border {
	border: thin solid #CC0000;
	width: 300px;
	padding-top: 5px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

.indent {
	padding-left: 15px;
}

ul#navmenu {
	list-style-type: none;
	margin: 0px;
	text-align: right;

}

#navmenu li {
	display: inline;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}


#bulletlist li {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}

a, a:visited  {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.formhead {
	font-weight: bold;
	background-color: #D32916;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 10px;
	font-size: 18px;
}
table#align_left {
	text-align: left;
}


.formheader_image {
	background-image: url(images/books3.jpg);
	line-height: 40px;
	background-repeat: no-repeat;

}

.bgposition {
	background-image: url(images/spacer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.bgposition_centered {
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.header_div {
	padding-top: 0px;
	width: 700px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 210px;

}

.footer_div {
	padding-top: 0px;
	width: 700px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100px;

}

.nav_div {
	position: absolute;
	width: 100%;
	top: 110px;
}

.image_div {
	position: absolute;
	text-align: left;
}
.title_div {
	position: absolute;
	text-align: right;
	width: 100%;
	top: 50px;
}
.address_div {
	position: absolute;
	text-align: right;
	width: 100%;
/* adjust the 'top' variable to raise & lower address placement.
	differs in IE and Firefox so check both  */
	top: 20px;
	font-size: 14px;
}
.align_div {
	position: absolute;
	text-align: left;
	width: 800px;
}

.center_div {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.spacer_div {
	width:100%;
	padding-top: 0px;
	height: 210px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.spacer_div_footer {
	width:100%;
	padding-top: 0px;
	height: 20px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.spacer_div_print {
	width:100%;
	padding-top: 0px;
	height: 70px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;
	top: 0px;
	left: 0px;
}
