/* common */
body {
	background-color:#578C46;
	margin:0px;
}

h2, h3 {
	color:#5EAE38;
	font-size:17px;
	font-family:"Times New Roman";
	font-weight:bold;
	margin-bottom:0px;
	margin-top:10px;
}
h1 {
	color:#777777;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:5px;
}

font.bright {
	color:#999999;
}
a {
	color:#B15C00;
	border-bottom:1px dashed #B15C00; 
	text-decoration:none;
}
a:hover {
	border-bottom:1px dashed #FFFBBC;
}

/* header */

/*div {
	border:1px dotted #FF0000;
}*/

div.root {
	background-image:url(IMG/bg.gif);
	background-color:#8CCD76;	
	background-position:bottom;
	background-repeat:repeat-x;
}
div.top_wrap {
	background-image:url(IMG/bg_top.gif);
	height:67px;
	width:100%;
}
div.top {
	background-image:url(IMG/bg_top_2.gif);
	height:67px;
	width:696px;
	margin:auto;
	position:relative;
}
div.top div.content{
	color:#B15C00;
	font-size:12px;
	font-family:"lucida sans unicode";
	position:absolute;
	right:10px;
	top:12px;
	height:20px;
}
div.top div.content a{
	color:#B15C00;
	text-decoration:none;
	border:0px;
}
div.top div.content a:hover{
	border-bottom:1px dashed #B15C00;
}
div.top div.butter {
	position:absolute;
	top:20px;
	left:185px;
}
div.top_logo {
	background-image:url(IMG/bg_top_3.gif);
	height:50px;
	width:696px;
	margin:auto;
	position:relative;
}
div.top_logo div.content {
	position:absolute;
	right:25px;
	top:0px;
}
div.top_logo div.content div{
	float:left;
}

div.top_logo div.content div.divider{
	background-image:url(IMG/divider.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:5px;
	height:41px;
}
div.top_logo div.content div.button{
	background-image:url(IMG/bg_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:27px;
	height:41px;
}
div.top_logo div.content div.button a, div.top_logo div.content div.button img {
	border:0px;
}
div.top_logo div.content div.search {
	background-image:url(IMG/bg_search.gif);
	width:167px;
	height:41px;
}
div.top_logo div.content div.search input.field{
	background-color:#749341;
	color:#C0D995;
	font-size:11px;
	font-family:"lucida sans unicode";
	border:0px;
	height:13px;
	width:115px;
	margin:0px;
	margin-left:10px;
	margin-bottom:8px;
}
div.top_logo div.content div.search input.button{
	border:0px;
	margin-left:12px;
}
div.header {
	height:248px;
	width:696px;
	margin:auto;
}
div.menu {
	background-image:url(IMG/bg_menu.gif);
	height:49px;
	width:696px;
	margin:auto;
}
div.menu div.menu_box{
	margin-left:30px;
}
div.menu div.menu_box div.divider {
	background-image:url(IMG/divider_2.gif);
	width:6px;
	height:41px;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:4px;
}
div.menu div.menu_box div {
	float:left;
}
div.menu div.menu_box div.link, div.menu div.menu_box div.hover{
	margin-top:4px;
	cursor:pointer;
	font-family:impact;
	padding:10px;
	font-size:16px;
}
div.menu div.menu_box div.link a{
	color:#FFFBBC;
	text-decoration:none;
}
div.menu div.menu_box div.hover{
	background-color:#FFFBBC;
	background-image:url(IMG/corner.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
div.menu div.menu_box div.hover a {
	color:#B15C00;
	text-decoration:none;
	border-bottom:1px dashed #B15C00;	
}

div.content_wrap {
	background-image:url(IMG/bg_content_loop.gif);
	width:696px;
	overflow:auto;
	margin:auto;
}
div.content_box {
	background-image:url(IMG/content.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:auto;
	min-height:300px;
	width:696px;
	margin:auto;
	position:relative;
}
div.content_box div.info{
	width:160px;
	right:30px;
	bottom:20px;
	position:absolute;
	color:#333333;
	line-height:20px;
	font-family:tahoma;
	font-size:11px;
}
div.content_box div {
	float:left;
}
div.content_box div.text_box {
	padding:30px;
	padding-left:35px;
	padding-right:20px;
	font-family:"lucida sans unicode";
	color:#333333;
	line-height:19px;
	font-size:13px;
	width:405px;
}
div.content_box div.submenu_box {
	width:205px;
	padding-left:20px;
	padding-top:20px;
	color:#333;
	font-size:10px;
	font-family:"lucida sans unicode";
}
div.submenu_box a {
	color:#B15C00;
}
div.submenu_box a:visited {
	color:#B15C00;
}
div.content_box div.submenu_box div.link, div.content_box div.submenu_box div.hover{
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	width:179px;
	height:23px;
	padding-top:5px;
	margin-bottom:10px;
}
div.content_box div.submenu_box div.link{
	background-image:url(IMG/submenu.gif);
}
div.content_box div.submenu_box div.link a {
	color:#777777;
	text-decoration:none;
	border:0px;
}
div.content_box div.submenu_box div.hover{
	background-image:url(IMG/submenu_.gif);
}
div.content_box div.submenu_box div.hover a {
	color:#B15C00;
	border-bottom:1px dashed #B15C00;
	text-decoration:none;
}
div.bottom {
	background-image:url(IMG/bottom.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:774px;
	height:47px;
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#ACE1B1;
	font-family:tahoma;
	padding-top:20px;
}
div.bottom a{
	color:#ACE1B1;
}

