div.topmenu a:link, div.topmenu a:visited {
	float:left;
	margin-left: 10px;
	height: 18px;
	width: 90px;
	margin-top: 17px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: black;
	background: url('/img/template/button_inactive.gif') no-repeat 0 0;
}
div.topmenu a:hover, div.topmenu a:active {
	float:left;
	margin-left: 10px;
	height: 18px;
	width: 90px;
	margin-top: 17px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: black;
	background: url('/img/template/button_active.gif') no-repeat 0 0;
}

ul {
	list-style-image: url('/img/template/indent.gif');
}

a:link, a:visited, a:active  {
	color: black;
}

a:hover {
	color: #F28E00;
}

body,html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background: #EFEFEF;
}

img {
	border: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

img.logo{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 9px;
	border: 0px;
}

label.popup{
	float: left;
	width: 200px;
}

label.user{
	float: left;
	width: 150px;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 2;
	border: 0px;
}

div#menu{
	text-align: left;
	text-decoration: none;
	font-size: 8pt;
}

div#top{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
}

div#header {
	width: 100%;
	height: 160px;
	background: #21517B;
	text-align: center;
}

div#left {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 8pt;
	line-height: 22px;
	margin-top: 40px;
}

div#main {
	float: left;
	width: 800px;
}

div#topmenu {
	width: 800px;
	height: 40px;
}

div#vertline_l {
	float: left;
	width: 4px;
	height: 500px;	
	background: url(/img/template/vert_l.gif) no-repeat 0 0;
}

div#text {
	float: left;
	width: 780px;
	padding: 6px;
	border-top: 4px #F28E00 solid;
}

div#vertline_r {
	float: left;
	width: 4px;
	height: 500px;	
	background: url(/img/template/vert_r.gif) no-repeat 0 0;
}

div#right {
	float: left;
	width: 190px;
	margin-left: 10px;
	text-align: left;
	font-size: 8pt;
	line-height: 22px;
	margin-top: 40px;
}

div#footer {
	float: left;
	width: 100%;
	height: 60px;
}

#popup {
	position: absolute;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: 100px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: white;
	border: 1px black solid;
	display: none;
	overflow-y: scroll;
}
