/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
td{
	font-family:Verdana;
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:10px auto; 
/*	height:auto !important;  /* real browsers */
/*	height:100%; /* IE6: treaded as min-height*/
/*	min-height:100%; */
	height: 600px;
	width:994px;
	border-left:1px solid #81a801;
	border-right:1px solid #81a801;
	border-top: 1px solid #81a801;
	border-bottom: 1px solid #81a801;
}

div#header {
	text-align:right;
}
div#content {
	text-align:center;
	vertical-align:top;
}
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	vertical-align:bottom;
	margin:0;
	text-align:center;
	border-right:1px solid #81a801;
	background-color: #9FC800;
	padding-bottom: 0px;
}
.main {    
	width: 297px;
	height: 290px;
    overflow: auto;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	color:#FFFFFF;
	padding-right:5px;
}
a.menu:link{
	color: #4e7500;
	text-decoration:none;
}
a.menu:visited{
	color: #4e7500;
	text-decoration:none;
}
a.menu:hover{
	color: #4e7500;
	text-decoration:underline;
}
a.menu:active{
	color: #4e7500;
	text-decoration:none;
}
a.sub_menu:link{
	color: #9b9b9b;
	text-decoration:none;
}
a.sub_menu:visited{
	color: #9b9b9b;
	text-decoration:none;
}
a.sub_menu:hover{
	color: #9b9b9b;
	text-decoration:underline;
}
a.sub_menu:active{
	color: #9b9b9b;
	text-decoration:none;
}
.input{
	border:1px solid #666666;
	font-size:10px;
	font-family:Verdana;
}