﻿body 
{
	background-color: #E3E3E3;
	height: inherit;
	
}

/* BEGIN REGULAR LINK COLOR*/

a:Link
{
	text-decoration: none;
	color: #e7de43;
}

a:Visited
{
	text-decoration: none;
	color: #e7de43;
}

a:Active
{
	text-decoration: none;
	color: #e7de43;
}

a:Hover
{
	text-decoration: none;
	color: White;
}

/* BEGIN VTOOLBAR LINK COLOR*/

a.inner:Link
{
	color: black;
}

a.inner:visited
{
	color: black;
}

a.inner:hover
{
	color: white;
}

a.inner:active
{
	color: white;
}

/*BEGIN ENDTOOLBAR LINK COLOR*/

a.endtoolbar:Link
{
	color: #002d6d;
}

a.endtoolbar:visited
{
	color: #002d6d;
}

a.endtoolbar:hover
{
	color: white;
}

a.endtoolbar:active
{
	color: #002d6d;
}

.logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.banner
{
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 120px;
	z-index: 9;
	background-image: url("/img/htoolbg.gif");
}

.htoolbar
{
	position: absolute;
	left: 5px;
	top: 100px;
	z-index: 11;
	color: #e7de43;
}

.subtoolbar
{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	height: 20px;
	z-index: 12;
	color: #E3E3E3;
	background-image: url("/img/subtoolbg.gif");
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	z-index: 13;
}

.vtoolbar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160Px;
	height: 200%;
	color: #E3E3E3;
	background-image: url("/img/vtoolbg.gif");
	Z-index: 8;
}

.vbutton
{
	position: absolute;
	height: 35px;
	width: 130px;
	background-image: url("/img/buttonbg.gif");
	border-style: solid;
	border-color: black;
	border-width: 1px;
	z-index: 15;
	text-align: center;	
	font-size: large;
	vertical-align: middle;
}

#Button00
{
	position: absolute;
	top: 180px;
	left: 8px;

}

#Button01
{
	position: absolute;
	top: 222px;
	left: 8px;
}

#Button02
{
	position: absolute;
	top: 263px;
	left: 8px;
}

.vcontent00
{
	position: absolute;
	left: 5px;
	top: 150px;
	color: White;
	z-index: 14;
}

.vcontent01
{
	position: absolute;
	left: 5px;
	top: 160px;
	color: White;
	z-index: 14;
}

.inner
{
	
}

#inner00
{	
	position: relative;
	top: 20%;
}

#inner01
{
	position: relative;
	top: 20%;
}

#inner02
{
	position: relative;
	top: 20%;
}

.list
{
	position: absolute;
	top: 185px;
	left: -25px;
	z-index: 14;
	color: White;
}

.content
{
	position: absolute;
	top: 160px;
	left: 175px;
	width: 600px;
}

.contentheader
{
	font-size: x-large;
	color: #b5a640;
	text-align: center;
	width: 100%;
}

.endtoolbar
{
	width: 100%;
	text-align: center;
}

