body {
	font: Arial, Helvetica, sans-serif;
	background-color: #0e6f3c;
	background-image: url(../images/background_fade_green.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-color: #FFFFFF;
	border-color: #FF0000;
}
p {	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
 }
td { }
a:link { color: black; }
a:visited { color: black; }
a:hover { color: blue; }
a:active { }

.home_alert {
	margin:10 auto;
	text-align:center;
	padding: 10px;
	border:dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-color: #FF0000;
}
#page { margin:0 auto; position:relative; text-align:center; width:775px; height: auto; }
#header { color: black; background-image: url(../images/header.gif); background-repeat: no-repeat; text-align: right; width: 775px; padding-top: 90px; height:17px;}
#content { background-color: white; text-align: left; border: solid 1px black; width:755px; margin-top: 10px; padding: 10px; min-height: 400px}
#footer { color: white; text-align: center; width: 775px; margin-top: 5px; border-top: 2px solid white; }
