<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kgs_header {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	background-color: #167BD2;
	height: 55px;
	top: 0px;
}
.body_main {
	position: absolute;
	line-height: normal;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: -45%;
	top: 60px;
	width: 90%;
	left: 50%;
	
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 1.5em;
	font-weight: bold;
}
.answer {
	margin: 5px;
	padding: 10px;
	border: thin dotted #999999;

}



.footer {
	float: none;
	clear: both;
	padding: 0px;
	border-top: thin dashed #2E99CF;
	font-size: x-small;
		}
.Clear {
		clear: both;
		font-size: 1px; 
		}

a:link {
	color: #000000;
}
a:hover {
	color: #3300FF;
}

.subheader {
	font-size: large;
	font-weight: bold;
}
.subheader2 {
	font-size: medium;
	font-weight: bold;
	background-color: #3C9;
}
.subheader1 {
	font-size: large;
	font-weight: bold;
	background-color: #006;
	color: #FFF;
	clear: both;
	float: none;
	margin-top: 10px;
	clip: rect(auto,auto,auto,auto);
}


ul {
	list-style:url(../images/list.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 10px;
	vertical-align: middle;
} 
ul ul {
	list-style-type: circle;
	
}
li {
margin-bottom : 2pt;
}
#remark {
	background-color: #FFFFEC;
	padding: 5px;
	margin: 10px;
	border: thin solid #CCC;
}

.smallerfont {
	font-size: 12px;
}
.box {
	background-color: #CCCCCC;
	border: 2px double #3333CC;
}
.picture_right
{
	float: right;
	border: 1px solid #999;
	padding: 8px;
	text-align: center;
	margin: 10px;
}
.picture_left
{
	float: left;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	clear: none;
	text-align: center;
}
.picture_center
{
	float: none;
	border: 0px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	clear: none;
	text-align: center;
	font-size: small;
}
.mainlist
{
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	clear: none;
	text-align: left;
	width: 60%;
}
hr {
border: 0;
color: #043;
background-color: #043;
height: 1.5px;
width: 100%;
text-align: left;
}
#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	position: relative;
	top: 0px;
}

#leftnav ul li {
	
}

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	position: relative;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.leftnav2 {
	float:left;
	width:50%;
	margin-right:10px;    }
.content2{
   
    float:right;
    width:48%;
    }
.font_regular {
	font-size: 12px;
}


.menulist {
	line-height: normal;
	background-color: #77BED2;
	font-weight: bolder;
	margin: 2px;
	padding: 5px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #CCCCCC;
	border-left-color: #aaaaaa;
	color: #FFF;
	text-decoration: none;
}
.redfont {
	color: #F00;
}
#imap {
	height: 501px;
	width: 981px;
	background-image: url(../water/library/gwpick.jpg);
	background-repeat: no-repeat;
}

.col-right{
	padding:30px 30px 15px 30px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	position:relative;
}

.boxwithshadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}</pre></body></html>