@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	background:#f4f4f4;
	padding:0px;
	border-bottom-style: solid;
	border-bottom-color: #568fa7;
	border-bottom-width: 2px;
}
#body {
   padding:10px;
   padding-bottom:10px;   /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;   /* Height of the footer */
	background:#01032e;
	text-align: right;
}
#divToToggle, #divToToggle2, #divToToggle3, #divToToggle4 {
	display: none;
	margin-left:8px;
	margin-right:8px;
	background-color:#f4f3f3;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 10px;
	font-size: 12px;
	text-align:justify;
	text-align:justify;
}
