/* From Standard CSS */

/* General Stuff */

body {

	padding : 0px;
	margin : 0px;

	text-align: center;

	background-color: #D1DDDE;
	
	font-family: 'Trebuchet MS', Verdana, sans-serif;

	font-size: 12px;
	
	color: #444;

	}


	
h1 {

	color: #0B2241;

	margin-top: 0.5em;
	font-size: 24px

	}
	


h2, h3 {

	margin-bottom: 0;

	color: #990000;
	
	}


	
h2 {
	font-size: 18px

	}


h3 {
	font-size: 15px

	}

a, a:link {
	color: #0B2241;
}

a:visited {
	color: #415165;
}

a:hover {
	color: #990000;
}

/* Frame */

#page { 
	margin: 0 auto; 
	width: 700px; 
	text-align: left;

	border: 1px solid black;

	border-top: none;
	margin-bottom: 10px;
	}
	


#pagehead {

	/* border: 1px dotted green; */

	background: #0B2241 url(gunnar.jpg) top left no-repeat;
	
	}



#header {
	height: 47px;
	}



#header h2 {
	display: none;
	}
	


#nav {
	/* border: 1px dotted blue; */
	}
	


#pagebody {
	
	/* border: 1px dotted orange; */
	
	background-color: white;
	padding: 20px;
	line-height: 140%;
	}
	



	
/* Main Menu */



#header {
	padding: 20px;
	}



#header h2 {
	margin: 0;
	color: white;
	}



/* Main Menu */



#menu {

	height:24px;

	padding-left: 20px;

	border-bottom: 1px solid white;

	}



ul#menulist {

	margin: 0;
	padding: 0;

	list-style-type: none;

	white-space: nowrap;

	float: left;
	}
	
	
ul#menulist li {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 2px 0 2px;
	padding: 5px 0 4px 0;
	background-color: #001C41;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

ul#menulist li#active {

	float: left;

	font-family: Arial, sans-serif;
	
	font-size: 12px;

	font-weight: bold;
	margin: 0 2px 0 2px;

	padding: 5px 0 4px 0;
	
	background-color: #770000;

	border-top: 1px solid white;
	}


	
#menulist a, #menulist a:link {
	
	margin: 0;

	padding: 5px 9px 4px 9px;

	color: white;

	border-right: 1px solid white;
	
	border-left: 1px solid white;

	text-decoration: none;
	}



ul#menulist li#menulist {

	color: #95bbae;

	background-color: #deebe5;

	}



#menulist a#current {
	
	color: white;

	background-color: #990000;
	
	border-bottom: 1px solid #990000;
	border-right: 1px solid white;

	border-left: 1px solid white;

	}


	
#menulist a:hover {

	color: #0B2241;

	background-color: #d1e3db;

	}

	




/* Sub Menu */



#submenu {
	/* border: 1px dotted purple; */
	
	background-color: #990000;

	padding-top: 3px;
	padding-bottom: 3px;

	padding-left: 15px;

	border-bottom: 1px solid #D8DEE6;

	}



#submenu ul {

	padding: 2px;
	margin: 0;

	padding-left: 0;

	margin-left: 0;

	color: black;

	float: left;

	font: 11px Arial, sans-serif;

	font-weight: bold;

	}



#submenu ul li {

	display: inline;
	}
	


#submenu ul li a {

	padding: 0.1em 1em;

	color: white;

	text-decoration: none;

	float: left;

	border-right: 1px solid white;

	}



#submenu ul li a:hover {

	background-color: #FFB533;

	color: black;
	}




/* Footer */



#pagefooter {
	border-top: 1px solid black;

	background-color: #0B2241;

	padding: 3px;

	/* border: 1px dotted purple; */

	}

#pagefooter p {
	
	margin: 0;

	text-align: center;

	color: white;

	font: 11px Arial, sans-serif;
	}



/* Special Classes */

.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	}
