* html, * html body {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/background.gif) repeat-x;
}

#header {
	background: #008184;
	height: 85px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #000000;
}

#header h1 {
	text-align: right;
	padding: 25px 40px 0 0;
}

#header #topnav {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: small;
	color: #FFFFFF;
}

#header #topnav form {
	float: left;
	margin: 0;
	padding: 0;
}

#header #topnav ul {
	position: absolute;
	top: 28px;
	left: 220px;
	width: 480px;
	margin: 0;
	padding: 0;
}

#header #topnav form {
	margin-right: 10px;
}

#header #topnav input#search {
	width: 120px;
	border: 1px solid #A7A6AA;
}

#header #topnav input#submit {
	background: #FFFFFF;
	font-size: x-small;
	border: outset;
}

#header #topnav ul li {
	padding: 3px 5px;
	display: inline;
}

#header #topnav a {
	color: #FFFFFF;
}

h1 {
	margin: 0;
}

a {
	color: #4675b8;
}

a img {
	border: none;
}

div#menu ul {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/menu-bg.jpg) no-repeat;
	height: 360px;
}

div#menu li {
	display: inline;
	font-size: .9em;
}

div#menu li a {
	text-decoration: none;
	display: block;
	color: #008284;
	padding: 5px 5px 5px 20px;
	background: url(/images/bullet.gif) 5px 7px no-repeat;
}

div#menu li a:hover {
	text-decoration: underline;
}

div#menu li a img {
	padding-right: 5px;
	vertical-align: middle;
}

div#menu {
	position: absolute;
	top: 86px;
	left: 0px;
	bottom: 5px;
	width: 200px;
	background: #FFFFFF;
	padding-top: 10px;
}

* html #menu {
	height: expression(document.body.clientHeight - 92 + "px");
}

#menu h2 {
	font-size: 1em;
	color: #008284;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 5px;
	border-bottom: 2px solid #008284;
}

#menu h2 img {
	vertical-align: top;
}
		
div#content, div#holder {
	position: absolute;
	top: 86px;
	right: 0px;
	bottom: 5px;
	left: 200px;
}

* html div#content {
	width: expression(document.body.clientWidth-230 + "px");
	height: expression(document.body.clientHeight - 112 + "px");
}

* html div#holder {
	width: expression(document.body.clientWidth-200 + "px");
	height: expression(document.body.clientHeight - 92 + "px");
}

div#holder {
	overflow: hidden;
}

div#content {
	overflow: auto;
	background: #FFFFFF;
	padding: 10px 10px 10px 20px;
}