BODY {
	background-color: #515a31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	
	scrollbar-3dlight-color: #fafcf5;/**/
	scrollbar-arrow-color: #67462d;/**/
	scrollbar-base-color: #fafcf5;
	scrollbar-darkshadow-color: #fafcf5;/**/
	scrollbar-face-color: #cee39c;
	scrollbar-highlight-color: #8e9e56;
	scrollbar-shadow-color: #fafcf5;
	scrollbar-track-color: #fafcf5;/**/
}

A {
	color: #00568e;
	font-weight: normal;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

INPUT, TEXTAREA {
	border: 1px solid #68591c;
	background-color: #FFFFFF;
	color: #333333;
}


TEXTAREA.comments{
	width:460px;
	height:130px;
	margin-top:4px;
}

#button{
	padding:2px 10px 2px 10px !important;
	padding:2px 0px 2px 0px;
	background-color: #fffeac;
}

.simple_form {
	padding:20px 6px 6px 6px;
}

.simple_form #top_left{
	background-color: #e7ffb6;
	padding: 4px 10px 4px 20px;
	border-right: 1px solid #c5b38d;
}
.simple_form #top_right{
	/*background-color: #cdba97;*/
	padding: 4px 10px 4px 20px;
}
.simple_form #middle_left{
	background-color: #e7ffb6;
	padding: 4px 10px 4px 20px;
	width:180px;
	border-top: 1px dashed #8191e3;
	border-right: 1px solid #c5b38d;
}
.simple_form #middle_right{
	/*background-color: #cdba97;*/
	padding: 4px 10px 4px 20px;
	border-top: 1px dashed #e55c5c;
}
.simple_form #bottom_left{
	/*background-color: #cdba97;*/
	padding: 4px 10px 4px 20px;
	width:180px;
	border-right: 1px solid #c5b38d;
	background-color: #e7ffb6;
}
.simple_form #bottom_right{
	padding: 4px 10px 4px 20px;
}
.simple_form #bottom_left #button{
	margin: 6px 10px 6px 0px;
}
.simple_form #bottom_right #button{
	margin: 6px 10px 6px 0px;
}
.simple_form #bottom_left.dashed{
	border-top: 1px dashed #f9f9f9;
}
.simple_form #bottom_right.dashed{
	border-top: 1px dashed #ececec;
}
.simple_form #center{
	background-color: #ececec;
	padding: 10px 10px 10px 20px;
}


.body_grid{
	width:870px;
}
.body_grid TD.head{
	background: transparent url(../images/head-trans.png) no-repeat;
}
.body_grid TD.top_line{
	background: url(../images/top_line.png) no-repeat;
	height: 19px;
}
.body_grid TD.controller{
	background: url(../images/home_controller-trans.png) no-repeat;
	padding-right:2px;
}
.body_grid TD.bottom_line{
	background: url(../images/bottom_line.png) no-repeat;
	height: 19px;
}
.body_grid TD.footer{
	background: transparent url(../images/footer-trans.png) no-repeat;
	height: 106px;
	overflow:hidden;
}



.head_fork{
	height: 161px;
}
.head_fork .fork_top{
	vertical-align:top;
}
.head_fork .fork_menu{
	vertical-align:bottom;
}



DIV.logo{
	height: 149px;
	padding: 12px 0px 0px 10px;
	overflow:hidden;
	position:relative;
}
DIV.top{
	padding: 16px 10px 0px 0px;
	position:relative;
}
DIV.menu{
	padding: 0px 10px 16px 0px;
	position:relative;
}
DIV.controller{
	height: 253px;
	padding: 6px 0px 2px 20px;
	overflow:auto;
	font-size:10px;
	position:relative;
}
DIV.footer{
	padding: 10px 20px 10px 20px;
	overflow:hidden;
	position:relative;
}


.navsimple_h A {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 10px 0px 10px;
}
.navsimple_h A:hover {
	color: #00568e;
}
.navsimple_h A:active {
	color: #00568e;
}

