@charset "UTF-8";
/* CSS Document for Part Time Legal Services by Danny N. Schweers, www.w2mw.com */

body  {
	background: #FFF;
	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;
	font-family: Cambria, "Times New Roman", serif;
	font-size: 0.8em;
}
.twoColFixLt #containerTimes {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.twoColFixLt #container {
	margin: 0 auto;
	text-align: left;
}
h1 {
	color: #AAA186;
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: -0.3em;
}
h2 {
	font-weight: normal;
	color: #564D3E;
	font-size: 1.6em;
	margin-bottom: -0.5em;
}
h3 {
	color: #736A59;
	font-family: Candara, Verdana, sans-serif;
	font-size: 1.2em;
}
h4 {
	font-family: Candara, Verdana, sans-serif;
	font-size: 1.2em;
}
strong {
	color: #271F18;
}
.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: 24px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 24px;
}
a  {
	color: #593B00;
}
#navigation  ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navigation a {
	display: block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-family: Candara, Verdana, sans-serif;
	color: #333;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	background-color: #FFF;
	color: #000;
}
#scrollDepth {
	overflow:auto;
	height:600px;
    }
#mainContent {
	padding-right: 10px;
}
.footnote1 {
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C7C3AB;
	padding-top: 0.5em;
}
.footnote2 {
	font-size: 0.8em;
	margin-top: -0.7em;
}
#sidebar1 .footnote2 {
	color: #666;
	padding-left: 25px;
	padding-top: 50px;
}
#sidebar1 p {
	padding-left: 23px;
}
.sanserifLinks strong a, .sanserifLinks a strong {
	font-family: Candara, Verdana, sans-serif;
}
.fixedWidth {
	font-family: "Lucida Console", Monaco, monospace;
}
