@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.875em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #FFF repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#thumbnail_table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	/*	border: medium ridge #666;  */
	box-shadow: 2px 2px 4px 1px #4b4b49, -2px -2px 4px 1px #4b4b49;
}
#header {
	width: 958px;
	position: relative;
	border: thin none #666;
}
#spacer_nav {
	width: 960px;
	background-color: #212F4C;
	text-align: left;
	color: #FFF;
	_margin-right: -3px;
	margin: 0px;
	height: 25px;
	padding: 0px 0px 1px;
}
#left_content_spacer {
	float: left;
	width: 1px;
}
#content {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
}
#footer {
	text-align: center;
	padding: 5px;
	background-color: #212F4C;
	color: #FFF;
	clear: both;
}
