html,body {
	color: white;
	background: white;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
td {
width: auto;
margin: 20px;
}
td.bg {
	background-image: url('images/bg2.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
	width: 30%;
	padding: 0px;
}
td.bg2 {
	background-image: url('images/bg.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	background-attachment: fixed;
	width: 30%;
	padding: 0px;
}
div#page {
	width: 930px;
	text-align: left;
	margin: 20px;
	padding-right: 20px;
	background-color: white;
	_margin-right: 0px;
}
div#left {
	float: left;
	height: 900px;
	width: 256px;
}
div#right {
	float: right;
	margin-bottom: 20px;
}
div.menu, div.sub_menu {
	background-color: #586B30;
	background-image: url('images/menu_overlay.png');
	width: 254px;
	_width: 262px;
	height: 24px;
	_height: 32px;
	padding-top: 8px;
	_padding-bottom: 6px;
	padding-left: 8px;
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
div.sub_menu {
	background-color: #789D2A;
}
/*93c52b*/
#navigation {
	width: 270px;
	margin:0px;
	margin-top: 20px;
	padding:0px;
	text-indent:0px;
}

ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
li {
	width: 100%;
	margin:0px;
	padding:0px;
	text-indent:0px;
	border-top: 1px solid white;
	list-style-type: none;
}
a, a:hover, a:visited {
	color: white;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
img#logo {
	margin-left: 40px;
}
img#logo2, img#logo3, img#logo4, img#logo5{
	margin-top: 15px;
	margin-left: 35px;
}
div#flashcontent {
	margin-right: 20px;
	_margin: 0px;
}

img#logo {
	margin-left: 40px;
}

img {
	border: 0px black solid;
}

div.text_block {
	background-image: url('images/text_top.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 570px;
	_width: 620px;
	padding: 25px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #789D2A;
}

div.page_item {
	width: 620px;
	border: 1px solid white; /* weird fix */
}

div.content_image {
	margin-top: 20px;
	width: 300px;
	height: 240px;
	_margin-right: 0px;
}

div.content_image_w {
	margin-top: 20px;
	margin-right: 20px;
	width: 620px;
	height: 240px;
	_margin-right: 0px;
}

div#copy {
	text-align: center;
	color: #586B30;
	margin: 25px;
	font-size: 10pt;
}
