html {
	font-size:12px;
	background-color: #4591c3;	
}
body {
	font-size:12px;
	background-color: #4591c3;	
}
#outsidebox {
	height:100%;
	width:100%;
	background-color: #4591c3;	
	}
#edges {
	position:relative;
	/*	height:100%;
	width:100%; */
	background-color: #e5e5e5;
	margin-left:1%;
	margin-right:1%;
	}
#header {
	position:relative;
	/*	height:100%;
	width:100%; */
	background-color: black; /* #e9e9e9; */
	/* border:thin solid #0F0; */
	}	
#mainbody {
	width: 100%;
	position:relative;
	background-color: #4591c3;		
	}
#boxleft {
	float:left;
	width: 14%;
	font-size:12px;
	color:black;
	background-color: #e5e5e5;
	padding-right: 10px;
	padding-left:10px;
}
#boxmiddle {
	float:left;
	width: 61%;
	/* height: 500px; */
	background-color: white;
	padding:1% 1% 1% 1%;
	font-size:14px;
}
#boxright {
	float:left;
	width: 17%;
	height: 500px;
	color:white;
	background-color: #4591c3;	
	padding-left:10px;
}
#copyright {
	float:left;
	width: 100%;
	margin-top:8px;
	text-align:center;
	background-color: #05164c;
	color:white;	
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2b5c7c;
}

