html, body, h1, h2, form, p, img {
	margin: 0; padding: 0; border: 0;
}
body, input, textarea, table {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color: #353B28;
	text-align: center;
	background: #FFF url(../images/page.jpg) 0 0 repeat-x;
}
a { 
	color: #2C3D4A;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
.clear {
	clear: both; overflow: hidden; height: 1px;
}
.grey {
	height: 2px;
	background: #97B1BB;
}
.white {
	height: 2px;
	background: #FFF;
}
.hidden {
	display: none;
}
input.txt, input.text {
	border: #006991 solid 1px;
}
input.btn, input.button {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	background: #B84000;
	border: #B84000 solid 1px;
}


.page {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/page.gif) 0 0 repeat-y;
}
.logo {
	float: left;
	width: 236px;
}
.header {
	float: left;
	width: 754px; height: 274px;
	color: #FFF;
	background: url(../images/header.jpg) 0 0 no-repeat;
}
.langs {
	padding: 15px;
	font-size: 11px;
	text-align: right;
}
.langs a {
	color: #FFF;
}


.inner {
	padding: 16px;
}
.left, .right {
	float: left;
	width: 236px;
}
.left .inner {
	padding: 0 16px 16px 16px;
}
.left ul {
	width: 204px;
	overflow: hidden;
	margin: 0; padding: 0 0 16px 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
}
.left li strong {
	font-size: 15px;
	line-height: 15px;
}
.left li a {
	display: block;
	width: 100%;
	padding: 4px 0 4px 8px;
}
.left li a:hover {
	color: #FFF;
	background: #FFBF24;
	text-decoration: none;
}
.left li.sel a {
	color: #FFF;
	background: #B84000;
}
.left li.main {
	padding: 16px 0 0 0;
}
.content {
	float: left;
	width: 518px;
}

.content h1 {
	padding: 0 80px 12px 0;
	font-size: 24px;
	line-height: 28px;
	color: #B84000;
	font-weight: normal;
	background: url(../images/line.gif) 0 100% repeat-x;
}
.content .mid {
	padding: 16px 0 0 0;
}
.right form {
	padding: 0 0 24px 0;
}
.right h2 {
	font-size: 18px;
	line-height: 18px;
	color: #2C3D4A;
	font-weight: normal;
}
.right .item {
	padding: 0 0 24px 0;
}
.right .item .elem {
	padding: 5px 0;
	background: url(../images/line.gif) 0 100% repeat-x;
}
.right .item .elem span {
	color: #B84000;
}


.footer {
	padding: 12px 16px;
	background: #2E4F6E;
	color: #FFF;
	font-size: 11px;
}
.footer a {
	color: #E2AD27;
}
