html, body {
	background-color:rgb(210,235,255);
	margin:0px;
	padding:0px;
	font-family:"Arial" ,sans-serif;
	font-size:14px;
}

h1, h2, p, ul, ol, table {
	margin-left:0px;
	margin-right:0px;
	font-family:"Arial", sans-serif;
}

h1 {
	font-weight:bold;
	font-style:normal;
	font-size:130%;
	line-height:1.1em;
	color:black;
	border-left:rgb(190,215,235) solid 20px;
	border-bottom:rgb(190,215,235) solid 4px;
	padding-left:12px;
	margin-top:32px;
}

h2 {
	font-weight:bold;
	font-style:normal;
	font-size:110%;
	line-height:1.1em;
	color:rgb(90,115,135);
	border-bottom:rgb(190,215,235) solid 2px;
	margin-top:24px;
}

p.intro {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	font-size:100%;
	line-height:1.1em;
	margin-left:48px;
	color:black;
}

p.text {
	text-align:justify;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1.1em;
	color:black;
}

li {
	text-align:left;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1.1em;
	color:black;
}

th, th {
	text-align:left;
	font-style:normal;
	font-size:100%;
	line-height:1.1em;
	color:black;
}

th {
	font-weight:bold;
}


#header {
	background-color:rgb(190,215,235);
	width:100%;
	height:160px;
	margin:0px;
	padding:0px;
}

#header_right {
	position:absolute;
	right:0px;
	top:0px;
	background-color:rgb(190,215,235);
	width:21%;
	height:140px;
	margin:0px;
	padding:10px;
	text-align:right;
	font-family:"Arial", sans-serif;
	font-size:16px;
	font-weight:bold;

}


#navigation {
	position:absolute;
	background-color:rgb(210,235,255);
	color:black;
	top:160px;
	left:0px;
	width:180px;
	margin:0px;
	padding:10px;
	border-top:white solid 10px;

}

#content {
	background-color:rgb(210,235,255);
	text-align:left;
	color:black;
	margin-left:200px;
	margin-right:220px;
	padding:10px;
	height:100%;
	border-left:white solid 10px;
	border-right:white solid 10px;
	border-bottom:white solid 10px;
	border-top:white solid 10px;
}

#features {
	position:absolute;
	background-color:rgb(210,235,255);
	top:160px;
	right:0px;
	width:200px;
	margin:0px;
	padding:10px;
	border-top:white solid 10px;

}

#logo {
	position:absolute;
	top:2px;
	left:10px;
}	

div.box_title {
	text-align:left;
	margin-top:16px;
	margin-left:0px;
	margin-right:0px;
	background-color:#4B6294;
	color:white;
	font-family:"Arial", sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

div.box_content {
	text-align:justify;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	background-color:white;
	color:black;
	font-family:"Arial", sans-serif;
	font-size:90%;
	font-weight:normal;
	padding:3px;
}
	
