blockquote {
padding: 10px;
font-family: monospace;
 }

blockquote p.quote
{
background-color: white;
font-style: italic;
text-align: left;
color: #7b929d; }

blockquote p.source
{
background-color: white;
font-style: normal;
font-weight: normal;
text-align: right;
color: #8b979d; }

body {
	background: black;
	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;
}

 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #263445 url(images/container-bg.jpg) no-repeat;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */ }

 #header {
	background: transparent; 
	padding:  0;
margin: 0;
}


#mainContent {
padding: 0px 50px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #fff;
margin: 100px 70px 20px 70px;
border-top: 1px #fff solid; }

#mainContent dl
{
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-size: 0.9em; }

#mainContent dt
{
padding-right: 2px;
padding-left: 2px;
background-color: #ebebeb;
font-weight: bold;
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
}

.date
{
font-size: .9em;
font-weight: normal;
color: #333333; }

#mainContent dd
{
font-style: italic;
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-size: .95em;
margin-left: 0em;
margin-bottom: 20px; 
margin-top: 5px;
 }

#mainContent dd a
{}

div#navcontainer
{
background-color: #ffffff;
border-top: solid 1px #285e6d;
border-bottom: solid 1px #285e6d;
}
div#navcontainer ul
{
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-weight: normal;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
font-stretch: expanded;
font-size: 1em; }
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #285e6d;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}
div#navcontainer ul li a#current
{
background-color: #285e6d;
color: white;
}

div#navcontainer ul li a:hover
{
background-color: #78939e;
color: white;
}

#mainContent h1
{
color: #8e2800;
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-size: 1.5em;
text-align: center; 
margin-bottom: 20px;
}

#mainContent h2
{
color: #1d606e;
font-size: 1.3em;
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
 }

#mainContent h3
{
color: #1d606e;
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-size: 1.2em; }

#mainContent p
{
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
color: #20673c;
font-size: 1em; }

#mainContent a
{
font-family: Constantia, Georgia, "Times New Roman", Times, "Bitstream Vera Serif", "DejaVu Serif", serif;
font-weight: bold;
text-decoration: none;
color: #255866;
padding: 0 3px 0 3px; }

#mainContent a:hover
{
text-decoration: none;
color: #fff;
background-color: #78939e;
font-weight: bold; }

 #footer {
/*	padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #871317;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
background-image: url(images/footer-bg.jpg);
background-repeat: repeat-x;
color: #fff; }

.flright
{
float: right;
margin-top: 20px;
margin-right: 0;
margin-bottom: 20px;
margin-left: 20px; }

.flleft
{
float: left;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 0px; }

.clear
{
clear: both; }

