html { height: 100%; }
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #043f0d;
	color: White;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	height: 100%;
}
h1
{
	font-size: 14px;
	letter-spacing: 3px;
	color: #62c211; 
}
a 
{ 
	color: White; 
	font-weight: bold; 
	font-style: normal;
	font-size: 13px;
}
td { vertical-align: top; }
a:hover { color: #62c211; }
#page1, #page2 { display: none; }	
div.green2 { font-style: italic; }
div.green2 strong { font-style: normal; }

table.panel 
{ 
	width: 1000px; 
	height: 100%;
	margin: auto; 
	background-color: #043f0d; 
	border-left: solid 1px White;
	border-right: solid 1px White;
	background-image: url('../images/table_background.gif');
	background-repeat: repeat-y;
	background-position: left;
}
table.content
{
	width: 1000px;
}
td.content_left
{
	width: 319px;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #79a143;
	vertical-align: top;
	height: 438px;
}
div.logo { padding: 20px 0 0 26px; }
div.menu { padding: 24px 0 0 26px; line-height: 1.6em; }
div.main { padding: 40px 0 0 64px; }
