body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	background-image: url(../media/backgrd.jpg);
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
	padding: 0px;
	 }
  
  #header {
	background-image: url(../media/kstitle_technical.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
  
 #buttonbar {
 	margin-top: 0px;
	border-bottom: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
  
  #sidebar {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	/*/*font-size: 85%;/* */
	border-top: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	border-bottom: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	vertical-align: top;
 }
  
  #maincontent {
 	border-top: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	border-bottom: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	border-left: 2px dotted #333;
	padding: 10px;	
 	font-size: 12px;	
	/*/*/font-size: 100%; /* */
 }

  #footer {
 	background-color: #CCCCCC;
 	color: #000000;
	padding: 10px;	
 }
 
 td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#sidebar a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 200px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 }
 
 #sidebar a:link, #sidebar a:visited {
	color: #000000;
 }
 
 #sidebar a:hover, #sidebar a:active {
 	color: #00FF66;
 	background-color: #6B007B;
 	border: 2px solid #000;
 }

#current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px solid #999 !important; /* */
 }

