﻿body {
  margin:0 auto;
  margin-top:10px;
  width:860px;
  text-align: center;
  }
a:link
{
	color: orange; 
	text-decoration: none;
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
	text-decoration: none;
}
img {
    border:0;
	text-decoration: none;
 }
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
.master_div {
	border-style: none;
	border-width: 0px;
	padding: 0px 0px;
	font-family: SwitzerlandLight;
	position:relative;
}
.bordered_div {
	border-style: solid;
	border-width: 1px;
	padding: 0px 0px;
	font-family: SwitzerlandLight;
	color: #663300;
}
.unbordered_div {
	border-style: none;
	border-width: 0px;
	padding: 0px 0px;
	font-family: SwitzerlandLight;
}
.scrollbox_div {
	border-style: none;
	border-width: 0px;
	padding: 0px 0px;
	font-family: SwitzerlandLight;
	overflow-y:scroll; 
	display:block; 
	position: absolute;  
	visibility:visible
}
.bodyleft_div {
	border-style: none;
	border-width: 0px;
	padding: 0px 0px;
	overflow-y:scroll; 
	display:block; 
	position: absolute;  
	visibility:visible;
	font-family: SwitzerlandLight;
	font-size: 14px;
	color: #5E492D;
	text-align: left;
}
.nav_div {
	font-family: SwitzerlandLight;
	font-size: 13px;
	color:#9A643D;
	margin-bottom: 0px;
	border-width: 0;
}
.navitem {
	float:left;
	height:20px; 
}
.navitem.bordered {
	float:left;
	height:20px; 
	border-right-color:#C4A38A; 
	border-right-style:solid; 
	border-right-width:thin;
}
.navitem .text {
	font-family: SwitzerlandLight;
	font-size: 15px;
	color:#9A643D;
	font-weight:bold;
}
.navitem .small{
	font-size: 13px;
	color:#9A643D;
}

.nav_img {
	border-width: 0;
}
.body_on_black
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(102,102,51);
}

.h1
{
	font-family: Verdana;
	color: #999933;
}
.h2
{
	font-family: Verdana;
	color: #5E492D;
	text-decoration: none;
}
.h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
.h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
.h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
.h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
.bodytext {
	font-family: SwitzerlandLight;
	font-size: 14px;
	color: #5E492D;
}
.bodybold {
	margin-bottom: 0px;
	font-weight:bold;
}
.bodytextCentered {
	font-family: SwitzerlandLight;
	font-size: 13px;
	color: #5E492D;
}
.footerleft {
	text-align: left;
	font-size: xx-small;
}
.footerright {
	text-align: right;
	font-size: xx-small;
}
.footercontact {
	color: orange;
	text-decoration: none;
	text-align:center;
	font-family: SwitzerlandLight;
	font-size: 11px;
	border-style:none; 
	z-index: 1;
	position:absolute;
	left:600px;
	top:615px;
}
.copyright {
	color: gray;
	text-decoration: none;
	text-align:center;
	font-family: SwitzerlandLight;
	font-size: 11px;
	border-style:none; 
	z-index: 1;
	font-weight:normal;
}

