body {
color: #000000;
font-family: Georgia, Arial, "Trebuchet MS", Verdana, Helvetica;
border: 1px solid #555555;
}

p {
display: inline-block;
}

h2 {
color: #629524;
border-bottom: 1px solid #629524;
}

h3 {
color: #629524;
}

/* ---Main Links --- */
a:link {
color: #0000ff;
text-decoration: underline;
}

body a:hover {
color: #1E6020;
text-decoration: underline;
}

a:visited {
color: #0000ff;
text-decoration: underline;
}
/* --- --- */

img {
border: 4px black solid;
display: inline-block;
padding: 0;
margin: 0;
}


#content {
padding: 10px;
margin-left: 200px;
border-left: 1px solid #555555;
}

#footer {
clear: both;
padding: 10px;
font-size: 80%;
font-style: italic;
border-top: 1px solid #7D7D7D;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
font-size: 85%;
}

#footerLogo {
float: right;
text-align: right;
}

/* --------- Side Nav -------- */
/* Fix IE. Hide from IE Mac -- Fixes space between <li>'s\*/
* html #leftNav ul li { float: left; height: 1% }
* html #leftNav ul li a { height: 1%; }
/* End */

#leftNav {
float: left;
width: 200px;
}

#leftNav ul {
list-style: none;
margin: 40px 0 0 0;
padding: 10px;
height: 1%;
}

#leftNav li {
border-bottom: 2px solid #629524;
}

#leftNav ul li a {
color: #629524;
display: block;
padding: 7px 5px;
}

#leftNav ul li a:hover {
color: #1E6020;
}

#header {
height: 150px;
width: 100%;
background: #e4df94 url(../images/site/header.jpg) no-repeat top left;
}

#pageWrapper {
width: 100%;
display: inline-block;
background: #e4df94 url(../images/site/background.jpg) no-repeat top left;
}

.dropCap {
font-size: 155%;
color: #629524;
}

img.photoLeft {
float: left;
display: inline-block;
margin-right: 5px;
}

img.photoRight {
float: right;
display: inline-block;
}






