/* IDs */

#header {
	height: 40px;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
	border-bottom: thin solid gray;
}

#header_links {
	margin-left: auto;
	margin-right: auto;
}

#background {
	background-color: #dad9d6;
}

#container {
	width: 660px;
	margin-top: -8px;
	margin-bottom: -8px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url("graphics/container_background_tile.gif");
	background-repeat: repeat-y;
}

#footnote {
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: gray;
}

#previous {
	position: absolute;
	top: 620px;
	left: 10px;
}

#next {
	position: absolute;
	top: 620px;
	left: 723px;
}

#contact_form {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eee;
}

dl {
	margin-left: 20px;
}

dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	color: black;
}

dd {
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 20px;
}

ul {
	text-align: left;
}

li {
	margin-bottom: 8px;
}

blockquote {
	margin-left: 60px;
	margin-right: 60px;
	font-family: Times, serif;
	font-size: larger;
}

cite {
	margin-left: 60px;
	margin-right: 60px;
}

body.blackBackground {
	background-color: black;
}

a.image {
	text-decoration: none;
	border: none;
}

img.left {
	float: left;
	margin: 15px;
}

img.right {
	clear: left;
	float: right;
	margin: 15px;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

table.thankyou {
	width: 660px;
	border: 0px;
	padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

table.form {
	width: 382px;
}

td.form {
	width: 100px;
	padding-left: 20px;
}

td.autoWidth {
	width: auto;
}

input.formText {
	type: text;
	size: 36;
	align: right;
}

/* Classes */

.bodyText {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	line-height: 140%;
	display: block;
}

.bodyTextHeading {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

.popupTextHeading {
	font-size: 20px;
	font-weight: bold;
}

.boldText {
	font-weight: bold;
	color: black;
}

.redText {
	color: red;
}

.tableText {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: center;
	color: black;
}

.tableTextLeft {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: inherit;
	color: black;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.boxed {
	width: 80px;
	padding: 4px;
	border: thin solid #888;
	text-decoration: none;
	color: gray;
}

.boxed_highlight {
	width: 80px;
	padding: 4px;
	border: thin solid #888;
	text-decoration: none;
	color: black;
	background-color: #eee;
}

.boxed:hover {
	border: thin solid blue;
	color: black;
}

.formsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.formsTextHeading {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
}