@charset "utf-8";
/* CSS Document */

body {
	background-image:url(background.jpg);
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #1E4F13;
}
div#header {
	background-image:url(title.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}
div#main {
	width: 90%;
	margin: 20px auto 20px auto;
	background: #FFFFFF;
	background-image: url(innerBackground.jpg);
	border: 2px solid #1E4F13;
	min-width: 680px
}
div#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}
img.pic {
	padding: 2px 2px 2px 2px;
	border: 1px solid #1E4F13;
}
td {
	width: 50%;
	text-align: center;
	padding-bottom: 5px;
}
span.title {
	font-size: 16pt;
	font-weight: bold;
	color: #569141;
}
p.centerText {
	text-align: center;
}
#content ul {
	margin: 5px 0px 5px 30px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
#content ul li {
	padding: 5px 0px 0px 15px;
	background-image: url(bullet.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
a:link,a:visited {
	color: #669900;
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: none;
	color: #66A151;
}