html, body {
	height: 100%;
}
img, div {
	behavior: url(../iepngfix.htc)
}
body {
	font-family: Verdana, Sans-Serif, Arial;
	font-size:12px;
	margin: 0;
}

a{
	color:#004489;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#004489;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#0072ff;
	font-weight:bold;
	text-decoration:none;
}

#header {
	background-image:url(../header.png);
	background-repeat: repeat-x;
	height: 48px;
	width: 290px;
	margin-top: 20px;
	margin-left: 20px;
}

#navigation {
	position: absolute;
	left: 0;
	width: 250px;
	background-image:url(../bg_orange.png);
	background-repeat: repeat-x;
	background-color:#fcc802;
	height: 345%;
	height:expression(""+(parent.window.document.all.left.clientHeight-0)+"px");
	border: 0px solid;

}

#content {
	background-image:url(../bg_white.png);
	background-repeat: repeat-x;
	margin-left: 250px;
	padding: 0px;
	padding-left: 15px;
	border: 0px solid;
	height: 100%;
}

#sub_content {
	padding-left: 20px;
}

#navigation_content {
	padding: 20px;
	padding-top: 34px;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:10px;
}

h1 {

	color:#000;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 3px;
}

h2{
	color:#000;
	font-size:16px;
	font-weight:normal;
}

img, div {
	behavior: url(../iepngfix.htc);
	border: 0px;
}

img.title {
	padding-right: 4px;
	padding-bottom: 4px;
}

p {
	padding-left: 10px;
	margin: 0px;
}

#text1 {
	padding-left: 10px;
	padding-top: 4px;
	margin: 0px;
}