﻿* {
	margin:0;
	padding:0;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: left; /* 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: #ffead7/*0C0C0C*/;
	font-size: 0.9em;
	font-family: "Lucida Sans", "Trebuchet MS", Helvetica, Verdana, sans-serif;
}
a:link {
	color: #B36B00;
}
a:visited {
	color: #B36B00;
}
a:hover {
	color: #FFCC80;
}
a:active {
	color: #FFCC80;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #121212 /*5C743D*/;
	letter-spacing: 0.2em;
	font-size: 2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #121212 /*5C743D*/;
}
,m.

.twoColFixLtHdr #container {
	width: auto;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e4f1ff/*F4FFE4*/;
} 
.twoColFixLtHdr #header {
	background-color: #b1d8ff;
	background-image: url(assets/mouse_book_hammer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 30px;
	color: #121212 /*5C743D*/;
	text-align: right;
}
#date {
	background-color: #007bff/*99caff*/;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE6BF;
}
#date a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#date a:hover {
	color: #F4FFE4;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav {
	line-height: 15px;
	text-align: right;
	margin-top: -5px;
}

#tagline 	{
	color: #B36B00;
	letter-spacing:0.2em;
	line-height:18px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #e4f1ff /*007bff 99caff FFCC80*/;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #mainContent p {
	font-size: .8em;
}

.twoColFixLtHdr #footer {
	background-color: #b1d8ff /*cfe7ff*/;
	width: 100%;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
} 
.twoColFixLtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	font-style: italic;
}
.twoColFixLtHdr #container #footer #footernav {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #container #footer #footernav li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	text-align: center;
}
.twoColFixLtHdr #container #footer #footernav a {
	color: #B36B00;
}
.twoColFixLtHdr #container #footer #footernav a:hover {
	color: #844F00;
}

.address {
	font-size: .80em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.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;
}



[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }



.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.disclaimer {
	font-size: .7em;
	font-style: italic;
	text-align: left;
}
