﻿body {background: black url(images/background.jpg);
      background-repeat: repeat-y;
      color:#FFFFFF;
      font-family:arial;}

a:link {border-style:none;
	font-weight:bold;
	color:#FFFF99;
	text-decoration:none
}

a:hover {
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {border-style:none;
	font-weight:bold;
	color:#FFFF99;
	text-decoration:none
}

a:hover {
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

.main a:link, a:visited {border-style:none;
	font-weight:bold;
	color:#FFFF99;
	text-decoration:none
}

.main a:hover {
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

.main {text-align:left;
	   font-size:12pt;
	   margin-left:1em;
     /* font-weight:bold;*/

	   }

.main h1 {font-family: "Arial Black";
	font-size:24pt;
	color:#669900;

	}

.main h2 {
	color:#FFFF99;

	font-size:14pt;
	font-weight:bold;
	}

.main h3 {
	font-size:12pt;
	font-weight:bold;

	color: red;
	margin-top:-1em;}

.main h4 {
	font-weight:bold;

	font-size:12pt;
	color:#663300;}

.main img {
	border:1px white inset;
}

.main ul {
	list-style-position:outside;
	margin-left:2em;
}

.main table{
	border:3px inset;
	empty-cells:show;
	border-collapse:collapse;
	border-right:3px #669900 inset;
	border-bottom:3px #FFFF99 inset;
}
.main th {text-align:left;
	border:1px white solid;}
.main td {
	border:1px white solid;
}

.main img{
	float:right;
	border:none;
	
	
}

img.nofloat {
	float:none;
	border-right:2px #669900 inset;
	border-bottom:2px #FFFF99 inset;
}

img.nofloatdbl {
	float:none;
	border-right:6px #669900 double;
	border-top:6px #669900 double;
	border-left:6px #669900 double;
	border-bottom:6px #669900 double;
}

img.imgrt  {
	border-right:2px #669900 inset;
	border-bottom:2px #FFFF99 inset;
	float:right;
	margin: 0px 0px 0px 7px 
}

img.imglt {
	border-right:2px #669900 inset;
	border-bottom:2px #FFFF99 inset;
	float:left;	
	margin:0px 7px 0px 0px
}

.menu{
list-style-type: none;
margin: 0;
padding: 0;
width: 165px; /* width of menu */
background: black;
color: white;
font: bold 16px Tahoma;
}

.menu li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.menu li a{
background: #669900 url(images/buttonGrnBlk2.jpg) no-repeat ; /*color of menu by default*/
background-position: 0px;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
font: bold 12px Tahoma;
}

.menu li a:visited, .menu li a:active{
color: white;
}

.menu li a:hover{
background-position: -165px;/*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}







address {
	margin-top: 1em;
	padding-top: 1em;
	font-size:10pt;
	text-align:center;
	font-style:italic}

.glow {font-size:12pt;
	font-style:bold;
	font-weight:bold;
	font-family:"arial",impact Helvetica, veranda;
	color:#669900;
	filter:glow(color=#663300,strength=5);width:100%
	}

.banner {
	position:relative; top:7px; left:1px;
	font-size:12pt;
	font-family:"arial black",impact Helvetica, veranda;
	color:navy;
	filter:glow(color=orange,strength=10);width:100%
	}
.shadow {
	position:relative; top:-15px; left:3px;
	font-size:12pt;
	font-family:"arial black",impact Helvetica, veranda;
	filter:glow(color=red,strength=5);width:100%}
.unload {font-family: "Courier New", Courier;
	font-size:10pt;
	margin-left: 50px;}
.black  {
	color:black}
.red    {
	color:red;
	margin-top: -1.5em}
.blue	{
	color:blue;
	margin-top: -1.5em}
.green  {
	color:green;
	margin-top: -1.5em}
.orange 	{
	color:orange;
	margin-top: -1.5em}



