/* CSS Document */

body {
	background-color:#87CEFA;
	font-family:"Trebuchet MS", sans-serif;
	}
	
a {
	text-decoration: none;
	color:#0000ff;
	
	}
	
a:hover {
	color:#ff0000;
}

#main_container {
	width:100%;
	border: #000000 1px solid;
	margin: 0 auto;
	background-color:#FFFFFF; 
	}
	
#header {
	height:174px;
	width:100%;
	background-image: url(images/cropped-logo.jpg);
	background-repeat: no-repeat;
	}
	
h1 {
	size:30px;
	float:right;
	vertical-align:middle;
	margin: 10px 20px 0 0;
	font-family: Impact, Arial, Helvetica, sans-serif;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	}
	
p, table {
	size: 10px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}


#navigation {
	width:100%;
	border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:center;
	}
#navigation a {
	padding:20px;
	}
	
#content {
	width:100%;
	}
	
#footer {
	width:100%;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:9px;
	}
#tabel {
	background-color:#ffffff;	
	padding:2px;
	border:1px solid #222222;
	margin:1px;
}	
#tabel th {
	color:#ffffff;
	background-color:#222222;
	padding:1px;	
}



