@charset "utf-8";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

h1 {
	font-size: 16px;
	margin: 0 0 5 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 5 0;
}

h3 {
	font-size: 12px;
	margin: 0 0 5 0;
}

#container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;  
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}

#topnav {
	width: 940px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;  
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#header {
	width: 950px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;  
	overflow: auto;
	clear: both;
	position: relative;
}

#header img {
	max-width: 950px;
	margin: 0;
}

#navigation {
	background: #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin:0;  
	width:150px;
	float: left;
	height: 100%;
}

#navigation ul {
	list-style: none;
	margin:0;
	width: 150px;
	padding-left:0;
}

#nav-level1 {
	width: 150px;
	margin:0;
}

#nav-level1 li {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 5px 3px 5px; 
	border-bottom: 1px solid #ffffff;
}

#nav-level1 li a {
	text-decoration: none;
	color: #ffffff;
}

#nav-level1 li a:hover {
	text-decoration: none;
	color: #ffffff;
}

#nav-level1 li.current {
	text-decoration: none;
	color: #ffffff;
}

#nav-level1 li.current a {
	text-decoration: none;
	color: #ffffff;
}

#mainContent {
	float: right;
	padding: 0px 5px 0px 10px; 
	background: #FFFFFF;
	min-height: 300px;
	width: 785px;
}

#mainContent img {
	max-width: 750px;
	margin: 5px 5px 5px 5px;;
}


#footer {
	padding: 0px 0px 0px 0px;
}

div.floating-menu {
	position: fixed;
	background: #fff4c8;
	border: 1px solid #ffcc00;
	margin-top: 5px;
	padding: 5px;
	width: 250px;
	z-index: 1000;
}

div.floating-menu-right {
	position: fixed;
	background: #fff4c8;
	border: 1px solid #ffcc00;
	margin-top: 5px;
	margin-left: 800px;
	padding: 5px;
	width: 200px;
	z-index: 100;
}

div.topmenu-left {
	text-align: center;
	background: #fff4c8;
	border: 1px solid #ffcc00;
	margin-top: 5px;
	padding: 5px;
	width: 150px;
	float: left;
}

div.topmenu-right {
	text-align: center;
	background: #fff4c8;
	border: 1px solid #ffcc00;
	margin-top: 5px;
	padding: 5px;
	width: 150px;
	float: right;
}
