body { background: #01642E; font-family: Geneva,Verdana,Helvetica,sans-serif; font-size: 13px; color: #C8C38E;margin:0px; 
height:100%;}

p,div,td { font-size: 14px; }

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#01642E;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 150px;
	background-color:#FFD700;
	padding:0px;
	margin:0px;
	border-bottom:6px double white;
}

div#content {
	padding:0em 1em 7em 1em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#C8C38E;
	border-top:6px double white;
	height: 80px;
 	font-size: 10px;
  	color:#01642E;
}

a:link { color: #ffffff; font-size: 14px; text-decoration: underline;}
a:visited { color: #ffffff; font-size: 14px; text-decoration: underline;}
a:hover { color: #C8C38E;font-size: 14px;text-decoration: underline;}
a:active { color: #ffffff; font-size: 14px; text-decoration: underline;}

.small {
    color: #000000;
    font-size: 10px;
    font-family: Geneva,Verdana,Helvetica,sans-serif; 
}

.titleheader {
    background-color:#044320;
    color: #C8C38E;
    font-size: 18px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #C8C38E;
    font-family: Geneva,Verdana,Helvetica,sans-serif; 
}

.header2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    font-family: Geneva,Verdana,Helvetica,sans-serif; 
}

.tablestyle {
  margin:10px;
  padding:10px;
  background-color:#044320;
  border: 1px solid #C8C38E;
}

.tablestyle_header {
  background-color: #044320;
  color: #C8C38E;
  padding:4px;
  border: 1px solid #2d4587;
}

.tablestyle2 {
  padding:10px;
  background-color:#044320;
  border: 1px solid #C8C38E;
}

a.menu:link { color: #ffffff; font-size: 14px; text-decoration: none;font-weight:bold;text-decoration:underline;}
a.menu:visited { color: #ffffff; font-size: 14px; text-decoration: none;font-weight:bold;text-decoration:underline;}
a.menu:hover { color: #C8C38E;font-size: 14px;text-decoration: underline;font-weight:bold;text-decoration:underline;}
a.menu:active { color: #ffffff; font-size: 14px; text-decoration: none;font-weight:bold;text-decoration:underline;}

a.footer:link { color: #044320; font-size: 10px; text-decoration: none;}
a.footer:visited { color: #044320; font-size: 10px; text-decoration: none;}
a.footer:hover { color: #000000;font-size: 10px;text-decoration: underline;}
a.footer:active { color: #044320; font-size: 10px; text-decoration: none;}

a.headermenu:link { color: #FFFFFF;font-size: 14px;font-weight: bold;text-decoration: none;}
a.headermenu:active { color: #FFFFFF;font-size: 14px;font-weight: bold;text-decoration: none;}
a.headermenu:visited { color: #FFFFFF;font-size: 14px;font-weight: bold;text-decoration: none;}
a.headermenu:hover {color: #C8C38E;font-size: 14px;font-weight: bold;text-decoration: underline;}
