html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:verdana;
	font-size:100.01%;
}



#wrapper {
	height:100%;
width:100%;
}

#header_left, #header_right {
	height:120px;
	background-color:#143d8d;
}

#header_right h1 {
	color:#fff;
	font-family:arial;
	text-align:center;
	font-size:1.7em;
}

#pathway {
	height:25px;
	background-color:#ffc423;
}

#left {
	width:180px;
	vertical-align:top;
	color:#fff;
	font-size:.75em;
	font-weight:bold;
	background-color:#DFEAFF;
	border-right:1px solid #143d8d;
	background-image:url(../images/logo_left.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#left #menu {
	margin:25px 0 0 0;
	padding:0;
	background-color:#143d8d;
}





#left #menu li {
	line-height:25px;
	height:25px;
	border-bottom:1px solid #ffc423;
	list-style:none;
	width:180px;
	margin:0;
}

#left #menu a:link,#left #menu a:visited {
	text-indent:5px;
	display:block;
	line-height:25px;
	height:25px;
	color:#fff;
	text-decoration:none;
}

#left #menu a:hover {
	color:#ffc423;
}

#left #menu #active:link,#left #menu #active:visited {
	background-color:#ffc423;
	color:#143d8d;
}

#content {
	vertical-align:top;
	background-image:url(../images/watermark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:2px 5px 2px 5px;
	font-size:.8em;
	height:77%;

	}

#content h2 {
	color:#143d8d;
	margin-top:5px;
}

#content h3 {
	color:#000;
	margin-top:2px;
	font-size: 1.1em;
}

#content h4 {
	color:#143d8d;

	font-size: 1em;
}
	

#footer_left, #footer_right {
	height:40px;
	background-color:#143d8d;
	color:#fff;
	font-size:.7em;
	text-align:center;
}

#footer_right a:link, #footer_right a:visited {
	color:#fff;
	text-decoration:none;
}

#footer_right a:hover {
	text-decoration:underline;
}
fieldset {
	width: 80%;
	padding: 10px;
}