html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
a {text-decoration: none;}
A:focus {OUTLINE-STYLE: none;}
li {list-style-type: none;}
body {
	background-color: #9CBCCB;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin-bottom:30px;
	}
p {line-height: 1.4em;}
#wrappershd {
	width:790px;
	margin: 0 auto;
	background-image:url(images/sideshd.jpg);
	background-repeat:repeat-y;
	background-position:top;
	}
#wrapper {
	width:750px;
	background-color:#BDD1DA;
	margin: 0 auto;
	}
#header {
	height:150px;
	width:750px;
	background-image: url(images/Scheele_Header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
#flashcontain {
	height:200px;
	width:750px;
	background-repeat:no-repeat;
	background-position: top left;
	}
#navbar {
	height: 2em;
	font-size: 1.4em;
	background-image: url(images/nav-bg.jpg);
}
#navbar ul li {
	list-style:none;
	float:left;
	line-height: 1em; /* height of navbar*/
}
#navbar ul li a {
	display: block;
	padding: .5em .824em;
	color: #CCCCCC;
	BORDER-right: #cccccc 1px solid;
}
#navbar ul li a:hover {
	color: #FFFFFF;
}
#navbar ul .last a {
	border-right: none;
}

/*second list*/
#navbar ul li ul {
	display: none; 
	padding: 0px;
}
#navbar ul li:hover ul, #navbar ul li.hover ul {
	display: block;
	position: absolute;
	background-color: #1C2359;

	}
#navbar ul li ul li {
	width: 200px;
}
#navbar ul li ul li a {
	color: #CCCCCC;
	BORDER-right: none;
}
#navbar ul li:hover ul li, #navbar ul li.hover ul li {
	float: none;
}
#navbar ul li:hover, #navbar ul li.hover {
	background-color: #003399;
}
#navbar ul li ul li:hover a, #navbar ul li ul li.hover a{
	color: #FFFFFF;
}
a img {
	border:none;
	}
#sidebar {
	width: 210px;
	float:right;
	margin-bottom:30px;
	}
#sidenav {
	float:left;
	width: 190px;
	margin-top:20px;
	border: #000066 1px solid;
	line-height: 0.9em;
	}
#sidenav p {
	padding: 5px;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	color: #000066;
	}
#container {
	width:540px;
	float:left;
	margin-top:0px;
	}
#content {
	font-size: 1.4em;
	width: auto;
	margin:20px 20px 40px 20px;
	display:block;
	border-top: solid 1px #ebebeb;
	background-image:url(images/content_bg_fsg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
#content h2 {
	margin: 10px 10px 20px 10px;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	}
#content h3 {
	margin: 8px 10px 20px 10px;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	}
#content p,#content ul {
	margin-left:10px;
	margin-right:10px;
	color: #4d4d7f;
	}
#content ul {
	margin-left: 40px;
	}
#content a {
	color: #4d4d7f;
	}
#content img {
	float:right;
	margin:10px;
	border: solid 1px #242E73;
	}
#footer {
	background-color: #1C2359;
	height:160px;
	}
#footer p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ebebeb;
	text-align: left;
	font-size: 1.2em;
	text-decoration:none;
	margin-left:20px;
	padding:10px;
	}
#footer img {
	float:right;
	margin:10px;
	}
#footernav a {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	TEXT-DECORATION: none;
	}
#footernav a:hover {
	color:#BACED9;
	}
#botshd {
	height:60px;
	background-image:url(images/botshd.jpg);
	}
#botshd p {
	float: right;
	margin-right: 20px;
	}
	
TEXTAREA {
	font-family: arial, verdana, ms sans serif;
	font-size: 13px;
	color:#000066;
}
