@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDD;
	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;
}

a:link {
	text-decoration: none;
	color: #0000D2;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active{
	text-decoration: none;
}
img {
	border: none;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 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. */
}
#toolbar {
	width: 960px;
	height: 55px;
	background-color: #DDD;
}
#toolbar a:link {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
}
#toolbar a:hover {
	color: #F00;
}
#google_translate_element {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-left: 5px;
}
#toolbar_task {
	float: left;
	height: 20px;
	margin-top: 25px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.toolbar_icon {
	margin-left: 3px;
	margin-right: 10px;
}
#toolbar_share {
	float: left;
	margin-top: 25px;
	margin-left: 15px;
	height: 25px;
	width: 150px;
}
#header  {
	background: #DDDDDD;
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#subheader {
}
#mainContent  {
	background: #FFFFFF;
	padding: 0px;
	float: left;
	width: 960px;
}
#mainContent p  {
	font-size: 10pt;
	color: #333;
}
#mainContent a  {
	font-size: 10pt;
}
.bulletList    li{
	font-size: 9pt;
	color: #333;
	width: 80%;
	margin-bottom: 10px;
	list-style-type: disc;
}
.numberList    li{
	font-size: 9pt;
	color: #333;
	width: 80%;
	margin-bottom: 10px;
}
h1    {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}
h2     {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}
h3     {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}
h4     {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E4E4E;
}
#oneContentCtr {
	padding-left: 60px;
	padding-right: 60px;
	width: 840px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin: 0;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
	float: left;
	width: 620px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sponsor {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer  {
	background:#DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	margin: 0;
}
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-size: x-small;
}
.address p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.update {
	padding: 10px;
	width: 820px;
	margin-bottom: 20px;
	border: thin solid #009;
}
.updateNew {
	padding: 10px;
	width: 820px;
	margin-bottom: 20px;
	border: thin solid #009;
	background-color: #DEF;
}
.updateSign {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.pastEditionPhoto {
	float: right;
	padding-bottom: 20px;
	margin-top: 60px;
	text-align: center;
}
.recordTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}
.recordTable caption{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #666;
}
.recordTable tr th     {
	background-color: #DDD;
	color: #525252;
}
.recordTable th {
	border: thin solid #666;
	padding: 3px;
	text-align: center;
}
.recordTable td {
	border: thin solid #666;
	padding: 3px;
}.pastEditionFlag {
	padding-left: 15px;
}
#newsletterSubscribe {
	float: right;
	width: 360px;
	margin-bottom: 50px;
	margin-right: 65px;
}
#newsletterList {
	float: left;
	width: 400px;
	margin-bottom: 50px;
}
.w3cIcon {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#sliderEditions {
	float: left;
	width: 500px;
	background-color: #000;
	margin-right: 100px;
	margin-left: 100px;
	border: thin solid #000;
	margin-bottom: 30px;
	margin-top: 30px;
}
#sliderEditions ol {
	font-size: 10pt;
	color: #333;
}
#preEntryForm {
	border:thin solid #666;
	padding: 10px;
}

.cityInfoList li{
	font-size: 9pt;
	color: #333;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-top: 5px;
}
.photo {
	margin-left: 230px;
}
.textRed {
	color: #F00;
}
