@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #292929;
	margin: 0;
	background-attachment: fixed;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bolder;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}
#wrapper {
	width: 810px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #3A3A3A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	background-color: #ffffff;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(bg-color.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sidebar {
	text-align: center;
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	width: 100%;
}
.sidebar  a:link {
	color: #ff5600;
	text-decoration: none;
	font-weight: normal;
}
.sidebar  a:hover {
	text-decoration: none;
	color: #4878F0;
	font-weight: normal;
}
.sidebar a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff5600;
}
a:link {
	color: #292929;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #292929;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.listingIDs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-color: #FCFCFC;
}
#logo {
	height: 195px;
	width: 300px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#rightColumn {
	position: static;
	float: right;
	width: 305px;
	text-align: right;
	margin-left: 5px;
	color: #FFFFFF;
}
#mainCell {
	width: 468px;
	padding: 6px;
	position: static;
	float: left;
	overflow: auto;
	min-height: 300px;
	background-image: url(whitetransbg.png);
}
#indicia {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#indicia  a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
#indicia  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#indicia a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}
#nav {
	position: static;
	float: right;
	width: 130px;
	text-align: center;
	margin-left: 5px;
}
#masterNav {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
#topMenu {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	height: 25px;
	font-variant: small-caps;
	font-weight: bold;
}
#sidebarAddress {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}
