/* CSS Document */
#navlist
{
padding: 1px;
padding-right:10px;
margin-left: 0;
font: 10px verdana, sans-serif;
width: 200px;
color: gray; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #004080 solid;
border-bottom: 1px gray solid;
text-align: left;
}

.letters2Editor {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
}

#imgCaption{
width:auto;
display:inline;
padding:10px;
}
#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #000080;
background:#E8E8E8;
border-left: 3px #004080 solid;
}

body{
font-family: Verdana;
}

.head{
font-size:24px;
color:#000080;
font-weight:700;
}

.finalBody {
font-size:small;
text-align:justify;
line-height:18px;
}

/*.quote {
font-size:x-small;
padding-left:50px;
line-height:16px;
}*/
.submitted {
font-size:11px; 
line-height:18px;
}

.images{
padding:10px;
}

.quote {
font-size:12px;
line-height:18px;
text-align:justify;
display: block;
font-family:Georgia, "Times New Roman", Times, serif;
padding: 10 20px;
width:90%;
}

.quote:before, .quote:after {
color: #69c;
display: block;
font-size: 400%;
width: 60px;
}
.captionText {
	font-size: 10px;
	color: #666666;
}

.quote:before {
content: open-quote;
height: 0px;
margin-left:-25px;
margin-bottom:-15px;
}
.quote:after {
content: close-quote;
height: 50px;
margin-top: -30px;   
margin-left:101%;
}