@charset "UTF-8";
/* CSS Document */
html, body {
	min-width: 1000px;
	text-align: center;
	background-color: #a3d8ed;
	height: 100%;
	min-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#wrapper {
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	min-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#header, a {
	color: #444;
	text-decoration: none;
}
#header, a:hover {
	color: #999;
	text-decoration: underline;
}
#topnav {
}
#content {
	padding: 15px;
}
.table_font {
	font-size: 18px;
}
#footer {
	height: 100px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 1000px;
	margin-left: 12px;
	margin-right: 12px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	text-decoration: underline;
}
#outer_wrapper {
	width: 1024px;
	background-image: url(../images/shadow_bkgd.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position: relative;
}
#content_line {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
