@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #999;
}
#container  {
	width: 950px; /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCC;
} 
#header  {
	background: #FFFFFF;
	margin-bottom: 10px;
	height: 125px;
	border-bottom: thick solid #FF0000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header ul{
	margin: 2px;
	list-style: none;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
#header li{
	float: left;
}
#header li a:link, #header li a:visited{
	display: block;
	background: #FFFFFF;
	padding: 0.2em 0.5em;
	text-decoration: none;
	color: #000099;
	width: 112px;
	text-align: center;
	margin-right: .5em;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#header li a:hover, #header li a:active {
	color: #bad2ed;
	background: #000099;
}
#header  h1  {
	margin: 0px; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 #events {
	width: 190px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	border: thin solid #000;
	line-height: 1.3em;
	color: #000;
}
#sidebar1 #events a:link{
	color: #00F;
}
#sidebar1 a:link, #sidebar1 a:visited{
	color: #0CF;
}
#events #eventhead {
	width: 190px;
	background-color: #900;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
}
#sidebar1  h2 {
	background-color: #999999;
	color: #000099;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #000099;
	border-top: 1em solid #ffffff;
	margin-top: 0px;
	margin-right: -0.6em;
	margin-bottom: 0px;
	margin-left: 0em;
}
#sidebar1  img.bulletin {
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}
#sidebar1  img.fullbullPhoto {
	margin: 0.5em 0em 0.5em 0;
}
#sidebar1  img.ear {
	float: left;
	margin: 0.5em 1em 1em -1em;
}
.firstLine {
	font-size: 1.25em;
	color: #FF0;
	font-weight: bold;
}
.firstLineRed {
	font-size: 1.25em;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	background-color: FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
}
#sidebar2  h2 {
	background-color: #999999;
	color: #000099;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	margin: -0.6em -0.6em 0px -1.2em;
	border-top: 10px solid #ffffff;
	border-bottom: 1px solid #000099;
}
#sidebar2  img.product {
	margin-top: .5em;
}
#sidebar2  img.ledes {
	margin-top: -20px;
	margin-left: -20px;
}
#sidebar2  table.table {
	margin-top: -20px;
	margin-left: -20px;
	padding-top: 0px;
}
#mainContent  {
	border-right-width: thin;
	border-right-style: solid;
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Focusevent {
	background: #dbe6f5;
	padding: 1em;
	border: thin solid #FF0000;
}
#mainContent  img.feature {
	float: left;
	margin: .5em 1em 1em 0;
}
#mainContent  img.fullPhoto {
	margin: 0.5em 0em 0.5em 0;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 0.75em;
	text-align: center;
} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
}
.redtypebold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	line-height: 1em;
}
.product {
	font-size: 1.45em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
}
h5 {
	padding-top: -2em;
}
.datePosted {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-top: .5em;
	font-size: .75em;
}
#ledes {
	background-color: #CCC;
	width: 210px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: -20px;
	padding-left: 20px;
	margin-top: -22px;
	padding-top: 20px;
}
.photoRule {
	border: 2px solid #09F;
	margin-top: 5px;
	margin-bottom: 10px;
}
