.Fixed #container { 
	width: 771px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px 10px 5px 10px;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.Fixed #footer { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 5px 10px 5px 10px;
	background-color:#666666;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

h3
{
	font-family: Corbel, Calibri, Arial;
	font-size: 30px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:left;
	color:#CCCCCC;
	line-height:50px;
}

h4
{
	font-family: Corbel, Calibri, Arial;
	font-size: 18px;
	font-style:italic;
	text-align:left;
	color:#CCCCCC;
}

#Navigation {

	border-bottom:#CCCCCC medium;
	border-top: #CCCCCC medium;
}

.Title {
	font-family: Corbel, Calibri, Arial;
	font-size: 30px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	color:#CCCCCC;
	line-height:50px;
}

.ByLine {
	font-family: Corbel, Calibri, Arial;
	font-size: 18px;
	font-style:italic;
	text-align:center;
	color:#CCCCCC;
}

.PageTitle {
	font-family: Corbel, Calibri, Arial;
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
	text-align:center;
	color:#CCCCCC;
}

.PlainText {
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
}

.NavigationText {
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	line-height:30px;
	letter-spacing: 0.1em;
	color:#CCCCCC;
}

.NavigationText a{
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	line-height:30px;
	letter-spacing: 0.1em;
	text-decoration:none;
	color:#CCCCCC;
}

.NavigationText a:Hover{
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	line-height:30px;
	letter-spacing: 0.1em;
	text-decoration:underline;
	font-weight:bold;
	color:#CCCCCC;
}


.FooterText {
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	font-weight:bold;
	color:#CCCCCC;
}

.FooterText a{
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
}

.FooterText a:hover{
	font-family: Corbel, Calibri, Arial;
	font-size: 14px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

.SmallFooterText {
	font-family: Corbel, Calibri, Arial;
	font-size: 12px;
	font-weight:bold;
	color:#CCCCCC;
}

.SmallFooterText a {
	font-family: Corbel, Calibri, Arial;
	font-size: 12px;
	color:#CCCCCC;
	text-decoration:none;
}

.SmallFooterText a:hover {
	font-family: Corbel, Calibri, Arial;
	font-size: 12px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
}