* {
	font-size: 14px;
	font-family: Times New Roman;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #white;
	background-image: url('../img/background.gif');
	background-repeat: repeat-y;
}
p {
	line-height: 1.4;
}
a {
  color: #CAA952;
  text-decoration: none;
}
img {
  border: 0px;
}
h1 {
	margin: 0px;
	margin-left: 8px;
	font-size: 18px;
	color: #black;
}
h2 {
	font-size: 14px;
	color: #CAA952;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	margin-bottom: 2px;
}

.bigger { font-size: 16px; }
.smaller { font-size: 12px; }

#bigger { font-size: 16px; }
#smaller { font-size: 12px; }

.pagehead {
	height: 72px;
	margin: 0px;
	padding: 0px;
	background: url('../img/head01.back.png');
}
.headercaption
{
	position: relative;
	left: 0px;
	top: 2px;
	color: white;
	font-size: 24px;
}
.breadcrumbs {
	position: relative;
	left: 158px;
	top: 5px;
	color: #606080;
}
.breadcrumbs a {
	text-decoration: none;
	color: #606080;
}
.sidebar
{
	background: url('../img/navback1.jpg') #e1e4e8;
	background-repeat: repeat-x;
}
.sidebar_left
{
  border-right: 1px solid #d0d0d0;
}
.sidebar_right
{
  border-left: 1px solid #d0d0d0;
}
.navlink, .maincat {
	padding: 5px;
	cursor: pointer;
	background: url(../img/inactive.jpg);
}
.navlink a, .maincat a {
	text-decoration: none;
	color: #black;
}
.navlink_active, .navlink_active a {
	color: black;
	background: url(../img/active.jpg);
}
.maincat, .maincat a {
	color: black;
	text-align: right;
	font-size: 18px;
}
.subcat
{
  background: #e0e0e0;
  color: black;
}
.subcat_active
{
  background: #d0d0d0;
  color: black;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
.subcat_active a
{
  background: #d0d0d0;
  color: black;
  font-weight: normal;
}
.subcat a
{
  background: #e0e0e0;
  color: black;
  font-weight: normal;
}
.smalltext
{
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: #606060;
}
.contentborder
{
  margin-left: 8px; margin-right: 8px;
  margin-top: 8px;
}
ul {
  Xlist-style-image: url(../img/bullet.gif);
  margin-left: -25px;
  _margin-left: 17px;
}

.b1s, .b2s, .b3s, .b4s{font-size:1px; overflow:hidden; display:block;}
.b1s {height:1px; background:#ccc; margin:0 5px;}
.b2s {height:1px; background:#ccc; margin:0 3px;}
.b3s {height:1px; background:#ccc; margin:0 2px;}
.b4s {height:2px; background:#ccc; margin:0 1px;}
.contents {background: #ccc;}
.contents div {margin-left: 0px;}
