<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******CREATED FROM ORIGINAL TEMPLATE**********/
body{
	overflow: auto;
	margin: 0px;
}
ul,ol{
	margin-top: 2px;
}
a{
	text-decoration: underline;
}
.error{
	font-weight: bold;
}
h1{
	margin-top: 0px;
	margin-bottom: 3px;
}
/*****************MAIN INTERFACE STYLES********************************/

#outer{
	text-align: center;
	width: 950px;
	margin: 10px auto;
	border: 10px solid #021b37;
}
#wrapper{
	padding: 0px;
	position: relative;
}
#header{
	position: relative;
}
#menuInner{
	margin: 0px;
}
.menuButton, .menuButtonActive{
	float: left;
	position: relative;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}
	.menuButton a, .menuButtonActive a{
		white-space: nowrap;
		overflow: hidden;
		text-decoration: none;
		display: block;
		font-weight: bold;
		font-size: 16px;
		padding: 8px 0px;
		width: 156px;
		margin: 0px;
		text-align: center;
		border: 1px solid #000;
		border-left: 0px;
		text-shadow: 2px 2px 3px #111;
	}
	.menuButtonActive a{
		text-decoration: none;
	}
#menuWrapper .end{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#menuWrapper  .end a{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 4px;
}
.subMenuWrapper{
	padding: 6px;
	font-size: 13px;
}
	.subMenu a{
		text-decoration: none;
	}
.defaultPageOuter .subMenuWrapper{
	display: none;
}
#contentWrapper{
	text-align: left;
}
#title{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #777;
}
	#title a{
		text-decoration: underline;
		font-weight: normal;
	}
	#title a:hover{
		text-decoration: underline;
	}
#content{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collspase;
}
	#sideBar{
		vertical-align: top;
		width: 160px;
		overflow: hidden;
		padding: 8px;
		text-align: center;
	}
	#contentArea{
		vertical-align: top;
		padding: 0px;
	}
		#contentArea .contentArea{
			min-height: 300px;
			padding: 10px;
		}
#footer{
	text-align: center;
	margin: auto;
}
	#footerInner{
		padding: 8px;
		padding-bottom: 3px;
	}

/******CREATED FROM ORIGINAL THEME**********/
body{
	background: #bebebe url(/my_files/design_files/css/main_bg.jpg) fixed repeat-x;
}
a:link,a:active{
	color: #347ad2;
}
a:visited{
	color: #3d7bc8;
}
a:hover{
	color: #7fb1f1;
}
.error{
	color: #c00;
}
h1{
	color: #555;
}
#outer{
	border: 10px solid #000;
}
#wrapper{
	background: #fff;
}
#header{
	background: #343434;
}
.defaultPageOuter #header{ 
		background: url("images/header_bg.jpg") no-repeat center center;
}
.menuButton, .menuButtonActive{
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	background: #2b2b2b url(/my_files/design_files/css/menu_bg.jpg) repeat-x;
}
.menuButton a, .menuButtonActive a{
	color: #fff;
	background: #073654 url(/my_files/design_files/css/menu_bg.jpg) repeat-x;
	border: 1px solid #000;
	border-left: 0px;
	text-shadow: 2px 2px 3px #111;
}
.menuButton a:hover, .menuButtonActive a{
	color: #ffc;
	background: #3d3d3d url(/my_files/design_files/css/menu_bg_over.jpg) repeat-x;
}
.menuButtonActive a{
	color: #fff;
}
#menuWrapper .end{
	border-right: 0px;
}
#menuWrapper  .end a{
	border-right: 0px;
}
.subMenuWrapper{
	color: #fff;
	background: #696565;
}
.subMenu a{
	color: #fff;
}
.subMenu a:hover{
	color: #ffc;
	background: #333;
}
#title{
	color: #000;
	background: #ddd;
	border-bottom: 1px solid #777;
}
#title a{
	color: #333;
}
#title a:hover{
	color: #777;
}
#content{
	border-spacing: 0px;
	border-collapse: collspase;
}
#sideBar{
	background: #696565;
	color: #fff;
}
#sideBar a{
	color: #fff;
}
#sideBar a:hover{
	color: #ffc;
}
#contentArea{
	background: #fff;
}
#footer{
	background: #000;
	color: #ccc;
}
#footer a{
	color: #ccc;
}
.photoCount{
	background: #000;
}
</pre></body></html>