/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 14px;
}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {margin : 0 0 0 0;
padding: 0 0 0 0;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #E2D8C5;
}

DT {font-weight: bold;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 16px;}

H4 {font-size: 16px;text-decoration: underline;}

H5 {font-size: 14px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 11px;
color: White;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: square;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #004080;
text-decoration: underline;}

A:visited {color: #800080;
	text-decoration: underline;}

A:active {color: #FF0000;
text-decoration: underline;}

A:hover {color: #5C3207;
text-decoration: underline;}

/* Below is specific to LinkingYourPast.com pages */

/* This controls the color and font of special text links */
/*a.gold:link {color: #DAA520; 
text-decoration: none;
font-weight: bold;}*/

a.gold:link {color: #fff; 
text-decoration: none;
font-weight: bold;}

a.gold:active {color: #F0E68C;
font-weight:bold;
text-decoration: none;}

a.gold:visited {color: #F6AA31;
font-weight: bold;
text-decoration: none;}

a.gold:hover {color: #0099ff; 
text-decoration: none;
font-weight: bold;}

a.grey:link {color: #0080c0;
text-decoration: underline;}

#breadcrumb
{color: #000;
font-size: 11px;}

/* This controls the body of the document */
#container
{margin: 10px auto;
background-color: #C1BE9A;
color: #333;
border: 1px solid #000;
margin: 0 -1px;
line-height: 130%;}

/* This controls the top logo area and nav*/
#logo
{float: left;
background-color: #5C3207;
border-bottom: 1px solid #fff;}

#logo2
{background-color: #5C3207;
border-bottom: 1px solid #fff;
margin-right: 2px;
}

#top
{clear: both;
border: thin;
border-bottom-color: #fff;
color: #DAA520;
padding: .5em;
background-color: #5C3207;
border-bottom: 1px solid #fff;}

/* This controls the left body container */
#leftcontent
{clear: both;
float: left;
background-color: #dfdfbf;}

#leftcontent h3
{padding: 5;
margin: 0;
font-size: 18px;}

/* This controls the right body container */
#rightsidebar
{background-color: #C1BE9A;
padding: 1em;}

#rightsidebar h3
{padding: 5;
margin: 0;
font-size: 14px;
border-bottom: 1px solid #5C3207;}

/* This controls body container on the subpages*/
#leftcontent_sub
{clear: both;
background-color: #dfdfbf;
padding: 1em;}

#rightsidebar_sub
{background-color: #C1BE9A;
padding: 1em;}

/* This controls the footer */
#footer
{clear: both;
margin: 0;
padding: .5em;
background-color: #5C3207;
border-top: 1px solid #5C3207;}

#estimates
{	font-style: italic;
}
.clear{
clear:both;
margin:0;
}