html, body
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: x-small;
	font-family: Verdana, Arial;
	color: #333333;
}
TABLE
{
	font-family: Verdana, Arial;
	font-size: x-small;
}
INPUT
{
	font-family: Verdana, Arial;
	font-size: x-small;
}
SELECT
{
	font-family: Verdana, Arial;
	font-size: x-small;
}
UL
{
	font-family: Verdana, Arial;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 25px;
}
OL
{
	font-family: Verdana, Arial;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 25px;
}
LI.Spaced
{
	font-family: Verdana, Arial;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


A, A:Visited
{
	text-decoration: none;
	color: #339966;
}
A:hover
{
	cursor: hand;
	color: #6666CC;
}



/*----------- Banner ---------------*/
.Banner
{
	color: White;
}
.Banner A
{
	text-decoration: none;
	color: white;
}
.Banner A:Visited
{
	color: white;
}
.Banner A:hover
{
	cursor: hand;
	color: #E5E5FF;
}
.Logo
{
	width: 100%;
	height: 50px;
	background-image: url(Images/gtwa-logo.jpg);
	background-repeat: no-repeat;
}
.Welcome
{
	width: 100%;
	height: 100%;
	background-color: #CCA047;
	background-image: url(Images/brown.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 4px;
	color: White;
}

/*----------- Navigation ---------------*/
.navigation
{
	background-color: White;
	width: 100%;
}
.nav_seperator
{
	color: #cccccc;
	border-bottom: solid 1px #cccccc;
	width: 100%;
	height: 0px;
}
.nav_header
{
	background-color: #F2FFF2;
	background-image: url(Images/menu.gif);
	font-weight: bold;
	color: white;
	font-family: Verdana, Tahoma;
	font-size: x-small;
	cursor: default;
}

/* Section */
TD.nav_section
{
	color: #003399;
	cursor: hand;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F2FFF2;
}
.nav_section A
{
	color: #003399;
	text-decoration: none;
}
.nav_section A:visited
{
	color: #003399;
}
.nav_section A:hover
{
	color: #336699;
}

/* Section Hover */
TD.nav_section_hover
{
	border: #cccccc 1px solid;
	padding-left: 9px;
	padding-bottom: 3px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica;
	color: #003399;
	background-color: #F2F2FF;
	text-decoration: none;
	display: table-cell;
}
.nav_section_hover A
{
	color: #003399;
	text-decoration: none;
}
.nav_section_hover A:visited
{
	color: #003399;
	text-decoration: none;
}
.nav_section_hover A:hover
{
	color: #003399;
	text-decoration: none;
}

/*----------- Copyright ---------------*/
.Copyright
{
	color: White;
	width: 100%;
	height: 20px;
}
.CopyrightImage
{
	width: 100%;
	background-color: #CCA047;
	background-image: url(Images/brown.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px;
}

