@charset "UTF-8";
body {
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: #FFFBF7;
	color: #554D4C;
	background-image: url(../images/body_bg.png);
	font-size: 13px;
}
a:link {
	color: #DD9D36;
}
a:visited {
	color: #998675;
}
a:hover {
	color: #406D91;
}
a:active {
	color: #0C3C71;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 1em;
}
h1 {
	color: #8D847B;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4em;
	color: #3C2312;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #DF7A1C;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #8C6865;
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0em;
}
.main_left p {
	padding-right: 4px;
	padding-left: 24px;
}
.main_left h3 {
	padding-right: 4px;
	padding-left: 24px;
	font-weight: bold;
	color: #DF7A1C;
}
.thrColFixHdr #container #mainContent #main_left h1{
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent #main_right h1 {
	padding-left: 6px;
}
.thrColFixHdr #container #mainContent #main_left h2 {
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent p {
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent h3 {
	padding-left: 32px;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0px auto 24px;
	text-align: left;
} 
.thrColFixHdr #header {
	text-align: center;
} 
.thrColFixHdr #nav {
	margin: 0px;
	padding: 0px 0px 0px 24px;
	text-align: center;
	z-index: 600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 26px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat;
}
.top_950 {
	background-image: url(../images/topcorner_950.jpg);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 8px;
}
.thrColFixHdr #mainContent {
	margin: 0px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 500;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-y;
} 
.flash_main {
	margin: 0px;
}
.clearfloats {
	clear: both;
}
.entry {
	background-color: #faf7f3;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-bottom: 8px;
	overflow: hidden;
}
.bottom_950 {
	background-image: url(../images/body-bottom.png);
	background-repeat: no-repeat;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear: both;
}
.thrColFixHdr #footer {
	font-size: 11px;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	margin: 0px;
	color: #998676;
	font-weight: bold;
	border-top: 1px solid #D4A76C;
	border-bottom: 1px solid #D3A76F;
} 
.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: #777777;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
}
.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 */
}
.h1_span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #8C6865;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #78531D; /* padding keeps the content of the div away from the edges */
	height: 100%;
	color: #EEEEEE;
	padding-bottom: 20px;
}
.thrColFixHdr #sidebar2 {
	margin-left: 32px;
	margin-bottom: 4px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img_right {
	float: right;
	margin-right: 8px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #8D847B;
}
.img_left {
	float: left;
	margin-right: 14px;
	padding: 2px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #8D847B;
	margin-top: 4px;
}

#main_left p {
	padding-right: 16px;
}
#main_right p {
	padding-right: 16px;
}
ul {
	padding-left: 24px;
}
li {
	font-size: 0.85em;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}
