
body {
  font-family: tahoma,helvetica,arial,sans-serif;
  background-color: #31348e;
  font-size: 11pt;
}

.copyright {
  font-size: 9pt;
  text-align: right;
}

img {
			border: 4px solid #e88112;
}

@media screen {
  div#container {
			margin: 1em auto;
			width: 19.5cm;
			border: 4px solid #e88112;
			padding: 0px;
			background-color: #f7f795;
			text-align: left;
  }

  div#text {
    position: relative; left: 220px; top: 10px;
  }
}

div#menu {
    position: fixed; left: 100px; top: 190px;
}

@media print {
  #menu {
    display: none;
  }
}

h3 {
  margin-top: 7px;
}

td#menu {
  border-right: 4px solid #e88112;
}

#header {
  width: 100%;
  border: 4px solid #e88112; border-style: none none solid none;
}

.logo {
  height: 158px; width: 239px; border: 0px;
}


#hleft {
   text-align: left;
}

#hmid {
  border: 4px solid #e88112; border-style: none solid none solid;
}

#hright {
   text-align: right;
}

.kc {
  background-color: #f7f795;
  color: #E84F12;
}

.kctext {
  background-color: #f7f795;
  color: #31348e;
  padding-left: 2em;
  padding-right: 1em;
  background-image: url(zon-bg.jpg);
  background-position: 300px 160px;
  *background-position: 0px 0px; /* IE hack */
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
/* position: fixed; left: 0; */
margin: 0;
padding: 0;
width: 160px; /* width of menu (don't forget to add border with below!) */
/* border-left: 8px solid #ffa1a3; /* thick left border of menu */
/* border-left: 8px solid #FFFF99; */
}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(ystrip.png) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
/*background: lightyellow;*/
font: bold 13px "Tahoma", "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #31348e;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #31348e;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

.slidedoormenu li a{ /* Menu link width value for IE */
*width: 100%;
}

