
* {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

html {
	font-size: 100.01%;
}

#head {
	height: 151px;
	overflow: hidden;
}

#head h1 {
	display: none;
	padding: 20px;
	font-size: 2em;
	font-weight: bold;
}

#head ul {
	height: 150px;
	padding-left: 206px;
	list-style: none;
	border-bottom: 1px solid black;
	background: url(images/fw_header.jpg) no-repeat center;
}

#head li {
	display: inline;
	font-weight: bold;
}

#head li.selected {
	border-bottom: #fff;
}

#head a {
	display: inline;
	float: left;
	height: 21px;
	padding: 5px 10px 3px;
	margin: 120px 10px 0;
	color: #000;
	background: #ddd;
	border: 1px solid black;
	border-bottom: 0;
	text-decoration: none;
}

#head li.selected a {
	position: relative;
	top: 3px;
	padding-top: 5px;
	border-bottom: #fff;
	background: #fff;
}

#head a:hover {
	background: #fff;
}

#nav {
	float: left;
	padding: 0;
	margin: 1em;
	background-color: #FFEEEE;
	list-style: none;
	clear: left;
	width: 10em;
}

#nav a {
	font-size: 0.9em;
	height: 17px;
	color: #fff;
	display: block;
	padding: 4px 20px;
	background: #000000 url(images/menu_bg.png);
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background-position:  0 -25px;
}

#content {
	margin: 1em 1em 0 1em;
	padding: 15px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: auto;
	
	font-size: 0.9em;
}

#content h2 {
	margin: 0 10px 20px;
	font-size: 1.8em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#content p {
	margin-bottom: 15px;
}

#content div.box {
	float: left;
	width: 250px;
	margin-right: 30px
}

#content div.box table {
	width: 100%;
}

#content div.box td {
	vertical-align: top;
	padding: 3px 10px 2px 0;
}

#content table.list {
	border-bottom: 1px solid black;
	border-collapse: collapse;
}

#content table.list td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #D3D3D3;
	padding: 2px 8px;
}

#content table.list .highlight {
	background-color: #D3D3D3;
}

#content table.list th {
	border: 1px solid black;
	padding: 2px 8px;
}

#content ul {
	padding-left: 20px;
}

#content div.okm {
	padding: 12px;
	margin: 0 20px 20px 0;
	float: left;
	width: 300px;
}

#content div.okm h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#content div.okm img {
	display: block;
	float: right;
}

#content .news {
	max-width: 600px;
	margin-bottom: 30px;
}

#content .news h3 {
	margin: 0 10px 10px 0;
	float: left;
}

#content .news .date {
	float: right;
}

#content .news p {
	clear: right;
	text-align: justify;
	line-height: 1.3em;
}

#footer {
	margin-top: 10px;
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	color: black;
}