
/********************************************************/
/*****					Style.Index					*****/
/********************************************************/
	
@media all {
	
	body {
		background-image: none;
	}
	
	#PageWrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		width: 1000px;
		min-height: 300px;
	}
	
	#MenuContent {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		width: 200px;
		background-color: #d5d8e8;
		background-image: url('/images/Logo02.gif');
		background-repeat: no-repeat;
		background-position: 50% 25%;
	}
	
	#Logo {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 150px;
		width: 200px;
	}
	
	#Logo img {
		border: none;
	}
	
	#Menu {
		position: absolute;
		top: 150px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 200px;
		overflow: auto;
		_overflow-y: auto;
	}
	
	#Menu a {
		color: #434C7D;
	}
	
	#PageContent {
		position: absolute;
		top: 0px;
		left: 200px;
		bottom: 0px;
		width: 788px;
		padding: 10px 0px 10px 10px;
		background-color: #FFF;
		border-left: 1px solid #7980aa;
		border-right: 1px solid #7980aa;
		overflow: auto;
		overflow-y: scroll;
	}
	
	#LoadedPage, #CopyBanner {
		width: 758px;
		position: relative;
	}
	
	#CopyBanner {
		text-align: right;
		border-top: 1px solid #666699;
		padding-top: 5px;
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 10px;
		clear: both;
	}
}

@media print {
	
	#MenuContent {
		display: none;
	}
	
	#PageWrapper, #PageContent {
		width: 100%;
	}
	
	#PageContent {
		left: 0px;
		border: none;
		overflow: visible;
	}
	
	.QuickLinks {
		display: none;
	}
	
}