﻿body { 
	background: #333; 
	color: #FFF;
	margin: 10px 0px 10px 0px; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto; 
	height: 100%;
}
td { vertical-align: top; }
p { margin: 0.7em 0em 0.7em 0em; }
div.page { 
	/* background: #369; /* BLUE */
	/* background: #565;  /* GREEN */
	/* background: #820;  /* RED */
	/* background: #c60;  /* ORANGE */
	background: #000;  /* BLACK */
	border: solid 1px #777; 
	text-align: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 778px; 
}
div.banner {
	position: absolute; 
	top: 30px;
	left: 0px;
	width: 100%;
	background: #eee;
	opacity: 0.75;
	filter: alpha(opacity=75);
	height: 113px;
	z-index: 100;
} 
div.bannerinside { 
    position: absolute; 
    top: 38px;
    left: 0px;
    background: #363; 
    width: 100%; 
    height: 95px; 
    text-align: center; 
    vertical-align: middle; 
    border-top: solid 1px #666; 
    border-bottom: solid 1px #666; 
    z-index: 110;
   }
   
a:link { color: #fff; font-weight: normal; text-decoration: none; }
a:visited { color: #fff; font-weight: normal; text-decoration: none; }
a:hover { color: #fff; font-weight: normal; text-decoration: underline; }
a:active { color: #fff; font-weight: normal; text-decoration: none; }

a.button:link 
{
    display: block; 
    padding: 4px;
    background: #000;
    /*color: #7a3;*/
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1px;
    opacity: 1;
	filter: alpha(opacity=100);
}
a.button:visited 
{
    display: block; 
    padding: 4px;
    background: #000;
    /*color: #7a3;*/
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1px;
}
a.button:hover 
{
    display: block; 
    padding: 4px;
    background: #333;
    /*color: #7a3;*/
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1px;
}
a.button:active 
{
    display: block; 
    padding: 4px;
    background: #000;
    /*color: #7a3;*/
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1px;
}
div.menu {
    position: relative;
    left: 0px;
    top: 150px;
    width: 160px;
    z-index: 120;
}
div.menu2 { /* HORIZONTAL */
    border-top: solid 2px #777;
    border-bottom: solid 2px #777;
    position: relative;
    left: 0px;
    margin-bottom: 1em;
    top: 150px;
    width: 100%;
    z-index: 100;
}
td .button { margin-right: 1px;}
td.leftspace { width: 20px; }
td.navigationbar { 
   		background: #fff;
   		opacity: 0.75;
   		filter: alpha(opacity=25);
   		width: 160px;
}
td.content {
   		padding: 150px 20px 160px 20px;
   		background: none;
   		color: #fff;
   }
div.footer {
	background: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	height: 70px;
	position: relative;
	top: -105px;
	width: 100%;
	text-align: center;
	z-index: 50;
}
div.footerinside {
	background: #fff;
	height: 60px;
	position: relative;
	top: -170px;
	width: 100%;
	text-align: center;
	z-index: 60;
}
div.footercontent{
	height: 60px;
	position: relative;
	top: -230px;
	width: 778px;
	margin-right: auto;
	margin-left: auto; 
	z-index: 90;
}
h1 { margin: 0 0 0 0; }
h2 {
	font-size: 15pt;
	border-bottom: solid 2px #fff;
	text-transform: uppercase;
}
h3 {
	font-size: 12pt;
	margin-bottom: .5em;
}
img.imgright {
	float: right;
	position: relative;
	border: solid 2px #fff;
	margin: 0em 0em 0.5em 1em;
}
img.imgrightup {
	float: right;
	position: relative;
	top: -35px;
	left: -15px;
	border: solid 2px #fff;
	margin: 0px 0px -25px 25px;
}
img { border: none; display: block;}
p.link { 
	text-align: right; 
	margin-right: 20px;
	margin-top: 0em;
}
div.copyright {
	color: #aaa;
}

ol.faq {
	font-weight: bold;
}
ol.faq li { margin-bottom: .5em;}
.answer {
	font-weight: normal;
}
h1	{font-size: 10pt; color: #FFFFFF; background: #346633; padding: 1px; margin-top: 0px; margin-bottom: 0px; position: relative; display: block; }