body {
	padding: 20px 0;
	background-color: #c7d4dd;
	color: #0068b3;
	background-image: url("/i/body-bg-2.png");
	background-attachment: fixed;
}



/*	wrapper
-----------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
}



/*	header
-----------------------------------------------------*/
#header {}



/*	container
-----------------------------------------------------*/
#container {
	background-color: #fff;
	color: #0068b3;
	padding: 30px;
}



/*	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: 7px;
		background-color: #e3eef6;
		color: #0062b0;
		text-decoration: none;
		border-top: 1px #fff solid;
		font-size: 15px;
		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;		
	}



/*	content
-----------------------------------------------------*/
#content {}

#content.sidebar-on {
	width: 690px;/*760*/
	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;
	}
	
	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: 0.7;
	} 
	
	td img:hover {
		opacity: 1.0;
	} 
	
	
