@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #D9CCB3;
	color: #231A12;
	line-height: 1.3em;
}
#mainContent ul li {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FaF7eb;
	margin: 18px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3F5A6B;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr .um_link {
	width: 100%;
	background-color: #DBF6FF;
	color: #FFF;
	letter-spacing: 0.2em;
	text-align: center;
	height: 4px;
}
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #406679;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D2F4FF url(../images/sidebar1-bg.png) no-repeat bottom;
	padding-bottom: 60px;
	text-align: center;
}
#sidebar1 img {
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3C2D1F;
	margin-top: 2px;
	margin-bottom: 2px;
}
.thrColFixHdr #mainContent {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 24px;
} 
.thrColFixHdr #container #mainContent p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.thrColFixHdr #footer {
	font-size: 11px;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	margin-top: 12px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
} 
p {
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 1.2em;
	margin-bottom: 0px;
}
h1 {
	color: #4D453A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0.2em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3F5A6B;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-top: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #42718F;
	text-decoration: none;
}
a:visited {
	color: #677F9A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #87BDCD;
}
.thrColFixHdr #container #sidebar1 p {
	color: #463423;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #463423;
	margin-top: 14px;
	padding-top: 6px;
}
.thrColFixHdr #container #sidebar1 h2 {
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar1 h3 {
	color: #463423;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
.thrColFixHdr #container #sidebar2 p {
	padding-top: 0.2em;
	margin: 0px 0px 0.4em;
}
.thrColFixHdr #container #sidebar2 h1 {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
	color: #3C2D1F;
	font-style: italic;
}
.thrColFixHdr #container #sidebar2 h2 {
	margin: 0.1em 0px 0.2em;
	padding: 0px;
}
#galleryBanner {
	margin: 0px;
	height: 40px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1e1e1e;
}
#galleryContent {
	height: 620px;
	width: 100%;
	background-color: #1E1E1E;
	text-align: center;
}
td {
	padding: 4px;
table {
	margin: 0px;
}
tr {
	line-height: 1.3em;
}
.thrColFixHdr #container #sidebar2 a {
	text-decoration: none;
	background-color: #FAF7EB;
}
.thrColFixHdr #container #sidebar1 .credits a {
	color: #322519;
}
.thrColFixHdr #container #sidebar2 a:hover {
	text-decoration: none;
	background-color: #FAF7EB;
}

