html {
	overflow: auto;
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: url(images/bg.jpg) repeat-x top left #a3a17c;
}

div {
	height: 100%;
}

table {
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #7b7950;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0px;
}

h1 {
	margin: 0px;
	font-size: 20px;
	color: #a3a17c;
}
h2 {
	margin: 0px;
	font-size: 14px;
}
h3 {
	margin: 0px;
	font-size: 12px;
}

ul {
	margin: 0px;
}

form {
	margin: 0px;
}

.left {
	background: #f3e9d4;
}
.menu {
	width: 600px;
	margin: 0px;
	padding: 0px;
	background: #f3e9d4;
	font-size: 11px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul ul {
	position: absolute;
	top: 40px;
	left: -2px;
	background: #f3e9d4;
	border: #f3e9d4 2px solid;
	border-top: 0px;
}
.menu ul li {
	position: relative;
	float: left;
}
.menu a {
	display: block;
	width: 120px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #f3e9d4;
	color: #7b7950;
}
.menu a:hover {
	background: #a3a17c;
	color: #fff;
}
.menu ul li a {
	height: 14px;
	padding: 13px 0px;
}
.menu ul li ul li a {
	height: auto;
	padding: 5px 0px;
	background: #a3a17c;
	color: #fff;
}
.menu ul li ul li a:hover {
	background: #f3e9d4;
	color: #7b7950;
}
.menu ul ul {
	display: none;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul li:hover a {
	background: #a3a17c;
	color: #fff;
}

.quick {
	text-align: left;
	font-weight: bold;
}

.content {
	background: #fff;
	height: 100%;
}

.text {
	padding: 25px;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 18px;
}
.text table {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 18px;
}

.text a {
	text-decoration: underline;
}

.title {
	font-weight: bold;
	color: #7b7950;
}

.mission {
	font-size: 20px;
	color: #7b7950;
	line-height: 25px;
}

.td_header {
	padding: 3px;
	color: #774;
	background: #f3e9d4;
}

.input {
	width: 200px;
	border: 1px solid #a3a17c;
}
.button {
	color: #774;
	border: 2px solid #a3a17c;
	font-weight: bold;
	background: #f3e9d4;
	cursor: pointer;
}
.button:hover {
	color: #000;
	border: 2px solid #000;
}
.button2 {
	padding: 3px 10px;
	color: #774;
	border: 2px solid #a3a17c;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
}
.button2:hover {
	color: #000;
	border: 2px solid #000;
	text-decoration: none;
}

.footer {
	padding: 10px 30px;
	color: #fff;
	text-align: left;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
}

.clear {
	clear: both;
}

.prelaod {
	display: none;
}
