/*  KIVI-Online: style_screen.css  */


/* ****( General )**** */

body {
	font-family: Arial, Serif, Verdana;
	margin-top: 20px;
   margin-bottom: 0px;
   margin-left:100px;
   margin-right:100px;
	padding: 0px;
}


/* ****( Header )**** */

#header {
   background-color: rgb(255,255,255);
   margin: 0px;
   height: 80px;
   width: 100%;
   border: 1px solid rgb(192,192,192);
   border-bottom: 0px none;
   border-right: 2px solid rgb(128,128,128);
}

#header img {
   margin: 10px 0px 0px 30px;
   float: left;
   border: 0px none;
}

#header p {
   text-align: right;
   font-size: 10pt;
   font-weight: bold;
   color: rgb(255,255,255);
   position: absolute;
   top: 25px;
   right: 120px;
}


/* ****( Topbar )**** */

#topbar {
   top: 5px;
   height: 32px;
   width: 100%;
   text-align: right;
   border: 1px solid rgb(192,192,192);
   border-bottom: 0px none;
   border-right: 2px solid rgb(128,128,128);
}

#topmenu {
   margin: 5px 10px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#topmenu li {
   list-style: none;
   white-space: nowrap;
   float: right;
}

#topmenu a {
   text-decoration: none;
   color: rgb(192,192,192);
   font-size: 9pt;
   font-weight: bold;
	padding: 0px 10px 0px 10px;
   margin: 0px 0px 0px 0px;
   border-left: 1px solid rgb(192,192,192);
}

#topmenu a:hover {
}

#topmenu #active_menu-nav {
}


/* ****( Pathbar )**** */

#pathbar {
   height: 22px;
   width: 100%;
   border: 1px solid rgb(192,192,192);
   border-bottom: 0px none;
   border-right: 2px solid rgb(128,128,128);
}

#pathway {
   line-height: 22px;
   font-size: 8pt;
   text-decoration: none;
   margin: 0px 0px 0px 30px;
}

/* ****( Container )**** */

#container {
   width: 100%;
   border: 1px solid rgb(192,192,192);
   border-bottom: 0px none;
   border-right: 2px solid rgb(128,128,128);
}


/* ****( Content )**** */

#content {
   font-family: Verdana, Serif;
   font-size: 10pt;
   width: auto;
   margin-right: 180px;
	padding: 10px 20px 30px 30px;
}

#content p {
   text-align: justify;
}

#content h1 {
   height: 30px;
   width: 100%;
   font-size: 12pt;
   font-weight: bold;
   text-align: justify;
   margin: 20px 0px 10px 0px;
}

span.emph {
   font-weight: bold;
}


/* ****( Sidebar )**** */

#sidebar {
	position: absolute;
   z-index: 4;
   top: 160px;
   right: 100px;
	width: 180px;
   margin: 0px;
}

#sidebar h1 {
   float: right;
   text-align: right;
   width: 140px;
   font-size: 11pt;
   font-weight: bold;
   color: rgb(40,80,127);
   padding: 0px 10px 0px 0px;
   margin: 15px 10px 0px 10px;
}

#sidemenu {
   margin: 20px 10px 0px 0px;
}

#sidemenu li {
   text-align: right;
   font-size: 10pt;
   padding: 4px 10px 0px 0px;
   margin: 0px 0px 0px 0px;
   list-style: none;
   white-space: nowrap;
}

#sidemenu a {
   font-size: 9pt;
   line-height: 14px;
   color: rgb(40,80,127);
   text-decoration: none;
}

#sidemenu a:hover {
}

#sidemenu .level1a .level2a .level3a {
}

#sidemenu .level2 .level2a .level3 .level3a {
   font-size: 8pt;
}


/* ****( Footbar )**** */

#footbar {
	width: 100%;
   height: 22px;
   border: 1px solid rgb(192,192,192);
   border-bottom: 2px solid rgb(128,128,128);
   border-right: 2px solid rgb(128,128,128);
}


#footmenu {
   margin: 0px 0px 0px 20px;
   padding: 0px 0px 0px 0px;
}

#footmenu li {
   float: left;
   list-style: none;
   white-space: nowrap;
}

#footmenu a {
   text-decoration: none;
   color: rgb(128,128,128);
   font-size: 10pt;
	padding: 0px 10px 0px 10px;
   margin: 0px 0px 0px 0px;
}

#footmenu a:hover {
}


/* ****( Copyright )**** */

p.copyright {
   font-size: 8pt;
   color: rgb(128,128,128);
   text-align: center;
   margin: 5px 0px 40px 0px;
}
