<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;group=General Styles&gt;*/

body {
	font: 11px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 10px 0px 40px;
	color: #362928;
	background: url(images/body_bg.png) repeat-x scroll #362928;
	text-align: left;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #7b4b56;
	text-decoration: none;
}

a:visited {
	color: #7b4b56;
	text-decoration: none;
}

a:hover, a:active {
	color: #7b4b56;
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Layout&gt;*/

#container {
	background: #FFFFFF repeat-y left  url(images/sidebar_bg.png); 
	width: 730px;
	text-align: left; 
	color: #362928;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#pageHeader {
	width: 730px;
	text-align: left;
	list-style: none;
	height: 83px;
	background: #ffffff;
}

#pageHeader img {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#pageHeader h1 {
	color: #362928;
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 15px 20px 0px 190px;
}

#pageHeader h2 {
	color: #362928;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 190px;
}

#bannerContainer {
	width: 730px;
	float: left;
	text-align: left;
	background: url(images/banner.jpg) no-repeat;
	height: 176px;
	margin: 0px;
}

#contentContainer {
	text-align: left;
	float: right;
	width: 550px;
	padding-bottom: 20px;
}

#contentContainer #content {
	line-height: 1.5em;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 21px;
}

#sidebarContainer {
	width: 167px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	line-height: 1.5em;
	padding: 10px;
}

#footer {
	background: repeat-x  url(images/footer_bg.png);
	text-align: center;
	color: #ffffff;
	height: 20px;
	padding-top: 10px;
}

#footer a {
	color: #5d3942;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Bread-crumb&gt;*/

#breadcrumbcontainer {
	background: #ffffff;
	text-align: right;
	width: 720px;
}

#breadcrumbcontainer ul {
	display: inline;
	list-style: none;
	position: relative;
	top: 5px;
	margin: 0px 0px 5px 0px;
	width: 720px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #7b4b56;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
	color: #7b4b56;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Toolbar&gt;*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 5px;
	width: 168px;
	line-height: 14px;
	color: #ffffff;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
	background: #5d3942;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	height: 15px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #5d3942;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	color: #ffffff;
	font-size: 11px;
	height: 15px;
}

#navcontainer ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #5d3942;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: #5d3942;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Global Classes&gt;*/

.standout, blockquote {
	background: #7b4b56;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #362928;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #362928;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #362928;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #362928;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*&lt;/group&gt;*/

/*&lt;group=Blog&gt;*/

/*&lt;group=Archive Page&gt;*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}
	
/*&lt;/group&gt;*/

.blog-entry {
}

.blog-entry-title {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 30px;
	border-bottom: 1px dotted #59554c;
	padding-bottom: 10px;
}

.blog-entry-comments {
	
}
	
/*&lt;/group&gt;*/

/*&lt;group=File Sharing&gt;*/

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #362928;
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/*&lt;/group&gt;*/

/*&lt;group=Photo Album&gt;*/

/*&lt;group=Index Page (Thumbnail view)&gt;*/

.album-title {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: none;
}

.thumbnail-caption {
	color: #808080;
	margin-top: 3px;
	font-size: 11px;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Single Page (Photo view)&gt;*/

.photo-background {
	text-align: center;
	margin: 10px;
	background: #251a1d;
}

.photo-navigation {
	padding: 10px;
	text-align: left;
	background: #362928;
	margin-bottom: 10px;
}

.photo-navigation a {
	color: #ffffff;
}

.photo-navigation a:hover {
	color: #7b4b56;
	text-decoration: underline;
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #ffffff;
}

/*&lt;/group&gt;*/
	
/*&lt;/group&gt;*/

/*&lt;group=Quicktime Page&gt;*/

.movie-description {
	text-align: center;
}
	
/*&lt;/group&gt;*/

/*&lt;group=Quicktime Album&gt;*/

/*&lt;group=Index Page (Movie Thumbnail view)&gt;*/

.movie-page-title {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}

.movie-page-description {	
	margin-top: 5px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #808080;
	margin-top: 3px;
	font-size: 11px;

}
	
/*&lt;/group&gt;*/

/*&lt;group=Single Page (Movie View)&gt;*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #362928;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*&lt;/group&gt;*/


/*&lt;/group&gt;*/

/*&lt;group=Contact Form&gt;*/
.message-text { } 

.required-text {
	color: #c17484;
} 

.form-input-field {
	background: #ebebeb;
} 

.form-input-button { } 
/*&lt;/group&gt;*/


</pre></body></html>