body {
	padding: 0;
	background-color: #fff;
	color: #0068b3;
	/*background-image: url("/i/body-bg-2.png");
	background-attachment: fixed;*/
}

strong {
	font-weight: bold;
}

a.pdf_link {
	color:#0062B0;
}



/*	wrapper
-----------------------------------------------------*/
#wrapper {
	position: relative;
	width: 978px;
	margin: 0 auto;
}



/*	header
-----------------------------------------------------*/
#header {}



/*	container
-----------------------------------------------------*/
#container {
	background-color: #fff;
	color: #0068b3;
	padding: 30px 0;
}



/*	breadcrumbs
-----------------------------------------------------*/
#breadcrumbs {
	background-color: inherit;
	color: #666;
	font-size: 14px;
	padding: 0 0 20px 0;
}

	#breadcrumbs a {
		background-color: inherit;
		color: #999;
		text-decoration: none;
		font-size: 14px;
	}
	
	#breadcrumbs a:hover {
		background-color: inherit;
		color: #000;
		text-decoration: underline;
	}
	
	#breadcrumbs span {
		background-color: inherit;
		color: #000;
		font-size: 14px;
	}



/*	sidebar-left
-----------------------------------------------------*/
#sidebar-left {
	width: 200px;
	float: left
}

	a.sidebar-link {
		display: block;
		padding: 5px 12px 5px 7px;
		line-height: 19px;
		background-color: #e3eef6;
		color: #0062b0;
		text-decoration: none;
		border-top: 1px #fff solid;
		font-size: 14px;
		background-image: url("/i/corners/tr-8-blue-3.png");
		background-position: 100% 0;
		background-repeat: no-repeat;
	}	
		
	a.sidebar-link:hover {
		background-color: #d7e8f4;
		color: #0062b0;
		background-image: url("/i/corners/tr-8-blue-4.png");
		background-position: 100% 0;
		background-repeat: no-repeat;
	}
	
	a.sidebar-link.on,
	a.sidebar-link.on:hover {
		background-color: #0062b0;
		color: #fff;
		background-image: url("/i/corners/tr-8-blue.png");
		background-position: 100% 0;
		background-repeat: no-repeat;
	}



.sub-sidebar-left {
	background-color: #fff;
	color: #3c7aac;
	padding: 15px 15px 15px 25px;
	line-height: 20px;
	border: 1px #0062b0 solid;
}

	.sub-sidebar-left a {
		background-color: inherit;
		color: #0062b0;
		display: block;
		text-decoration: none;
	}
	
	.sub-sidebar-left a:hover {
		background-color: inherit;
		color: #000;
	}
	
	.sub-sidebar-left a.on,
	.sub-sidebar-left a.on:hover {
		font-weight: bold;
		background-color: transparent;
		color: #000;		
	}
	
	.sub-sidebar-left a.trilew {
		font-size: 11px;
		padding-left: 10px;
	}
	
		.sub-sidebar-left a.trilew.on {
			font-weight: normal;
			background-color: transparent;
			color: #000;	
		}
	
	



/*	content
-----------------------------------------------------*/
#content {}

#content.sidebar-on {
	width: 748px;/*778*/
	padding: 0 0 0 30px;
	float: left;
}

#content.sidebar-off {
	float: none;
}



	/*	part
	-----------------------------------------------------*/
	.part {
		margin: 30px 0 0 0;
	}
	
		.part-left {
			float: left;
		}
		
		.part-right {
			float: left;
		}



	/*	part
	-----------------------------------------------------*/
	h1 {
		font-size: 32px;
		background-color: inherit;
		color: #0068b3;
		margin: 0 0 15px 0;
		font-weight: bold;
	}
	
	h1 span {
		display: block;
		font-size: 18px;
		padding: 3px 0 0 0;
		text-transform: uppercase;
	}
	
	p {
		font-size: 12px;
		line-height: 18px;
		background-color: inherit;
		color: #0068b3;
		margin: 15px 0;
	}
	
	h5 {
		background-image: url("/i/corners/tl-8-blue.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	h5 span {
		background-image: url("/i/corners/br-8-blue.png");
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}
	
	li.li-standard a {
		background-image: url("/i/corners/standard-tab.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	li.li-optional a {
		background-image: url("/i/corners/optional-tab.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	td img {
		opacity: 1.0;
	} 
	
	td img:hover {
		opacity: 0.8;
	} 
	
	
#error-message {
	width: 700px;
	padding: 30px 30px 60px 30px;
	margin: 30px auto;
	background-color: #e3eef6;
	color: #0068b3;
	background-image: url("/i/error-el-logo.png");
	background-position: 98% 95%;
	background-repeat: no-repeat;
}

#error-message h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#error-message p {
	margin: 0;
	line-height: 21px;
}

#error-message p a {
	font-weight: bold;
	text-decoration: underline;
	color: #0068b3;
	background-color: inherit;
}

#error-message p a:hover {
	background-color: inherit;
	color: #64b033;
}
	
	
