@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f4f1;
}
#PageTop {
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:167px;
	z-index:1;
	background-image: url(../newimages2/bg.gif);
}
#TopBG {
	position:relative;
	width:531px;
	height:100%;
	z-index:1;
	float:right;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	left:-200px;
}

	#PageTopHolder {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:931px;
		height:100%;
		z-index:1;
		overflow: visible;
		
		padding-left:10px;
		padding-right:10px;
	}
	
		#TopLeftSpacer {
			position:relative;
			left:0px;
			width:200px;
			height:100%;
			z-index:1;
			overflow: hidden;
			margin:0 0 0 0;
			float:left;
		}
		
		#TopRightSpacer {
			position:relative;
			left:531px;
			width:200px;
			height:100%;
			z-index:1;
			overflow: hidden;
			margin:0 0 0 0;
			float:right;
		}

#TopLinksHolder {
	position:absolute;
	width:173px;
	height:30px;
	z-index:1;
	left: 346px;
	top: 0px;
	text-align:right;
}


#MainBody {
	position:absolute;
	left:0px;
	top:162px;
	width:100%;
	height:100%;
	z-index:2;
}
	#BodyContent {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:931px;
		height:100%;
		z-index:2;
		overflow: visible;
		
		padding-left:10px;
		padding-right:10px;
	}
		#LeftColumn {
			position:relative;
			left:0px;
			width:200px;
			height:100%;
			z-index:3;
			overflow: hidden;
			margin:0 0 0 0;
			float:left;
		}
			#LeftColumnContent {
				margin-top:20px;
				width:185px;
				z-index:4px;
				text-align:right
			}

		#CenterColumn {
			position:relative;
			left:-200px;
			margin:150 0 0 0;
			width:531px;
			height:100%;
			z-index:5;
			float:right;
			overflow:visible;
			top:-25px;
		}
			#CenterColumnContent {
				width:531px;
				height:100%;
				overflow: hidden;
				z-index:4;
				
			}			
				#CenterColumnContentHolder {
					overflow:hidden;
					width: 531px;
					background-image:url(../newimages2/body-tile.gif);
				}
			
		#RightColumn {
			position:relative;
			left:531px;
			top:0px;
			right:0;
			bottom:0;
			width:200px;
			height:100%;
			z-index:3;
			overflow: hidden;
			margin:531 0 0 0;
			float:left;
		}
		
			#RightColumnContent {
				margin-top:20px;
				margin-left:15px;
				width:175px;
				z-index:4px;
				text-align:left;
			}
			
.SingleEntry {
	margin-left:20px;
	width:490px;
	overflow:hidden;
	padding-bottom: 60px;
}
			
.Single-Entry-Container {
	padding-bottom: 200px;
	margin-bottom: 200px;
	font:"Times New Roman", Times, serif;
	background-color:#0C0;
}
