@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(img/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 810px;
	height: auto;
	background-color: #FFFFFF;
	margin: 5px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}
#logo {
	background-color: #fff;
	width: 800px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#topMenu {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	background-color: #ababab;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#mainCell {
	color: black;
	background-color: #fff;
	width: 780px;
	position: static;
	overflow: auto;
	padding: 5px;
}
#indicia {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000040;
	margin-right: 5px;
	margin-left: 5px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/bg-indicia.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
a:link {
	font-weight: bold;
	color: #cb1921;
	text-decoration: none;
}
a:hover {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #cb1921;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #cccccc; font-weight: bold; text-decoration: none;
}
h1 {
	color: #cb1921;
	font-size: 22px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
}
h2 {
	color: #cb1921;
	font-size: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
}
#indicia a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#indicia a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
#indicia a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#indicia a:active {
	font-weight: bold;
	color: #FFFFFF;
}
