body {
	background-color: #f0f0f0;
	margin: 0;
	font: 13px/15px times new roman,georgia,serif;
	color: #999999;
}

a:link, a:visited {
	color: #404040;
	text-decoration: underline;
}

a:hover, a:active {
	color: #b50c00;
	text-decoration: underline;
}

div#outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 740px;
	height: 500px;
	margin: auto;
	border: solid #7d7d7d 1px;
	background-color: #ffffff;
	color: #333333;
	padding: 0;
}

html.ie div#outer {
	/* centering adjustment for IE */
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -370px;
}

div#inner {
	margin: 16px;
	padding: 0;
}

div#scroll {
	position: absolute;
	top: 220px;
	left: 210px;
	width: 460px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0 40px 0 0;
	overflow: auto;
	/* hack for mozilla (but not safari); see http://www.quirksmode.org/css/box.html */
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}

div#scroll_wide {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 640px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0 40px 0 0;
	overflow: auto;
	/* hack for mozilla (but not safari); see http://www.quirksmode.org/css/box.html */
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}

div#nav_primary {
	/* top horizontal navigation item container */
	position: absolute;
	top: 96px;
	left: 210px;
}

div#nav_secondary {
	/* left vertical navigation item container */
	position: absolute;
	top: 224px;
	left: 45px;
}

a.nav_primary {
	/* these are the horizontal navigation items */
	display: inline;
	margin: 0 16px 0 0;
}

div#nav_primary_line {
	/* keyline beneath the primary navigation */
	border-top: solid #b50c00 1px;
	position: absolute;
	top: 118px;
	left: 16px;
	width: 708px;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1px;
}

img.title {
	/* black title images, above scrolling area */
	position: absolute;
	top: 173px;
	left: 210px;
}

img.subtitle {
	/* red subtitle images, within scrolling area */
	display: block;
	margin: 0 0 14px 0;
}

/* HOME PAGE STYLES */

img#blurb_home {
	position: absolute;
	top: 195px;
	left: 210px;
}

/* OVERVIEW PAGE STYLES */

table.scroll_wide {
	vertical-align: top;
	color: #999999;
	text-align: left;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
}

td.side_col {
	vertical-align: top;
	color: #ff1100;
	text-align: right;
	padding: 0 25px 0 0;
}

/* CONTACT PAGE STYLES */

form {
	margin: 0 0 5px 0;
}

table.contact, td.contact {
	vertical-align: top;
	font: 13px/15px times new roman,georgia,serif;
	color: #999999;
	text-align: left;
	padding: 0;
}

textarea {
	/* additional style properties appear in the next declaration */
	height: 55px;
}

select.contact, input.contact, textarea.contact {
	padding: 1px;
	border: solid #bababa 1px;
	font: 13px times new roman,georgia,serif;
	color: #4d4d4d;
	width: 420px;
}

input.contact_submit {
	font: 12px times new roman,georgia,serif;
	padding: 1px;
	margin: 2px 0 0 0;
}

select {
	/* overrides padding properties in previous declaration */
	padding: 0;
}