@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #004400;
}
.leftbg {
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightpanel {
	background-image: url(../images/rightpanel_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 20px;
}
.rightpanel a {
	color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 96px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.4em;
}
.footer a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.footer  a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.footer  a:hover {
	font-weight: normal;
	color: #004400;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.subscribe {
	font-family: "Trajan Pro", "Times New Roman", "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

