<!--
/* StyleSheet START */

/* Knp Map Position Style */

/* Header Position Style */

/* Header */
div#Header {
position:relative;
top: 0px;
left: 0px;
width: 100%;
height: 75px;
background-color: #cccc99;
text-align: center;
overflow: visible;
border-bottom: 0px none;
border-left: 0px none;
border-right: 0px none;
border-top: 0px none;
margin: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
div#UiHeader {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 75px;
text-align: right;
z-index: 5;
}
div#Header div.Title {
position: relative;
top: 10px;
height: 10px;
text-align: center;
}


/* Main Position Style */

div#Main {
position:relative;
top:0px;
width:100%;
background-color:#ffffff;
text-align: center;
}
div#Main div.Title {
position: relative;
text-align: center;
font-size: 25px;
line-height: normal;
background-color:#ffffff;
padding: 0px 0px 0px 0px;
margin: 20px 0px 10px 0px;
}
div#Main div.Map {
position: relative;
width:100%;
text-align: center;
font-size: 15px;
line-height: normal;
background-color:#ffffff;
margin: 0px auto;
}
div#Main div.Map div#map1 {
position: relative;
width:100%;
text-align: center;
line-height: normal;
margin: 0px auto;
}
div#Main div.Map div#map2 {
position: relative;
width:100%;
text-align: center;
line-height: normal;
margin: 0px auto;
}


/* Footer Position Style */

/* Footer */

div#Footer {
position:relative;
top:0px;
width:100%;
line-height:normal;
background-color: #ffffff;
color: #000000;
}
div#UiFooter {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
text-align: right;
z-index: 5;
}


/* StyleSheet END */
-->
