html { width: 100%; }
body {
	background-color: #CCFFCC;
	background-image: url(images/green_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Times;
	font-size: 9pt;
	margin: 0px;
}

a {
	color: green;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color: #BB8822;
	text-decoration: underline;
}

table.top_links
{
	background-color: #FFFFFF;
	background-image: url(images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 92px;
	width: 774px;
}

table.top_links th {
	background-image: url(images/gray_grad.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	width: 102px;
}

table.top_links td {	
	background-image: url(images/gray_grad.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 10pt;
	height: 40px;
	padding: 15px;
	text-align:left;
}

div.grn_box {
	background-image: url(images/green_top_left.gif);
	background-repeat: repeat-x;
	background-color: #006600;
	color: #FFFFFF;
	font-size: 10pt;	
	height: 100px;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
	width: 155px;
}

div.grn_box a, div.grn_box a:visited {
	color: #FFFFFF;	
	font-size: 7pt;
	line-height: 30px;
}

table.top_links td div {		
	font-weight: normal;
	font-size: 9pt;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}

#content {
	border-top: #336633 solid 1px ;
	border-left: #336633 solid 1px ;
	border-bottom: #006600 solid 2px;
	border-right: #006600 solid 2px;
	margin-top: 10px;
	width: 774px;
}

#footer {
	color: #696969;
	padding: 15px;
}