@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	background: #FFF9B0;
}
#shell {
	background: url(../images/bg_shell.gif) repeat-y 0px 0px;
}
#shell td.flag {
	height: 99px;
	background: url(../images/logo.gif) no-repeat 44px 32px;
}
#shell td.foot {
	background: #FFF9B0 url(../images/foot.gif) no-repeat 0px 0px;
	height: 99px;
}
td.foot p {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
td.foot a {
	color: #8B9B52;
	text-decoration: none;
}
td.foot a:hover {
	color: #000000;
	text-decoration: underline;
}
#shell td.botround {
	background: url(../images/bot_round.gif) no-repeat 47px 0px;
	height: 11px;
}
#shell  td.forty {
	height: 40px;
}
#shell #content {
	margin-left: 7px;
}
#content td.col1 {
	background: url(../images/bg_green.gif) repeat-y 40px 0px;
	width: 582px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #899A52;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px dashed #8B9B52;
}
#fagnav {
	margin-right: 18px;
	margin-bottom: 0px;
}
img.drawline {
	width: 100%;
	border-top: 1px solid #8C9B52;
}
table.border {
	border: 1px solid #8B9B52;
}
div.padded {
	margin: 24px 24px 36px 71px;
}
div.padded a {
	color: #7B873B;
	text-decoration: none;
}
div.padded a:hover {
	font-weight: bold;
	color: #8B9B52;
	text-decoration: underline;
}

/* The Image Menu */

#menu {
	width: 161px;
	margin-bottom: 32px;
	margin-left: 8px;
}
#menu td {
	height: 25px;
	text-align: left;
	vertical-align: middle;
}
#menu td.menu_off {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background: url(../images/nav.gif) no-repeat top;
}
#menu td.menu_off a {
	color: #000000;
	text-decoration: none;
	margin-top: 8px;
}
#menu td.menu_on {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background: url(../images/nav-over.gif) no-repeat top;
}
#menu td.menu_on a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 8px;
}
