#flags {
	visibility:hidden;
	height:0px;
}

#header {
	height:158px;
	overflow:hidden;
}

#header img {
	visibility:hidden;
	height:0px;
}

#header img#logo {
	visibility:visible;
	height:158px;
}

#leftcol {
	visibility:hidden;
	width:0px;
	height:0px;
}

#navigation {
	visibility:hidden;
	width:0px;
	height:0px;
}

/* Some styles adapted from main.css */

* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	}

h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 0.8em;
	}
h6 {
	font-size: 0.6em;
	}
	
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #006699;
	font-size:11px;
	}
	
#maincontent {
	color: #454B61;
	}
	
#footer {
	padding-top:20px;
	font-size:10px;
}

#devBy {
	visibility:hidden;
	height:0px;
}