@charset "UTF-8";

html {
	height: 100%;
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403b34;
}
body {
	background-color: #b7b1ac;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	height: 100%;
}


.topbar {
	height: 154px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/topbannerbg.gif);
	text-align: left;
}
.banner-img {
	background-image: url(images/bannertop.gif);
	float: left;
	height: 154px;
	width: 624px;
}
.sideleft {
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: 0px;
	text-align: right;
	background-color: #b7b1ac;
	z-index: 1;
}
.sideright {
	height: 100%;
	width: 10%;
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #b7b1ac;
	z-index: 1;
}
.sideleft-img {
	background-image: url(images/sidebarleft.gif);
	width: 32px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu-bar {
	background-color: #FF9000;
	z-index: 3;
	position: absolute;
	font-weight: bold;
	font-size: 11px;
	top: 6px;
	bottom: auto;
	right: 30px;
	left: auto;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 0px;
	color: #FFFFFF;
}

.menu-bar a:link {
	color: #403B34;
	text-decoration: none;
}
.menu-bar a:hover {
	color: #403B34;
	text-decoration: underline;
}
a:link {
	color: #FF9000;
	text-decoration: none;
}
a:visited {
	color: #FF9000;
	text-decoration: none;
}
a:hover {
	color: #FF9000;
	text-decoration: underline;
}
a:active {
	color: #EEEEEE;
}
.sideright-img {
	background-image: url(images/sidebarright.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	width: 32px;
}
.content-box {
	background-color: #eeeeee;
	height: 100%;
	width: 80%;
	min-width: 832px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: fixed;
	left: 10%;
	right: 10%;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}
.content-page {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;

}
.content-frame
{
	overflow: auto;
	position: fixed;
	width: 80%;
	top: 160px;
	bottom: 6px;
	min-width: 832px;
}

.orangeline {
	height: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ff9000;
	width: auto;
	min-width: 832px;
}
.orangeline-bottom {
	height: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ff9000;
	bottom: 0px;
	position: fixed;
	top: auto;
	left: 10%;
	right: 10%;
	min-width: 832px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}
