body {
	background: url('images/bg_bottom.jpg') center bottom no-repeat #203a53;
	padding: 0px 0px 30px 0px;
}
body#print {
	background: #FFF;
}
#top_header {
	width: 799px;
}
#logo {
	float: left;
}
#icons {
	float: right;
	padding-top: 59px;
}
#top {
	width: 919px;
	height: 285px;
	clear: both;
	background: url('images/bg_top1.jpg');
}
#header {
	width: 799px;
	height: 285px;
	background: url('images/top.jpg') center no-repeat;
	overflow: auto;
	text-align: left;
}
#top_menu {
	list-style-type: none;
	padding: 20px 0px 0px 30px;
}
#top_menu li {
	padding-left: 15px;
	width: 150px;
	line-height: 30px;
	border-bottom: 1px solid #626262;
}
#top_menu li a {
	font-size: 13px;
	font-weight: bold;
}
#top_menu li:hover {
	background: url('images/kw.jpg') left center no-repeat;
}
#top_menu li.active {
	background: url('images/kw.jpg') left center no-repeat;
}
#top_menu li:hover a {
	color: #358cd6;
}
#middle {
	width: 919px;
	background: url('images/bg.gif') center;
}
#middle-fix {
	width: 919px;
	background: url('images/fix-201.jpg') left bottom no-repeat;
}
#main {
	width: 799px;
	background: url('images/bg_tab.jpg') center;
	text-align: left;
}
#menu {
	width: 178px;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 160px;
}
#menu li.parent {
	line-height: 30px;
}
#menu li.child {
	padding-left: 10px;
}
#menu li.parent a {
	font-size: 11px;
	padding-bottom: 10px;
}
#menu li.child a {
	font-size: 11px
}
#content {
	margin-left: 55px;
	float: left;
	width: 540px;
	font-size: 11px;
	color: #626262;
	font-family: Tahoma;
	text-align: justify;
}
#footer {
	width: 799px;
	height: 133px;
	background: url('images/bg_bottom_tab.jpg');
}

a {
	font-family: Tahoma;
	color: #626262;
	text-decoration: none;
}
a:hover {
	color: #358cd6;
}
a.bold {
	font-weight: bold;
}

div.form_name {
	font-weight: bold;
	padding: 8px 0px 8px 5px;
}

form div {
	padding-left: 5px;
}

div.form_field input, div.form_field textarea {
	font-family: Tahoma;
	width: 250px;
}
div.form_button {
	padding-top: 15px;
}
div.form_button input {
	background: 0;
	border: 1px solid #e2e2e2;
}

table.listing {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	color: #626262;
	font-family: Tahoma;
}
table.listing th {
	font-weight: bold;
	padding: 0px 6px 4px 5px;
	border-bottom: 2px solid #e2e2e2;
	text-align: left;
}
table.listing td {
	padding: 4px 6px 4px 5px;
	border-bottom: 1px solid #e2e2e2;
}

img {
	border: 0;
}