body
{
	background-color: #FAFAD2;
	height: auto
	font-family: "bookman old style", serif;
	color: #006633;
}

td
{
	padding:5px;
}

.floatright
{
	float: right;

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.page
{
	background-color: #FFFFFF;

	width: auto;
	height: auto;

	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;

	border: 1px solid #666;

	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#header
{
	position: absolute;

	text-align: center;

	background-image: url(/images/paleGreen.gif);
	background-repeat: repeat-y;
	background-color: #FAFAD2;

	left: 0;
	top: 0;
	right: auto;
	bottom: auto;

	width: 100%;
	height: 85px;
}

#left_bar
{
	position: absolute;

	background-image: url(/images/paleGreen.gif);
	background-repeat: repeat-y;
	background-color: #C5ECC8;

	left: 0;
	top: 85px;
	right: auto;
	bottom: auto;

	width: 145px;
	height: 100%;

	overflow:visible;
}

#main
{
	position: absolute;

	left: 145px;
	top: 85px;
	right: 0;
	bottom: 0;

	width: auto;
	height: auto;

	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;

	overflow:visible;
}

#footer
{
	position: fixed;

	left: 0;
	top: auto;
	right: 0;
	bottom: 0;

	width: 100%;
	height: auto;
}

a#xbtn
{
	position: static;
	display: block;
	width: 135px;
	height: 21px;

	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;

	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	background-image: url(images/button.png);
	background-repeat: no-repeat;

	color: #cc5522;
	text-decoration: none;
	font-family: "bookman old style", serif;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

a#xbtn:hover
{
	color: #ff7744;
}

a#xbtn_down
{
	position: static;
	display: block;
	width: 135px;
	height: 21px;

	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;

	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	background-image: url(images/button_down.png);
	background-repeat: no-repeat;

	color: #ff7744;
	text-decoration: none;
	font-family: "bookman old style", serif;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

.caption
{
	font-size: 75%;
}

p#indent
{
	text-indent: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}
