
#container {
	background:#ffffff;
	padding:20px;
	text-align:left;
  }
  
* html body {
  padding:80px 0 60px 0; 
  }

#header {
	visible:hidden;
  }
#footer {
	visible:hidden;
}



#topmenu {
	visible:hidden;
}

#topmenu a {
	color:black;
	text-decoration:none;
}

#topmenu a:visited {
	color:black;
	text-decoration:none;
}

#topmenu a:hover {
	color:black;
	text-decoration:underline;
}

#container a {
	color:#006699;
	text-decoration:none;
	font-weight:bold;
	
}

#container a:visited {
	color:#006699;
	text-decoration:none;
}

#container a:hover {
	color:#006699;
	text-decoration:underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#183B4C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#183B4C;
}