@charset "UTF-8";
/*CSS Shorthand used throughout*/
/*HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #030;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	text-align: center;
	padding: 0px 20px 30px;
	background-color: #374700;
	background-repeat: no-repeat;
	background-image: url(../../images/Chancerbkd1.jpg);
	background-attachment: fixed;
	background-position: center top;
}
h1 {
	color: #663B18;
	font-size: 1.4em;
	text-align: center;
}
h2 {
	font-variant: small-caps;
	color: #B3532A;
	margin-left: 10px;
	font-size: 1.2em;
}
h3 {
	font-weight: normal;
	font-variant: normal;
	margin-left: 20px;
	color: #030;
	font-style: italic;
	text-align: center;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.4em;
	text-align: left;
}
ul {
	font-style: italic;
	list-style: circle;
	text-align: left;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
	text-align: left;
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/
a:link {
	font-style: normal;
	font-size: 1em;
	color: #369;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	color: #C30;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	color: #374700;
	background-color: #CCE09C;
	padding: 1px 2px;
}
a:active {
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	color: #630;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
/Class Styles - can be applied more than onnce on a page*/
.bold {
	font-weight: bold;
	color: #cc0000;
}
.blue {
	color: #339;
	font-weight: bolder;
}
.boldWord {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #339;
}
.image {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.italic {
	font-style: italic;
	color: #333;
	text-align: left;
}
.review {
	font-style: italic;
	text-align: left;
}
/*DIV ID Styles - can only be used once per page*/
#content {
	width: 780px;
	background: #ccccaa;
	text-align: center;
	margin: 0px auto;
	padding: 20px;
	right: auto;
	float: left;
}
#footer {
	text-align: center;
	padding: 2px 0px;
	margin: 0px;
	font-variant: normal;
	font-style: italic;
	background: #99aa77;
	font-size: 0.6em;
}
#navigation {
	background: #99aa77;
	text-align: center;
}
#sitemap {
	text-align: center;
	font-weight: bold;
}
#plcontent  {
	text-align: left;
}
#h1ccontent {
	text-align: center;
}
#artcontent {
	background: #FFF;
	text-align: center;
	padding-top: 10px;
}
.BalanceCenter {
	text-align: center;
}
#sidebarr {
	padding: 4px;
	float: right;
	width: 25%;
}

