/* Hello, Willy */
/* General definitions */
body {
	background-image: url(/images/background_stars.gif);
	background-attachment: fixed;
	margin: 0 auto;
	font-size: 62.5%;
}

em {
	font-style: italic;
}

.clearfix:after { 
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
} 
 
.clearfix {
	display: inline-block;
}

img {
	border: 0px;
}

ul.nav li {
	display: inline;
}

ul.nav a:link, ul.nav a:visited {
	text-decoration: none;
}

ul.nav a:hover {
	text-decoration: none;
	background-color: #eee;
}

ul.nav a:active {
	color: #003366;
	background-color: #cfebff;
	border-bottom: 1px dotted #999;
}



/* header */

.header {
	margin: 0 auto;
	width: 780px;
	margin-top: 42px;
	margin-bottom: 12px;
	position: relative;
}

.header a:link, .header a:visited {
	border: 0;
}

.netherlinks {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 1.15em;
	color: #666;
	padding-bottom: 2px;
}

.netherlinks a:link {
	color: #666;
	border-bottom: 1px dotted #999;
}

.netherlinks a:visited {
	color: #666;
	border-bottom: 1px dotted #999;
}

.netherlinks a:active {
	color: #003366;
	border-bottom: 1px dotted #999;
}

.main-nav {
	width: 100%;
	background-color: #666;
}

.main-nav ul {
	margin: 0 auto;
	width: 780px;
}

.main-nav li {
	padding: .75em 0;
	margin-right: .5em;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	color: #666;
	position: relative;
	float: left;
	text-align: center;
}

.main-nav li img {
	position: absolute;
	left: 40%;
}

.main-nav li img.top-arrow {
	top: 0;
}

.main-nav li img.bottom-arrow {
	bottom: -5px;
}

.main-nav li a:link {
	padding: .75em .5em;
	color: #fff;
	border: 0;
}

.main-nav li a:visited {
	padding: .75em .5em;
	color: #fff;
	border: 0;
}

.main-nav li a:hover {
	color: #fff;
	border: 0;
	background-color: transparent;
}

.main-nav li a:active {
	color: #fff;
	border: 0;
	background-color: transparent;
}

.subnav {
	width: 780px;
	margin: 15px auto;
	position: relative;
	top: 10px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.15em;
	color: #666;
	padding-bottom: 2px;
}

.subnav a:link, .subnav a:visited, .subnav a:hover {
	color: #666;
	border-bottom: 1px dotted #999;
}

.subnav a:active {
	color: #003366;
	border-bottom: 1px dotted #999;
}

.subnav .selected {
	font-weight: bold;
}



/* footer */

.containerfooter {
	clear: both;
	width: 100%;
	border-top: 1px solid #666666;
}

.footer	{
	position: relative;
	width: 780px;
	height: 21px;
	margin: 0 auto;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 21px;
}

.footer a:link	{
	text-decoration: none;
	color: #666666;
	border-bottom: none;
}

.footer a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom: none;
}

.footer a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
	border-bottom: none;
}

.footer a:active {
	text-decoration: none;
	color: #003366;
	background-color: #cfebff;
	border-bottom: none;
}

.copyright	{
	position: absolute;
	top: 0px;
	right: 0px;
}
