@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #3C3528;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #221D19;
}
.thrColElsHdr #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColElsHdr #body_box {
	background: #726244;
	border-color:#524640;
	border-width:15px;
	border-style:solid;
	height:100%;
	color:#E0D6C1;
	min-height:350px;
}
.thrColElsHdr #header {
	background-image:url(../images/top2.gif);
	height:70px;
	color:#B4A078;
	padding: 0 0px;  /* 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. */
}
.thrColElsHdr #header2 {
	background: #221D19;
	border-color:#524640;
	border-width:15px;
	border-style:solid;
	color:#DFE0D0;
	height:260px;
	padding-left:50px;
}

.thrColElsHdr #header3 {
	background-color:#726244;
	background-image:url(../images/menu.gif);
	color:#221D19;
	height:20px;
	font-size:12px;
	text-align:right;
}

.thrColElsHdr #sitename {
	font-size:24px;
	font-weight:bold;
	color:#F2EDE4;
	padding-top:5px;
	padding-left:20px;
}
.thrColElsHdr #pathway {
	width:60%;
	float:left;
	text-align:left;
	padding-left:20px;
	height:25px;
	color:#221D19;
}
.thrColElsHdr #date {
	float:right;
	height:25px;
	width:30%;
	text-align:right;
	padding-right:20px;
	color:#221D19;
}
.thrColElsHdr #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 */
}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	padding: 5px 5px 5px 5px;
	margin-left:6px;
	margin-right:5px;
	margin-top:10px;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 15%; /* since this element is floated, a width must be given */
	/*background: #FFFFFF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 5px 2px; /* top and bottom padding create visual space within this div */
	margin-top:10px;
	margin-right:5px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #mainContent3col {
	width: 59%;
	/*background:#FFFFFF;*/
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-top-width:0px;
	padding: 5px 5px 5px 5px; /* top and bottom padding create visual space within this div */
	margin: 0 12em 1em 13em;
	margin:auto;
}
.thrColElsHdr #mainContent2col {
	float:left;
	width: 70%;
	border-style:solid;
	border-left-width:1px;
	border-color:#8A7852;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	padding: 5px 20px 5px 15px; /* top and bottom padding create visual space within this div */
	margin: 0 1em 1em 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin:auto;
	min-height:300px;
}
.thrColElsHdr #mainContent1col {
	width: 60%;
	padding: 5px 0 5px 5px; /* top and bottom padding create visual space within this div */
	margin: 0 12em 1em 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.thrColElsHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:75px;
	background-image:url(../images/bottom.gif);
	background-position:bottom;
	font-size:10px;
	text-align:center;
	color:#8C8844;
}
.thrColElsHdr #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 */
}
/* Miscellaneous classes for reuse */
.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;
}
.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.mainlevel {
	margin : 0px;
	font-size : 12px;
	width : 140px;
	color : #FFFFFF;
	text-indent : 15px;
	text-decoration : none;
}
a.mainlevel:link, a.mainlevel:visited {
	display : block;
	font-size : 12px;
	color : #B4A78E;
	border-top : 1px solid #BBB881;
	font-weight : normal;
	padding : 4px 0px 2px 0px;
	width : 140px;
	text-indent : 15px;
	text-decoration : none;
	height:16px;
}
a.mainlevel:hover {
	color : #000000;
	background-color : #B4A78E;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-indent : 15px;
}
#active_menu {
	color : #000000;
	background-color:#CDC3B0; /*84B184;*/
	font-weight : bold;
	text-decoration : none;
}
a#active_menu:hover {
	color : #000000;
	text-decoration : none;
}
a:link, a:visited {
	font-size : 11px;
	color : #B4A78E;
	text-decoration : underline;
	font-weight : bold;
}
a:hover {
	font-size : 11px;
	color : #ffffff;
	text-decoration : underline;
	font-weight : bold;
}
a.category:link, a.category:visited {
	font-size : 11px;
	font-weight : bold;
}
a.readon:link, a.readon:visited {
	font-size : 11px;
	color : #3C3528;
	text-decoration : underline;
	font-weight : bold;
}
a.readon:hover {
	color : #4C5A51;
	font-size : 11px;
	color : #3C3528;
	text-decoration : underline;
	font-weight : bold;
}
a.pathway:link, a.pathway:visited {
	font-size : 11px;
	color : #221D19;
	text-decoration : none;
}
a.pathway:hover {
	color : #221D19;
	font-size : 11px;
	text-decoration:underline;
}
a.footer:link, a.footer:visited {
	font-size : 11px;
	color : #8C8844;
	text-decoration : none;
}
a.footer:hover {
	color : #8C8844;
	font-size : 11px;
	text-decoration:none;
}
table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 100%;
}
table.moduletable th {
	font-size : 12px;
	color : #FFFFFF;
	background-color:#3C3528;
	text-align:center;
	padding-top:4px;
	padding-bottom:5px;
	width:100%;
}
table.moduletable td {
	font-size: 10px;
	font-weight: normal;
	padding-bottom:1px;
}
.contentheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height:26px;
	width:100%;
	font-weight: bold;
	color: #F2EDE4;
	border-bottom-style:solid;
	border-bottom-color:#B4A078;
	border-bottom-width:1px;
	text-align:left;
}
.contentdescription {
}
.componentheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#3C3528;
	height:26px;
	width:100%;
	font-weight: bold;
	color: #CDC3B0;
	text-align:left;
	padding-left:10px;
	padding-top:4px;
}
.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	background: #EEEDE4;
	color: #8A191C;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color:#666666;
}
