/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e2c00;
	background-image:url(images/bg.gif);
}
a:link {
	color: #5e2c00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5e2c00;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #5e2c00;
}
.header {font-size: large}
.small {font-size: 12px;
	color:#5e2c00;}
#container {
	width:835px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
}
#top {
	width:835px;
	height:155px;
	margin-top:0px;
	background-image:url(images/topbg.gif);
	padding: 0px;
}
#links {padding-top:125px; width:835px; text-align:center;}
#mid {width:835; background-image:url(images/midbg.gif);}
#midtxt {width:791px; padding-left:22px; padding-right:22px;}
#midleft {width:563px; float:left; padding-left:2px;}
#midRight {width:214px; float:right; padding-left:5px; background-image:url(images/rightbg.gif); margin-top:5px;}
