html {
	height: 100%;
	margin-bottom: 1px;
}
BODY {	
	   font-family: Verdana, "Bitstream Vera Sans", sans-serif;
			line-height: 1.3em;
}

#logo {
   position: absolute;
   top : 0;
   left: 0;
   width: 100%;
   text-align: center;
   background-color: #ffffff;	
   border-color: #336699;
   border-style: solid;
   border-width: 2 0;
//   border-bottom-width: 1;
}

#left_col {
   position: absolute;
   width: 250px;
   top : 100;
   left: 5;
	line-height: 1.5em;
 //  background-color: #336699;	
   text-align: center;
   padding 10px;
   height: 100%;
   font-size: 100%;
 //  font-weight: bold;
}
#menu {
   padding: 10px;
   text-align: left;
}

#right_col {
 //  background-color: #fff;
   position: absolute;
 //  width: 83%;
   height: 100%;
   top : 95;
   left: 275px;
//   padding-left: 10;
//   padding-right: 20;
   margin-right: 20;
}


DIV#header {
   position: relative;
   top: 10;
  width: 70%;
   left: 5;
   padding: 5px 0;
   padding-bottom: 4px;
   font-size: 120%;
   z-index: 3;
   font-weight: bold;
   letter-spacing: 0.1em;
   word-spacing: 0.25em;
}

H1#header {
   padding: 5px 0;
   font-size: 130%;
   font-weight: bold;
   letter-spacing: 0.1em;
   word-spacing: 0.25em;
}

#border {
   position: relative;
   top: 0;
//   width: 80%;
   left: -15;
   z-index: 2;
   margin: 20 20;
   padding: 0 0;
}

#content {
   padding: 1px 0;
   margin: 1 1;
}

h1{margin: 0 20px;padding: 4px 0px}
h2{font-size: 110%;
   margin: 0 20px;
   padding:0}
p{margin: 10 20px;padding:0}

p#menubalk {
   text-align: right;
   font-size: 80%;
   margin: 0 5;
   padding: 0;
   border: 0;
}

p#copyright {
   text-align: center;
   font-size: 80%;
}

