html {
height:100%;
}
body {
	margin:0px;
	color:#000000;
	background-color:#555555;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:100%;
	text-align:left;
	background-image: url(kessocksbkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

A { text-decoration:none; }
A:link {color:#0073BC; background-color:transparent; }
A:visited {color:#0073BC; background-color:transparent; }
A:active {color:#0073BC; background-color:transparent; }
A:hover {color:#0091F0; background-color:transparent; }



#container {
   position:relative;
   width:990px;
   left:0px; 
   top:0px;
   overflow:visible;
   height:100%;
}

#leftbannershadow {
   position:absolute;
   width:5px; height:210px;
   left:0px; top:0px;
   background-image:url(leftshadow.gif);
   background-repeat:repeat-y;
   overflow:visible;
}

#rightbannershadow {
   position:absolute;
   width:10px; height:210px;
   left:980px; top:0px;
   background-image:url(rightshadow.gif);
   background-repeat:repeat-y;
   overflow:visible;
}

#banner {
	position:absolute;
	width:990px;
	height:150px;
	left:0px;
	top:0px;
	background-color:#ffffff;
	overflow:hidden;

}

#printbanner {
   display:none;
}

.mainTable {
height:100%;background:white;width:100%;padding:0px;border:0px;border-spacing:0px;text-align:center;
}

#menu {
	position:absolute;
	left:0px;
	top:150px;
	color:#ffffff;
	overflow:visible;
	visibility: visible;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 990px;
}

#content {
   position:absolute;
   width:990px;
   left:0px; 
   top:160px;
   color:#000000; 
   background-color:#ffffff;
   text-align:left;
   height:100%;
}

.maintext {
   font-family:Verdana,Helvetical,Arial,sans-serif;
   font-size:0.7em;
   text-align:justify;	
   line-height:18px;
   color:#000000;
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 20px;
   height:100%;
}
.footerTD {
   font-family:Verdana,Helvetical,Arial,sans-serif;
   font-size:0.7em;
   text-align:justify;	
   color:#ffffff;
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 20px;
   height:100px;
   background:#a49e8d;
}
.maintextRight {
   width:280px;
   height:100%;
   font-family:Verdana,Helvetical,Arial,sans-serif;
   font-size:0.7em;
   text-align:justify;	
   color:#000000;
   line-height:18px;
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 20px;
   border-left: 1px dotted #000000;
}
.rightside {
   width:280px;
   background-color:#ffffff;
   border-left-width: 1px;
   border-left-style: dotted;
   border-left-color: #000000;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 2.5em;
	font-family: Arial;
	color: #ffffff;
}
h4 {
	font-size: 1.3em;
	font-family: Arial;
	color: #ffffff;
}