html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Arial;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	/*font-size:100%;*/
	display:table;
	font-family:Arial;
	font-size:12px;
}
table, tbody, tr, th, td{ margin: 0px;	padding: 0px; border: 0px none;}

/*Links*/
a{color: #00561c; text-decoration:underline; cursor:pointer;}
a:link {color: #00561c; text-decoration:underline;}
a:visited{color:#00561c; text-decoration:underline;}
a:active {color: #00561c; text-decoration:underline;}
a:hover{color:#00561c;}

img{border:none;}
small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{	margin: 0px;
	padding: 0px;
	height:95px;
	width: 100%;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;*/
	background: #00561c;
	border: 0px none;
	table-layout:fixed;
}

#header_logo
{
	position:absolute;
	width: 248px;
}

#header_text
{
	position:absolute;
	color:#ffcd29;
	padding-left: 300px;
	padding-top: 25px;
	height: 65px;
}
#header_angle{
	position: absolute;
	width: 100%;
	margin-top: 65px;
	height:30px;
	background: #ffffff url(images/angle.gif) 248px 0px no-repeat;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:218px;
	vertical-align:top;
	height:100%;
	padding: 30px;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0px;
	padding-bottom: 40px;
	padding-left: 20px;
}

/*Right column*/
#content .right-column
{
	width:200px;
	padding: 0 30px 30px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	height: 42px;
	padding: 18px 30px 25px;
	margin: 0px;
	color:#333333;
	background-color: #ebebeb;
	font-size:11px;
}
#footer img{ float:left; margin-right: 12px; margin-top: 2px;}
#contacts{float:left;  width:200px;}
#copyright{float:right; width: 200px; position: relative; left:0px;  top:0px;}
.block1 {width: 200px; float: left;}
.block2 {width: 200px; float: right;top: 10px; left: -70px;}

/*Data table*/
table.data-table
{
	border:1px solid #DDDDDD;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#EBEBEB;
	text-align:left;
	font-weight: normal;
	background-image:none;
	color: #333;
	border: 1px solid #DDDDDD;
	padding:4px;
	
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#EBEBEB;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}