@charset "UTF-8";
/* CSS Document */

body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #E7DEB5;
	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: #000000;
	background-color: #FAF2DD;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.thrColElsHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #E7DEB5;
	text-align: left;
	vertical-align: middle;
} 
.thrColElsHdr #header {
	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. */
	height: 65px;
	text-align: left;
} 
.thrColElsHdr #headerDatabase {
	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. */
	height: 110px;
	text-align: left;
}
.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: 140px; /* top and bottom padding create visual space within this div */
	height: 250px;
	text-align: right;
	padding-top: 120px;
	padding-right: 0;
	padding-left: 0;
}
.thrColElsHdr #sidebar2 {
	float: left;
	width: 140px; /* top and bottom padding create visual space within this div */
	height: 250px;
	text-align: left;
	padding-top: 120px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
.thrColElsHdr #sidebar1 h3, .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;
	text-align: left;
	vertical-align: middle;
}


.thrColElsHdr #mainContent {
	margin: 0 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 600px;
	height: 450px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
} 
.thrColElsHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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 */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9F8565;
}
#footer a {
	color: #9F8565;
	text-decoration: none;
}
#footer a:hover {
	color: #9F8565;
	text-decoration: underline;
}

/* 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;
}
.headerLeft {
	height: 65px;
	width: 250px;
	float: left;
}
.headerRight {
	height: 65px;
	width: 250px;
	float: left;
}
.headerLogo {
	height: 65px;
	width: 400px;
	float: left;
	text-align: center;
}
.headerRight .headerLink {
	display: block;
	margin-top: 45px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #9A8061;
}
.headerRight .headerLink a {
	text-decoration: underline;
	color: #9A8061;
}
.headerRight .headerLink a:hover {
	text-decoration: none;
	color: #9A8061;
}
.headerDatabase {
	height: 65px;
	width: 900px;
	float: left;
}

.headerLogoDatabase {
	width: 900px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9F8565;
	background-position: center;
}
.clear {
	clear: both;
}
.headerLink {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #BDA980;
	font-weight: normal;
	margin-top: 10px;
}
.headerLink a {
	text-decoration: underline;
	color: #9F8565;
}
 .headerLink a:hover {
	text-decoration: none;
	color: #9F8565;
}
.headerLeftDatabase .headerLink {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BDA980;
	width: 900px;
}
.headerLeftDatabase .headerLink a {
	text-decoration: none;
	color: #BDA980;
}
.headerLeftDatabase .headerLink a:hover {
	text-decoration: underline;
	color: #BDA980;
}
#sidebar1 ul {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar1 li {
	
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #BDA980;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar1 li a{
	display: block;
	color: #9F8E6C;
	text-decoration: none;
}
#sidebar1 li a:hover{
	display: block;
	color: #6E624A;
	text-decoration: none;
}
#sidebar2 li {
	
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #BDA980;
	text-decoration: none;
}
#sidebar2 li a{
	display: block;
	color: #9F8E6C;
	text-decoration: none;
}
#sidebar2 li a:hover{
	display: block;
	color: #6E624A;
	text-decoration: none;
}
#sidebar2 ul {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98B58E;
	text-decoration: none;
}
.credit a{
	color: #98B58E;
	text-decoration: none;
}
#mainContentDatabase {
	width: 900px;
}
#sidebar1 #sidebarwrapper {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #C6B48A;
}
#sidebar2 #sidebarwrapper {
border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #C6B48A;
}
.thrColElsHdr #container #contentWrapper {
	color: #BFAD86;
	width: 900px;
}

.thrColElsHdr #container #contentWrapper #sidebar1 {
	padding-top: 115px;
}
.thrColElsHdr #container #contentWrapper #sidebar2 {
	padding-top: 115px;
}
