﻿/*STYLESHEET  - TEMPLATE*/
HTML {overflow-y: scroll;}		 /*Fix Firefox scrollbar */
BODY {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #313131;
	background-color: #000000;
}


/* Classes */
.tbl-main		{
	border-right-width: 0px;
	border: 0px;
	width: 898px;
	background-color: white;
	border-collapse: collapse;
	vertical-align: top;
	margin-left: auto; /*auto margins to center the table*/;
	margin-right: auto;
}
.tbl-mainleft		{
	width: 230px;
	background-color: white;
	border-collapse: collapse;
	vertical-align: top;
}
.tbl-mainright		{
	background-color: white;
	border-collapse: collapse;
	vertical-align: top;
	padding-right: 20px;
}
.tbl-item {
	width: 640px;
	background-color: white;
	border-collapse: collapse;
	vertical-align: top;
}
.tbl-itemleft {
	width: 460px;
	vertical-align: top;
}
.tbl-itemright {
	width: 180px;
	vertical-align: top;
}

.tbl-banner		{
	width: 1000px;
	background-color: white;
	background-image: url('../images/theme/pagebg04a.jpg');
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;		
}
.tbl-footer		{
	width: 920px;
	background-color: white;
	border-collapse: collapse; 
	margin-left: auto;
	margin-right: auto;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
.tbl-footerWSD		{
	width: 940px;
	background-color: transparent;
	border-collapse: collapse; 
	margin-left: auto;
	margin-right: auto;
}
.tbl-sidemenu	{
	border: 0px none;
	width: 190px;
	border-collapse: collapse;
	vertical-align: top;
	margin-top: 20px;
	margin-left: -20px;
	position: absolute;
	z-index: 10;
}
.tbl-topmenu	{
	float: right;
	border-collapse: collapse;
	vertical-align: bottom;
}
.fineprint { 
	font-size: 10px;
	margin-right: 15px; 
}
.main {
	margin-right: 10px;
}
.topheading H1 {
	color: black;
	font-size: 9pt;
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	font-weight: normal;
	z-index: -1;
}
H1 {
	font: normal normal normal 18px Arial, Helvetica, sans-serif;
	color: #762007;
	text-align: left;
	margin-top: 20px}
H2 {
	font: normal normal normal 18px Arial, Helvetica, sans-serif;
	color: #762007;
	text-align: left;
	margin-top: 20px;
}
	H3 {
	font: normal normal bolder 16px Arial, Helvetica, sans-serif;
	color: #313131;
	text-align: left;
	margin-bottom: 1px;
}	
	
UL {
	list-style-type: square;
	line-height: 120%;
	text-align: left;
	margin-right: 10px;
}
OL {
	list-style-position: outside;
	line-height: 120%;
	text-align: left;
	margin-right: 10px;
}
HR 	{
	color: #762007;
	height: 1px;
	background-color: #762007; /*ie hack same as color*/;
	border: none;
}
A   {
	color: #762007;
	text-decoration: none;
}
A:HOVER  {
	color: #CC0000;
	text-decoration: underline;
}
A:ACTIVE {
	color: #762007;
	text-decoration: none;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #313131;
	border-width: 0;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 2px;
}
.leftmenu a {
	color: #313131;
	text-decoration: none;
	background-color: #DAD8D9;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 6px;
	display: block;
}
.leftmenu a:hover{
	color: #313131;
	text-decoration: none;
	background-color: #C0C0C0;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 6px;
	display: block;
}
.leftmenu a:active {
	color: white;
	text-decoration: none;
	background-color: #889ea7;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 6px;
	display: block; 
}
.topmenu {
	font: 12px Arial,Helvetica,sans-serif;
	color: #313131;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	display: block;
}
.topmenu A {
	color: #313131;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	border-bottom-color: #F5F5F5;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-collapse: collapse;
	display: block;
}
.topmenu A:HOVER {
	color: #313131;
	text-decoration: none;
	border-bottom-color: #016156;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-collapse: collapse;
	display: block;
}
.topmenu A:ACTIVE {
	color: #313131;
	text-decoration: none;
	display: block
/*Copyright WebStart Design*/


