@charset "UTF-8";
/* CSS Document */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg_html.jpg) no-repeat fixed center center;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	width: 800px;
	height: auto;
	height: auto !important;
	position: relative;
	margin: 0 auto;
	border: 1px #000000 solid;
	background: #FFFFFF;
	overflow: auto;
}

#mast {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}

#navigation {
	width: 800px;
	height: 24px;
	margin: 0 auto;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation a {
	position: relative;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 20px;
	line-height: 1.5em;
}

#navigation a:hover {
	color: #660033;
	background: #FFFFFF;
	height: 24px;
}

#maincontent {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
}

a {
	boarder: none;
	color: #990000;
}

a:hover {
	boarder: none;
	color: #990000;
	text-decoration: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.left {
	width: 488px;
	height: auto;
	margin: 0px 25px 10px 25px;
	position: relative;
	float: left;
}

.left ul {
	font-size: 12px;
}

.left h1 {
	color: #660000;
	font-weight: normal;
}

.left p {
	font-size: 12px;
	line-height: 2em;
}

.left input {
	width: 180px;
	height: 17px;
	margin: 0px 0px 15px 0px;
	border: #91486D solid 1px;
}

.left input#submit {
	width: 73px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.left label {
	font-size: 12px;
	line-height: 2em;
}

.leftmenu {
	width: 750px;
	height: auto;
	margin: 0px 25px 10px 25px;
	position: relative;
	float: left;
}

.leftmenu p {
	font-size: 12px;
	line-height: 2em;
}

.right {
	width: 206px;
	height: auto;
	margin: 0px 25px 10px 25px;
	position: relative;
	float: left;
}

.right p {
	font-size: 11px;
	line-height: 2em;
}

.right input {
	width: 180px;
	height: 17px;
	margin: 0px 0px 15px 0px;
	border: #91486D solid 1px;
}

.right input#submit {
	width: 73px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.right label {
	font-size: 12px;
	line-height: 2em;
}

.banner {
	width: 800px;
	height: 25px;
	position: relative;
	margin: 0 auto;
}

.portrait {
	margin-top: 4px;
	margin-right: 10px;
}

.menus ul {
	margin: 0;
	padding: 0;
}

.menus li {
	list-style-type: none;
	margin: 0 0 20px 0;
	height: 20px;
	padding-left: 30px;
	font-size: 12px;
	background: url(images/pdf_icon.png) no-repeat left 0;
	line-height: 2em;
}

.menus li a {
	text-decoration: none;
	color: #000000;
	text-align: left;
}

.menus li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #980000;
}