
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #26353a;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}

#top1 {
	margin: 0px auto;
	padding: 12px 28px 14px 298px;
	width: 468px;
	height: 60px;
	background-image: url(images/back-top1.jpg);
}

#top2 {
	text-align: left;
	margin: 0px auto;
	padding: 8px 0px 0px 32px;
	width: 762px;
	height: 26px;
	background-image: url(images/back-top2.gif);
	color: #000000;
	font-weight: bold;
}

#top3 {
	text-align: left;
	margin: 0px auto;
	padding: 16px 0px 0px 200px;
	width: 594px;
	height: 35px;
	background-image: url(images/back-top3.jpg);
	color: #a89495;
}

#pagebottom {
	margin: 0px auto;
	padding: 87px 0px 0px 0px;
	width: 794px;
	height: 80px;
	background-image: url(images/back-bottom.jpg);
	background-repeat: no-repeat;
	color: #8d7d7d;
}

#container {
	width: 794px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(images/back-container.jpg);
}

#leftnav {
	float: left;
	width: 144px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	text-align: center;
	color: #a49191;
	font-weight: bold;
}

#rightnav {
	float: right;
	width: 125px;
	padding: 10px 23px 20px 0px;
	margin: 0px;
	color: #d9cfc6;
}

#content {
	width: 450px;
	margin-left: 171px;
	padding: 7px 0px 0px 0px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

#featuredLegend{
	margin: 0px;
	padding: 0px;
	width: 450px;
	background-image: url(images/featured-legend-back.gif);
	cursor: pointer;
}

#featuredLegendLiner{
    margin: 0px;
    padding: 0px;
    background-image: url(images/phil-laak.jpg);
    background-position: 13px 0px;
    background-repeat: no-repeat;
}

#featuredLegendLiner{
#	margin: 0px;
#	padding: 0px;
#	background-image: url(images/featured-legend_chan.jpg);
#	background-position: 13px 0px;
#	background-repeat: no-repeat;
#}

#featuredLegendContent{
	margin: 0px;
	padding: 0px 0px 0px 212px;
	width: 238px;
}
#featuredLegendContent2{
	margin: 0px;
	padding: 0px 0px 0px 12px;
	width: 438px;
}

.featuredLegendInfo{
	margin: 0px;
	padding: 6px 10px 7px 0px;
	width: 228px;
	background-image: url(images/featured-legend-info-dots.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.featuredLegendInfo2{
	margin: 0px;
	padding: 6px 10px 7px 0px;
	width: 428px;
	background-image: url(images/featured-legend-info-dots2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.navBox{
	text-align: right;
	margin: 0px;
	padding: 4px 5px 0px 0px;
	width: 139px;
	height: 19px;
	background-image: url(images/back-nav.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*----------------------------
	Table Settings
----------------------------*/

table.table {
  margin: 1em 1em 1em 0;
  background: #838485;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.table th, table.table td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.table th{
  background: #676d6f;
  text-align: center;
}
 
table.table caption{
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.table code {
  background-color: transparent;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9cfc6;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 11px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 20px;
	color: #d9cfc6;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 14px;
	color: #d9cfc6;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.detailprint {
	font-style: italic;
	font-size: 9px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #f6c231;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #f8e7b9;
	text-decoration: underline;
	font-weight: bold;
}

#top3 a {
	color: #f6c231;
	text-decoration: none;
	font-weight: bold;
}

#top3 a:hover {
	color: #f8e7b9;
	text-decoration: none;
	font-weight: bold;
}

#pagebottom a {
	color: #cca12d;
	text-decoration: underline;
	font-weight: bold;
}

#pagebottom a:hover {
	color: #dacba2;
	text-decoration: underline;
	font-weight: bold;
}


