﻿/* CSS Document */

body {
	background: #a1d269 url('images/bg_main.jpg') repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0;
	margin-bottom:0
	}
	
#content {
	font-size: 10pt;
	padding: 0 3em 0 3em;
	color:#ffffff;
	}
	
#main img {
	border:#95cb5b 5px double;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}
	
hr {
	color:#63ac1d;
}

a:link {
	color:#a3d16b;
	text-decoration:underline;
}

a:visited {
	color:#a3d16b;
	text-decoration:underline;
}

a:hover {
	color:#63ac1d;
	text-decoration:none;
}

#footer {
	text-align:center;
	font-size: 8pt;
}

#subnav {
	text-align:center;
	font-size:8pt;
}

#footer a:link {
	color:navy;
}

#footer a:visited {
	color:navy;
}
