body {
	font-family: Arial;
	color: #ffffff;
	font-size: 10pt;
	padding:0px;
	scrollbar-face-color:#C6B996; 
	scrollbar-arrow-color:#666666; 
	scrollbar-track-color:#ffffff;
	
}

td.content_left_bg {
background:   url(../pics/content_left_bg.jpg) no-repeat;
background-position: top right;
background-color:#483319;
height:401px;
}
td.content_right_bg {
background:   url(../pics/content_right_bg.jpg) no-repeat;
background-position: top left;
background-color:#483319;
height:401px;
}
td.content_bg {
background-color: #483319;
background-position: top right;
width:502px;
height:297px;
}

ul {
	font-family: Arial;
	font-size: 11pt;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration:underline;
}
a:hover{
	color: #B56300;
	text-decoration:underline;
}
a.dark {
	color: #666666;
	text-decoration:underline;
}
a.dark:hover{
	color: #B56300;
	text-decoration:underline;
}

a.white {
	color: #ffffff;
	text-decoration:none;
}
a.white:hover{
	color: #B56300;
	text-decoration:none;
}

table  {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
p {
margin-left: 20px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
color: #ffffff;

}
p.content {
	font-family: Arial;
	font-size: 11pt;
	font-weight: 300;
    letter-spacing: 1pt;
	color: #ffffff;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:center;
}
p.content_white {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #ffffff;
	margin-left: 25px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:justify;
}
p.error_message {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #B56300;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:left;
}
p.content_popup {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:justify;
}

p.content_left {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #ffffff;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:left;
}

p.content_right {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #ffffff;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:right;
}

h1.heading {
    text-align: left;
    font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	margin-left: 10px;
    margin-right: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1.heading_popup {
    text-align: center;
    font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	margin-left: 10px;
    margin-right: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* JS Menu Styles */
a.menu {
	color: #000000;

}
a.menu:hover{
	color: #ffffff;

}
#dropmenudiv {
    
	position:absolute;
	border:#000000;
	border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	font:normal 10px Arial;
	font-color: #000000;
	line-height:12px;
	z-index:1;
	background-color: #ffffff;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-color: #000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ 
	background-color: #C6B996;
}
