html,body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #FFF url('/img/kvda_back.jpg') top center no-repeat;
	text-align: center;
}
html,body,table,td,a {
	font-family: Verdana,Tahoma,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	font: bold;
	text-align: center;
}
h2 {
	font-size: 13pt;
	font: bold;
}
h3 {
	font-size: 10pt;
	font: bold;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: red;
}
hr {
	height: 0px;
	color: #000;
	border-top: 1px dotted Black;
}
li {
	list-style-type: circle;
}
input,textarea {
	background:#EEE;
}

/*--------------------------
   Classes
--------------------------*/
.selected {
	font: bold;
}
.button{
	margin:0;
	padding:5px;
	border:#DDD outset 2px;
	text-align:center;
	white-space:nowrap;
	background:#98ca4e; /*	background:#EEE; */
	cursor:pointer;
	cursor:hand;
}
.error{
	color:red;
	font: bold;
}
/*--------------------------
   Id's
--------------------------*/
#bg {
	height: 100%;
	margin: 0px;
	background: transparent;
}
#main {
	height: 100%;
	width: 805px; /*970px;*/
	background: #C6E7FF;
	text-align: left;
	background: transparent; /* url(/img/bgmain.gif) repeat-y */
}
#top {
	width: 800px;
	height: 118px;
	background: transparent url('/img/top.gif') center no-repeat;
	text-align: center;
	vertical-align: baseline;
}
#topbanner {
	width:700px;
	height: 160px;
}
#rightbanner {
	float: right;
	margin: 15px 0 0 15px;
	text-align: center;
}
#topmenu {
	height: 30px;
	width: 800px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	color: #C6E7FF;
	background: #000070;
}
#wrap1{
	margin: 0px;
	border: 0px;
	padding: 6px;
	width: 800px;
}
#left {
	float:left;
	height:auto;
	width:175px;
	border-right: 1px dotted Black;
	padding-right: 3px;
}
#lmenu{
	width:auto;
	margin:auto;
	padding:2px;
	color:#000;
	text-align:left;
}
#lmenu div.option{
	height:20px;
}
#lmenu div.divider{
	height:2px;
	font-size:0;
	background:transparent; /*  url(/img/dividerhdot.gif) repeat-x center */
}
#lmenu div.option1 a:link,#lmenu div.option1 a:visited,#lmenu div.option1 a:active{
	height:auto;
	width:100%;
	padding:4px 0 4px 3px;
	display:block;
	text-decoration:none;
	color:#000; //#000070;
/*	background:#c1c961; // #90e3f2; #98ca4e;*/
	background:#60bb46;
}
#lmenu div.option1 a:hover{
	text-decoration:underline;
}
#lmenu div.option1 a.selected,#lmenu div.option1 a.selected:hover{
	font-weight: bold;
}
#lmenu div.option a:link,#lmenu div.option a:visited,#lmenu div.option a:active{
	height:auto;
	width:100%;
	padding:0 0 0 3px;
	display:block;
	font-size:10pt;
	color:#000; //#000070;
	text-decoration:none;
}
#lmenu div.option a:hover{
	text-decoration:underline;
}
#lmenu div.option a.selected,#lmenu div.option a.selected:hover{
	font-weight:bold;
}
#wrap2{
	float:right;
	width:600px;
}
#wrap3{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 380px;
}
#content{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#right{
	float:right;
	width: 125px;
	height:auto;
	border-left: 1px dotted Black;
	padding-left: 10px;
}
#bottom{
	clear:both;
	width:800px;
	height:50px;
	text-align:center;
	font-size:9pt;
}

