/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #656759}
a:visited {color: #656759}
a:hover {color: #000000}
a:active {color: #000000}

#site_info a:link {color: #FFFFFF}
#site_info a:visited {color: #FFFFFF}
#site_info a:hover {color: #FFFFFF}
#site_info a:active {color: #FFFFFF}

a {
font-weight: bold;
}

html {
text-align: center;
}
p {
line-height: 18px;
}
body {
position: relative;
width: 850px;
margin: 20px auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #75574D;
background: #859485 url(graphics/background.gif) repeat top left;
}
h1 {
position: relative;
height: 169px;
background: #FFFFFF url(graphics/lakesidebanner.jpg) no-repeat 0 0;
text-indent: -9999px;
}
h2 {
font-size: 18px;
font-weight: 600;
color: #656759;
padding-top: 10px;
}
h3 {
font-size: 14px;
font-weight: 600;
color: #656759;
text-decoration: underline;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 850px;
background: #FFFFFF url(graphics/leftbar.gif) repeat-y top left;
border-bottom: 4px solid #796458;
}
/* content with navigation */
#right_content {
margin-left: 200px;
padding: 10px 20px;
}
#nav {
position: absolute;
left: 0;
top: 10px;
width: 200px;
font-size: 13px;
font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0 0 0 15px;
padding: 0;
border: none;
}
#nav li {
margin: 7px 0;
}
#nav li a:link, #nav li a:visited {
padding-left: 20px;
color: #75574D;
text-decoration: none;
background: transparent url(graphics/tree.gif) no-repeat top left;
}
#nav li a:hover {
text-decoration: underline;
}
/* footer */
#site_info {
text-align: center;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
margin: 4px 0 0 200px;
}

p.nopaddingbottom {
padding-bottom: 0;
margin-bottom: 0;
}
p.nopaddingtop {
padding-top: 0;
margin-top: 0;
}
.red {
color:#990000;
}