	body { background-color:#bbccdc; }
	
	#IES_main {
		position			: absolute;
		top					: 7px;
		left				: 0px;
		margin				: 0;
		padding				: 0;
		width				: 760px;
		background-image	: url('../images/bg_header.gif');
		background-position	: top right;
		background-repeat	: no-repeat;
		background-color	: #FFF; }
	
	#IES_header {
		position		: relative;
		top				: 20px;
		left			: 0px;
		height			: 150px;
		margin			: 0;
		padding			: 0; }
		
	#IES_header p {
		margin			: 0;
		padding			: 14px 10px 4px 0;
		text-align		: right; }
		
	#header_flags {
		position		: relative;
		top				: 0;
		left			: 0;
		display			: inline;
		width			: 580px;
		text-align		: center; }
	
	#header_flags div {
		display:block;
		margin-right:auto;
		margin-left:auto;
		text-align:center;}
		
	#header_flags img {
		margin-right	: 10px; }
		
	#IES_canvas {
		position		: relative;
		top				: 20px;
		left			: 0px;
		width			: 760px;
		padding			: 0px;
		margin			: 0px;
		padding-bottom	: 5px;
		background-color: #FFF;
		z-index:4; }
		
	#IES_content {
		float				: right;
		background-image	: url('../images/bg_content_top.gif');
		background-repeat	: no-repeat;
		background-position	: top;
		background-color	: #D7E4EF;
		width				: 560px;
		margin-right		: 26px;
		_margin-right		: 13px;
		margin-top			: 5px;
		margin-bottom		: -75px;
		_margin-bottom		: -94px;
		z-index:5; }
		
	#IES_content img { 	border:none; }
	
	#content_area { padding:8px; }
	
	.indent { text-indent:14px; }
	
	#content_area strong { color:#0f1e51; }

	#IES_login {
		height			: 70px;
		width			: 160px;
		display			: table-cell;
		vertical-align	: bottom;
		padding-left	: 5px; }

	#clear_canvas {
		width			: 700px;
		padding			: 0px;
		margin			: 0px;
		clear			: both; }

	#IES_footer {
		position		: relative;
		top				: 10px;
		_margin-top		: 20px;
		width			: 734px;
		background-color: #DDD;
		text-align		: right;
		z-index:20; }

	p,a,li,label,legend,input,textarea,td,th,pre,blockquote {
		font-family		: Arial, Verdana, sans-serif;
		font-size		: 12px; }
		
	h1,h2,h3,h4,h5,h6 {	font-family:Arial, sans-serif; }
		
	h1 {font-size		: 14px;
		color			: #FFF;
		padding			: 0;
		line-height		: 24px;
		text-indent		: 8px;
		margin			: 0; }
		
	h2 {font-size:18px;
		color:#0f1e51; }
	h3 {font-size:16px;
		color:#99bbee; }
	h4 {font-size:14px;
		color:#0f1e51; }
	h5 {font-size:14px;
		color:#000; }
	h6 {font-size:14px;
		color:#FFF; }

	a:link,a:visited { 
		color:#333;
		text-decoration:underline; }
		
	a:hover,a:active {
		color:#433c7d;
		text-decoration:none; }
	
	#IES_header a:link, #IES_header a:visited {
		color:#013387;
		text-decoration:none; }
		
	#IES_header a:hover, #IES_header a:active {
		color:#333333;
		text-decoration:underline; }
	
	#IES_footer a:link, #IES_footer a:visited {
		color:#013387;
		text-decoration:underline; }
		
	#IES_footer a:hover, #IES_footer a:active {
		color:#333;
		text-decoration:none; }
		
	#content_head {
		margin-top			: 6px;
		width				: 560px;
		display				: block;
		height				: 25px;
		background-image	: url('../images/canvas_hdr1.gif');
		background-repeat	: no-repeat; }
	
	#IES_nav {
		position			: relative;
		width:150px;
		padding				: 0;
		margin				: 0;
		padding-left		: 20px;
		list-style-type		: none;
		z-index				: 2; }
		
	#IES_nav li {
		list-style-type		: none;
		background-image	: url('images/nav_bullet.gif');
		background-repeat	: no-repeat;
		background-position	: 0px 2px;
		position			: relative;
		margin				: 0;
		padding				: 0;
		line-height			: 20px;
		padding-left		: 10px; }

	#IES_nav a {
		font-size:14px;
		font-weight:bold;
		margin:0;
		margin-left:12px;
		padding:0; }
	
	#IES_nav a:link, #IES_nav a:visited {
		color:#333;
		text-decoration:none; }
	#IES_nav a:hover, #IES_nav a:active { 
		color:#9BE;
		text-decoration:none; }
		
		