@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(img/bg-red.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#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;
}
#content {
	background-color: #666666;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-image: url(img/bg-silver3.png);
	background-repeat: repeat-y;
	background-position: right;
}
#mainCell {
	color: black;
	background-color: #fff;
	background-image: url(img/bg-maincell.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 543px;
	position: static;
	float: left;
	overflow: auto;
	margin-right: 5px;
	padding: 5px;
}
#rightColumn {
	position: static;
	float: right;
	width: 220px;
	text-align: center;
	min-height: 100%;
	padding: 5px;
}
#indicia {
	font-size: 11px;
	color: #000000;
	text-align: center;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #666666;
	background-image: url(img/bg-footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	width: 790px;
}
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: 24px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
h2 {
	color: #cb1921;
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	font-variant: small-caps;
}