
html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}


a { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }








#allContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


	#sideColumn {
		position: absolute;
		z-index: 2000;
		width: 100px;
		padding: 30px 20px 20px;
		margin: 0 0 0 25px;
		background-color: #fff;
	}
		#sideColumn h1 { 
			min-height: 40px;
			margin: 0 0 20px;
			padding: 0;
			float: none;
			
			font-size: 11px;
			font-weight: bold;
			color: #000;
		}
		
		#sideColumn a:link { color: #000; }
		#sideColumn a:visited { color: #666; }
		#sideColumn a:hover { color: #666; }

		#sideColumn ul {
			list-style: none;
			margin: 0 0 20px;
			padding: 0;
		}
			#sideColumn ul li {
				padding-bottom: 6px;
				font-weight: bold;
				text-transform: uppercase;
			}
				
				#sideColumn ul li.selected>a {
					font-weight: bold;
					color: #000;
				}
			#sideColumn ul ul {
				margin: 0;
			}
				#sideColumn ul ul li {
					padding-bottom: 0;
					font-weight: normal;
					text-transform: none;
				}
			
				
		#copyright { 
			position: relative;
			clear: left;
			font-size: 9px;
		}
			#copyright * { color: #000;}


	#contentContainer {
		position: absolute;
		z-index: 1000;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
		#mainColumn {
			position: relative;
			margin: 90px 0 0 180px;
			padding-bottom: 20px;
			/*width: 800px;*/
			width: 600px;
		}


		ol#pageEntries {
			position: relative;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			ol#pageEntries li.xEntry {
				position: relative;
				list-style:none;
				margin-bottom: 20px;
				padding: 0;
			}
	
				ol#pageEntries li.xEntry h2 {
					padding: 0;
					margin: 0;
					font-size: 16px;
					font-weight: bold;
				}
				ol#pageEntries li.xEntry .xGalleryContainer {
					position: relative;
					clear: both;
					padding: 0;
					margin: 0 0 2px;
				}
				ol#pageEntries li.xEntry .xGalleryType-slideshow {

				}
				ol#pageEntries li.xEntry .xGalleryType-row {
				
				}
				
					ol#pageEntries li.xEntry .xGalleryContainer .xGallery { 
						position: relative; 
						margin: 0;
					}
						ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem { display: block; }
						ol#pageEntries li.xEntry .xGalleryType-row div.xGalleryItem {
							padding-bottom: 1em;
						}
		
					ol#pageEntries .xGalleryContainer ul.xGalleryNav {
						display: block;
						position: relative;
						clear: both;
						margin: 0 0 2px;
						padding: 0;
						list-style: none;
						height: 18px;
					}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li {
							display: block;
							float: left;
							list-style: none;
							line-height: 96%;
							margin: 0;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li a {
							display: block;
							float: left;
							padding: 1px 2px 1px;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
							background-color: #000;
							color: #fff;
						}
			
			
				ol#pageEntries li.xEntry .entryText {
					position: relative;
					clear: both;
					margin: 0 0 6px;
				}
					ol#pageEntries li.xEntry .entryText p {
						margin: 0 0 6px;
					}
					ol#pageEntries li.xEntry .entryText ul {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ul li {
							list-style-type: circle;
							margin: 0 0 3px 0;
							padding: 0;
						}
					ol#pageEntries li.xEntry .entryText ol {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ol li {
							margin: 0 0 3px 0;
							padding: 0;
							list-style-type: decimal;
						}
			
		 
				ol#pageEntries li.xEntry .entryTags {
					position: relative;
					clear: both;
				}
				
				
				
				
				
				
				
		.footer {
			clear: both;
			margin: 50px 0 0;
			font-size: 80%;
		}

		.footerMenu {
			margin: 20px 0 0;
		}


	




