body {
	font-family: Arial, Verdana, Helvetica, san-serif;
	margin: 0px;
	background-color: white;
}

a {
	color: #016701;
	text-decoration: none;
}

a:hover {
	color: #016701;
	text-decoration: underline;
}

h1 {
	color: #016701;
	font-size: 1em;
	margin: 2em 30px 1em 30px;
}

p {
	color: #016701;
	font-size: 0.75em;
	margin: 0.5em 30px 1em 30px;
}

.site-border {
	width: 100%;
}

.main-border {
	text-align: left;
	width: 100%;
}

.header {
	width: 100%;
	height: 100px;
	display: table;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
	background-image: url(../images/page-tit2.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.main-body {
	width: 720px;
}

.left-bar {
	width: 100%;
	height: 400px;
	display: table;
	background: #FE970C;
}

.left-buts {	
	float: left;
	margin: 5px 5px 0px 0px;
}

.left-buts ul {
	font-size: 10pt;
	list-style: none;
	width: 100px;
	border-top: 1px solid black;
	margin: 20px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.left-buts a {
	color: black;
	font-weight: bold;
	line-height: 1.5em;
	width: 100px;
	height: 1.5em;
	display: table;
	background: white;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.right-text {
	text-align: justify;
	width: 595px;
	height: 400px;
	float: right;
	display: table;
	background: white;
	border-left: 1px solid black;
}

.footer {
	color: white;
	text-align: center;
	font-size: 8pt;
	width: 100%;
	height: 30px;
	display: table;
	background: #016701;
	padding: 5px 0px 0px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}