html, body, form, input, textarea
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	min-height: 100%;
}

body
{
	font: 13px Arial;
	color: #3e3d40;
	height: 100%;
}

html
{
	background: #82ae25 url(../images/header/background.png) top repeat-x;
	height: 100%;
}

form
{
	display: block;
}

input, textarea
{
	border-style: none;
	border-width: 0px;
	display: inline;
}

hr
{
	border: 0px #aaa solid;
	border-top-width: 1px;
	margin: 40px;
}

p
{
	margin: 0px;
	padding: 0px;
}

li
{
  margin: 5px;
}


a
{
	color: #6A8534;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#global
{
  background: url(../images/g.png) top center no-repeat;
  /* min height hak */
	position:relative; 
	margin:0 auto;
	height:100%;
	min-height:100%;
	height:auto !important;
}

#content
{
	background: url(../images/content_background.png);
	padding-bottom: 80px;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}


.block, .block_with_menu
{
	padding: 25px 30px;
	margin: 30px 10px;
	background: #ffffff;
}

.block_with_menu
{
	margin-top: 0px;
}

.block_menu
{
	height: 32px;
	margin: 30px 0px 0px 30px;
}

.block_menu a
{
	display: block;
	float: left;
	height: 32px;
	width: 15%;
	margin-right: 3px;
	line-height: 32px;
	text-align: center;
	color: #436101;
	background-color: #fff;
	text-decoration: none;

	opacity:0.5;
}

.block_menu a.block_menu_actice
{
	opacity:1;
	filter:alpha(opacity=100);
}

.block_title
{
	font-size: 33px;
	margin-bottom: 10px;
}

.block_subtitle
{
	font-size: 13px;
	color: #B0B0B0;
	height: 60px; 
	text-align: right;
	background: url(../images/line.png) no-repeat right 40px;
}

.block_nexttitle
{
	font-size: 18px;
	margin: 20px 0px;
}

.block_left_subtitle
{
	font-size: 13px;
	color: #B0B0B0;
	height: 60px; 
}

.block_footer
{
	font-size: 33px;
	text-align: right;
}

table.table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

table.table tr td
{
	border-top: 10px #fff solid;
	border-bottom: 10px #fff solid;
	background: #E7E7E7;
	padding: 10px;
	margin: 0px;
}

table.table tr.gold td
{
	background: #FFF69B;
}

table.table tr td.left
{
	padding-left: 60px;	
}

table.table tr td.right
{
	padding-right: 60px;
}

table.table tr td b
{
	font-weight: bold;
}

table.table tr td p
{
	margin-top: 10px;
}

input.text
{
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
	border: 1px #CFDDB3 solid;
	background: #fff;
}

.static p
{
  line-height: 160%;
}

.justify
{
  text-align: justify;
}

.clear
{
  clear: both;
}

