html {
	background: #FFFFFF;
}

body {
	position: relative;
	margin: auto;
	padding-bottom: 100px;
	width: 1000px;
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
}

a,
a:hover,
a:visited {
	color: inherit;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	line-height: 2em;
}

caption {
	padding: 1px 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

th,.th {
	padding: 1px 10px;
	background: #f3f3f3;
	border: none;
}

td {
	padding: 1px 10px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
}
.allborders td {
	border-right: 1px solid #cccccc;
}

fieldset {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 0;
	border-bottom: 1px solid #cccccc;
	border-left: 0;
	background: #f3f3f3;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

label {
	float: left;
	height: 24px;
	width: 150px;
	line-height: 24px;
}

input,
textarea {
	margin-left: 20px;
}
input.medium,
textarea.medium {
	width: 200px;
}
input.large,
textarea.large {
	width: 300px;
}

textarea {
	height: 100px;
}

button {
	margin-left: 170px;
}

.field {
	clear: both;
}



.off {
	display: none;
}

.hide {
	position: absolute;
	left: -1000em;
	z-index: -1;
}

.hleft {
	text-align: left;
}
.right {
	text-align: right;
}
.hcenter {
	text-align: center;
}

.smaller {
	font-size: 0.8em;
}



.menu {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 40px;
	width: 220px;
}

.menu li {
	width: 200px;
	border-bottom: 1px solid #cccccc;
}
.menu li:hover {
	background: #222222;
	color: #ffffff;
}

.menu li a {
	display: block;
	padding: 0 10px;
	height: 30px;
	width: 180px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;	
	
}

.menu .leftparts {
	/*float: left;*/
}

.menu .rightparts {
	/*float: right;*/
}



#site_content {
	margin: 0 0 0 300px;	
}

#site_content>h1,
#site_content>h2,
#site_content>p,
#site_content>.subpages {
	padding: 0 10px;
} 



.news {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.news li {
	margin: 1em 0;	
}

.news li h2 {
	margin: 0 0 0.5em;
	padding: 0 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
}

.news .posted {
	float: right;
	line-height: 2.2em;
	margin: 0;
}

.news li p {
	margin: 0.5em;
	padding: 0 10px;
}



.subpages {
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.subpages li {
	float: left;
	margin-right: 0.5em;
}

.subpages li a {
	padding: 0.1em 0.4em;
	background: #f3f3f3;
	border: 1px solid #cccccc;
	text-decoration: none;
}

.subpages li a:hover {
	color: #ffffff;
	background: #222222;
}