body, table, td {
	background-color:#eee;
	font-family: verdana, helvetica, sans serif;
	font-size:10pt;
	color:#535456;
	margin-top:0px;
}
a {
	color:#b8af74;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
label {
	font-weight:bold;
}
.alert {
	color:red;
}

.smalltext {
	font-size:8pt;
}
#main_container {
	position:absolute; 
	left:50%;
	width: 799px;
	margin-left: -399px;
	background-color:white;
}
#background_container {
	margin: 0px 12px 0px 12px;
	background-color:white;
}
#header_container {
	background-color:black;
	width:100%;
}
.content {
	margin-left:162px;
}
.spacer_8 {
	background-color:white;
	height:8px;
}
#nav_container {
	background-color:#d1d2d4;
}
#left_column {
	position:relative;
	height:505px;
	float:left;
	width:145px;
	background-color:#b8af74;
}
#right_column {
	position:relative;
	height:505px;
	float:right;
	width:122px;
	background: #424345 url(/images/right_column_background.gif) repeat-y scroll;
}
.bottom_align {
	position:absolute;
	bottom:0px;
}
img.centered_image {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#main_body {
	height:490px;
	margin-bottom:16px;
	overflow:auto;
}

#footer {
	height:37px;
	background-color:black;
	text-align:center;
	vertical-align:center;
	color:gray;
	font-size:7pt;
}
#footer a {
	color:gray;
}
#thumbnail_list {
	height:100px;
	width:470px;
	overflow:auto;
	white-space:nowrap;
}
