a:link, a:visited {
	color: #243048;
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	color: #F6D22B;
	text-decoration: none;
}

body {
	background-color: #008B00;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}
h1, h2, h3 {
	display: inline;
	font-family: "Georgia", Verdana, Arial, sans-serif;
	margin: 0;
	text-align: center;
}
h1 {
	color: #000000;
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
    	text-indent: 0px;
}
td p {
    padding: 0px;
    vertical-align: top;
}
table, td {
    padding: 0px;
}

#holder {
	background-color: #FFFFFF;
	border: 1px solid #A4A4A4;
	border-bottom: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 720px;
}
#header {
	text-align: center;
	margin-bottom: 5px;
}

#images {
	text-align: center;
	margin-bottom: 5px;
}

#menu {
	margin-bottom: 0px;
	padding: 0px 0px 0px 38px;
	text-align: center;
}
#content {
	margin-top: 0px;
	margin-right: 10x;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 0px;
	width: 98%;
}
#footer {
	font-size: 9px;
	margin-bottom: 0px;
	text-align: center;
}

#menu a {
	border-bottom: 1px solid #F6D22B;
	border-right: 1px solid #F6D22B;
	border-top: 1px solid #F6D22B;
	font-family: "Book Antiqua", Georgia, Verdana, Arial, sans-serif;
	margin: 1px 0px 0px 0px;
	padding: 4px 17px 1px 17px;
}
#menu a:link, #menu a:visited {
	background-color: #DD212C;
	color: #F6D22B;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #F6D22B;
	color: #FFFFFF;
	height: 25px;
}
#menu ul {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	white-space: nowrap;
}
#menu li {
	border-top: 1px solid #F6D22B;
	display: inline;
	float: left;
	height: 26px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
