body
{
	background-color: #F7F7F7;
	margin: 0px;
}
div#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}
table#header
{
	background-color: #FFFFFF;
	width: 100%;
	height: 41px;
	text-align: right;
	padding-right: 10px;
	font-size: 70%;
	font-weight: bold;
	color: #5F5F5F;
}
table#header a:link, table#header a:visited, table#header a:hover, table#header a:active
{
	color: #5F5F5F;
	text-decoration: underline;
}
table#menu
{
	background-image: url(images/glbnav_background.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding-left: 80px;
	width: 100%;
}
table#menu a:link, table#menu a:visited, table#menu a:hover, table#menu a:active
{
	color: #000000;
	text-decoration: none;
}
table#green
{
	background-color: #009965;
	height: 49px;
	width: 100%;
	border-bottom: solid 1px #316B24;
}
div.clear
{
	clear: both;
}
div#main
{
	width: 769px;
	background-image: url(images/ths_left_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
div#left
{
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	width: 91px;
	height: 500px;	
	background-color: #009965;
	border-right: solid 1px #316B24;
	border-left: solid 1px #716F64;
}
div#right
{
	float: right;
	background-color: #FFFFFF;
	width: 665px;
	height: auto;
	border-right: solid 1px #D0D0D0;
	padding: 5px;
	font-size: 80%;
}
div#footer
{
	width: 758px;
	border-top: solid 1px #D0D0D0;
	height: 30px;
	background-color: #FFFFFF;
	border-right: solid 1px #D0D0D0;
	color: #6EBA4A;
	font-size: 60%;
	padding: 20px 0px 0px 10px; 
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #6EBA4A;
}
div#main h2
{
	color: #6CB042;
}
div#right h3
{
	color: #666666;
}
p.gMenu
{
	display: inline;
	text-transform: uppercase;
	border-right: solid 1px #8FB8BC;
	padding: 3px 5px 3px 5px;
	font-size: 50%;
	font-weight: bold;
}
div#main th
{
	text-align: left;
}