@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 auto; /* 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: #666;
	width: 996px;
}
.oneColLiqCtrHdr #container {
	width: 996px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 200 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.footertext1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 996px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFF;
	text-align: left;
	font-size: 100%;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.order {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
	color: #0D5885;
	position: fixed;
}
.ordersmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000;
}
.orderblack {
	color: #333;
}
.NUMBER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000;
}
.numberblue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
	color: #0F5175;
}
.footer2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
	text-align: center;
}
.speakout_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #603;
	font-size: 45px;
	text-align: left;
	line-height: 46px;
}
.speakout_byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	line-height: 25px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: normal;
}
.speakout1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
.speakout_sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.speakout_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.speakout_date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 35px;
}
.Photo_captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F5687;
	text-align: left;
}
.Awards {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #900;
	line-height: 10px;
}
.date_grey {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: normal;
}
.Articles_red {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #900;
}
.date_black {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #000;
}
.article_select {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
}
.order2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 21px;
}
.caption_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}
.caption_body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-align: left;
}
