body {
	background-color:#199415;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#outsidecontainer {
	width:666px;
	margin:0 auto;
}
#shadowcontainer {
	position:relative;
	top:19px;
	left:2px;
	width:666px;
	background:url(images/borderbg.png) repeat-y left;
}
#header {
	height:122px;
	width:666px;
	background:#2caf28;
}
#menu {
	background: url(images/menubg.png) repeat-x;
	height: 26px;
	text-align: center;
	margin: 0 12px 0 8px;
	border-bottom:2px solid #262626;
	padding-top:8px;
}
#content {
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
#content .smallwarning {
	font-size:12px;
	color:#bc0000;
}
#content p {
	position:relative;
	z-index:5;
}
#content .header {
	color:#1c8f1a;
}
#content p.large {
	margin-top:0px;
	line-height:30px;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
}
#content a:visited, #content a:link {
	color:#000;
}
#content a:hover, #content a:active {
	color:#1c8f1a;
}
#content td {
	font-weight:normal;	
}
#topleftant {
	position:absolute;
	left:-26px;
	top:189px;
	width:95px;
	height:70px;
	background:url(images/topleftant.png) no-repeat;
	z-index:4;
}
#toprightants {
	position:absolute;
	right:-13px;
	top:159px;
	width:94px;
	height:155px;
	background:url(images/toprightants.png) no-repeat;
	z-index:2;
}
#bottomleftants {
	position:absolute;
	left:-11px;
	bottom:52px;
	width:126px;
	height:94px;
	background:url(images/bottomleftants.png) no-repeat;
	z-index:3;
}
#footer {
	height:90px;
	width:666px;
	background:url(images/footer.png) #2caf28 no-repeat top left;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
#footer p {
	padding:7px;
}
#footer a:visited, #footer a:link {
	color:#FFF;
}
#footer a:hover, #footer a:active {
	color:#024a00;
}
#subfooter {
	height:90px;
	width:666px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
}

