input::-moz-focus-inner {
	border:0;
	padding:0;
}

/****************************************************************** GENERAL ***/
html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia,serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
}

/*h1 {
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}*/

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

p {
	line-height: 20px;
	margin: 0;
	padding: 0 0 12px 0;
	text-align: left;
}

ul,
ol {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 12px;
	padding-left: 24px;
	text-align: left;
}

ul li,
ol li {
}

a {
	color: #697eb6;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:active,
h2 a:active,
h3 a:active {
	color: #000;
	text-decoration: none;
}

img {
	border-width: 0;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

div.clear {
	clear: both;
}

/*********************************************************** GENERAL LAYOUT ***/
div.background {
	position: relative;
	width: 100%;
	min-width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

	/*background-image: url(background_small.jpg);*/
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

div.wrapper {
	width: 970px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.left {
	width: 232px;
	margin: 0 7px 0 0;
	float: left;
	/*background: #ffffff;*/
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.75)), color-stop(90%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c0ffffff', EndColorStr='#c0ffffff');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c0ffffff', EndColorStr='#c0ffffff');
}

div.right {
	width: 724px;
	margin: 0 0 0 7px;
	float: left;
}

div.logo {
	width: 232px;
	margin: 14px 0 7px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

div.address {
	width: 232px;
	margin: 39px 0 14px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

div.logo p,
div.address p {
	text-align: center;
	padding: 6px 0 6px 0;
}

div.logo p,
div.address p,
div.logo p a,
div.address p a {
	color: #000;
	text-decoration: none;
}

div.menu {
	width: 724px;
	margin: 14px 0 7px 0;
	background-color: #888;
	padding: 7px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

div.menu span.level_one_shown,
div.menu span.level_one_empty,
div.menu span.level_one_selected,
div.menu span.level_one {
	padding: 7px;
}

div.menu span.level_one_shown,
div.menu span.level_one_empty,
div.menu span.level_one_selected {
	text-decoration: underline;
}

div.menu span.level_one_shown,
div.menu span.level_one_empty,
div.menu span.level_one_selected,
div.menu span.level_one,
div.menu span.level_one_shown a,
div.menu span.level_one_empty a,
div.menu span.level_one_selected a,
div.menu span.level_one a {
	color: #fff;
}

div.content {
	width: 624px;
	margin: 7px 0 14px 0;
	padding: 50px 50px 0 50px;
}

table.bb-table {
	margin: 0 -7px 12px -7px;
}

table.bb-table td {
	padding: 3px 7px;
}

div.center,
div.center h1,
div.center p {
	text-align: center;
}
