body {
	background-color: #477836;
	scrollbar-base-color: #D6ECC7;
	scrollbar-arrow-color: #606060;
	scrollbar-3dlight-color: #477836;
	scrollbar-darkshadow-color: #477836;
	scrollbar-face-color: #F0F1F4;
	scrollbar-highlight-color: #477836;
	scrollbar-shadow-color: #477836;
	scrollbar-track-color: #D6ECC7;
	overflow-x: auto;
}
body,td,p,.plain,a.plain,a.plain:link,a.plain:visited,a.plain:hover {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #333333;
}
a,a:link,visited {
	color: #436556;
	text-decoration: none;
}
a:active,a:hover{
	color: #539767;
	text-decoration: none;
}
#title {
	width: 762px;
	margin: auto;
	display: block;
	border: 0 none;
	text-align: center;
}
.title {
	padding: 10px 0;
	display: block;
	border: 0 none;
	text-align: left;
}
#main,#main_large {
	width: 762px;
	margin: auto;
	display: block;
	border: 0 none;
	text-align: center;
}
#main_large {
	width: 1013px;
}
div[id=main_large] {
	width: 1013px;
}
#menu_top {
	width: 138px;
	height: 16px;
	margin: auto;
	display: block;
	float: left;
	clear: left;
	background-image: url(/siteimages/main/menu-top.gif);
	background-repeat: no-repeat;
	border: 0 none;
}
#content_top,#content_top_large {
	width: 624px;
	height: 16px;
	margin: auto;
	display: block;
	float: right;
	clear: right;
	background-image: url(/siteimages/main/content-top.gif);
	background-repeat: no-repeat;
	border: 0 none;
}
#content_top_large {
	width: 875px;
	background-image: url(/siteimages/main/content-top-large.gif);
}
div[id=content_top_large] {
}
#menu,#menu_large {
	width: 100px;
	height: 650px;
	margin: auto;
	padding: 10px 17px 10px 21px;
	display: block;
	float: left;
	clear: left;
	background-image: url(/siteimages/main/menu.gif);
	background-repeat: repeat-y;
	border: 0 none;
}
#menu_large {
	height: 1000px;
}
div[id=menu_large] {
}
#content,#content_large {
	width: 574px;
	height: 650px;
	margin: auto;
	padding: 10px 30px 10px 20px;
	display: block;
	float: right;
	clear: right;
	background-image: url(/siteimages/main/content.gif);
	background-repeat: repeat-y;
	border: 0 none;
	text-align: left;
	overflow-y: auto;
}
#content_large {
	height: 1000px;
	width: 825px;
	background-image: url(/siteimages/main/content-large.gif);
}
div[id=content_large] {
}
#forum {
	width: 835px;
	display: block;
	margin: auto;
	padding: 0;
	position: relative;
	overflow: none;
	clear: both;
}
div[id=forum] {
	width: 835px;
}
#content_left {
	width: 225px;
	padding: 0 5px 0 0;
	float: left;
	text-align: left;
	clear: left;
	background-color: #D6ECC7;
}
#content_right {
	width: 334px;
	padding: 0 0 0 10px;
	float: right;
	text-align: left;
	clear: right;
	background-color: #D6ECC7;
}
#menu_bottom {
	width: 138px;
	height: 165px;
	margin: auto;
	display: block;
	float: left;
	clear: left;
	background-image: url(/siteimages/main/menu-bottom.gif);
	background-repeat: no-repeat;
	border: 0 none;
}
#content_bottom,#content_bottom_large {
	width: 403px;
	height: 159px;
	margin: auto;
	padding: 6px 20px 0;
	display: block;
	float: left;
	clear: none;
	background-image: url(/siteimages/main/content-bottom.gif);
	background-repeat: repeat-x;
	background-position: left;
	border: 0 none;
}
#content_bottom_large {
	width: 654px;
}
div[id=content_bottom_large] {
	width: 654px;
}
#content_bottom p {
	text-align: left;
}
#content_bottom_right {
	width: 181px;
	height: 165px;
	margin: auto;
	display: block;
	float: right;
	clear: right;
	background-image: url(/siteimages/main/content-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0 none;
}
.small {
	font-size:10px;
}
#content li,#content_large li {
	list-style-type: square;
	margin: 4px 0 0 -20px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-image: url(/siteimages/main/bullet.gif);
}
#content ul,#content_large ul {
	margin-top: -10px;
}
#menu ul,#menu li,#menu_large ul,#menu_large li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
#menu a,#menu a:link,#menu a:visited,#menu a:active,
#menu_large a,#menu_large a:link,#menu_large a:visited,#menu_large a:active {
	font-weight: bold;
	color: #F7EDF6;
	display: block;
	width: 90px;
	background-color: #6A2F60;
	border-left: 2px solid #6A2F60;
	border-right: 2px solid #6A2F60;
}
#menu span.menu_item,#menu_large span.menu_item,#menu a:hover,#menu_large a:hover {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 90px;
	background-color: #3E0A35;
	border-left: 2px solid #3E0A35;
	border-right: 2px solid #3E0A35;
}
input,textarea,select {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #EEF8E5;
	border: 1px dashed #A4CA8B;
}
input.submit {
	font-weight: bold;
	color: #3E0A35;
	background-color: #A4CA8B;
	border: 2px solid #3E0A35;
}
.error {
	background-color: #F4DEE2;
	border: 1px dashed #A91B34;
}
textarea {
	scrollbar-base-color: #D6ECC7;
	scrollbar-arrow-color: #A4CA8B;
	scrollbar-3dlight-color: #A4CA8B;
	scrollbar-darkshadow-color: #A4CA8B;
	scrollbar-face-color: #F0F1F4;
	scrollbar-highlight-color: #A4CA8B;
	scrollbar-shadow-color: #A4CA8B;
	scrollbar-track-color: #EEF8E5;
	overflow-x: auto;
}
form {
	display: inline:
}
.pixel {
	visibility: hidden;
}
.radio {
	background-color: #D6ECC7;
	border: 0px none;
}
.translucent {
	filter: Alpha(Opacity=60);

}
.seamless {
	border: 0px none;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #D6ECC7;
}
