
body {
	margin:0;
	border:0px none;
	padding:0;
	height:100%; 
	max-height:100%; 
	background:#ffffff; 
	overflow: hidden 
  }

#container {
	position:fixed; 
	top:80px; 
	left:0;
	bottom:60px; 
	right:0; 
	background:#ffffff;
	
	overflow:auto;
	padding:20px;
	text-align:left;
  }
  
* html #container {
  height:100%; 
  width:100%; 
  }  
* html body {
  padding:80px 0 60px 0; 
  }

#header {
	position:absolute; 
	top:0; 
	left:0; 
	height:76px;
	width:100%; 
	background:#EAF1F6; 
	
	overflow:auto; 
	border-bottom:4px solid #73a2bd;
  }

#editor {
	position:absolute; 
	top:0; 
	left:0; 
	height:60px;
	width:50%;
	text-align:left;
}

#logo{
	position:absolute; 
	top:0; 
	left:50%; 
	height:60px;
	width:50%;
	text-align:right;
}

#footer {
	position:absolute; 
	left:0;
	bottom:0; 
	height:55px;
	width:100%;  
	background:#EAF1F6;
	
	overflow:auto; 
	text-align:center; 
	vertical-align:bottom;
	border-top:5px solid #53829d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  }
  
#address{
	position:fixed; 
	bottom:30px; 
	left:0;
	height:20px; 
	width:100%; 
}

#icCorner{
	position:fixed; 
	bottom:10px; 
	left:0;
	height:20px; 
	width:100%; 
	text-align:left;
}


#topmenu {
	position:absolute;
	left:0;
	bottom:0;
	height: 16px;
	width:100%;
	background-color:#006699;
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
}

a {
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}


#topmenu a {
	color:white;
}

#container a {
	color:#006699;
}

#footer a {
	color:#006699;
}

#icCorner a {
	color:#F4C97A !important;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#183B4C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#183B4C;
}

