@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 */
	background-color: #000000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10pt;
	background-image: url(../images-blm/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
}

a {
	color: #990000;
}

a img {
	border: none;
}

a:visited {
	color: #cc0033;
}

a:hover {
	color: #cc0033;
}	

.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align: center;
}
.oneColFixCtrHdr #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 */
	color: #990000;
	font-weight: bold;
}

#table_header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:930px;
	height:370px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-top: 7px;
}


#mainContent #Column1 {
	background-color: #000;
	background: url('../images-blm/column1_bg.gif') no-repeat;
}

#mainContent #Column2 {
	background-color: #000;
}

#mainContent #Column3 {
	background-color: #000;
	background: url('../images-blm/column3_bg.gif') no-repeat;
}

.column {
float:left;
width:295px;
}

#newsitem {
padding: 5px 7px 5px 0;
color: #cccccc;
font-size: 12px;
line-height: 14px;
margin-top: 0px;
}

#newsitem p {
margin-top:0;
}

.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;
}
.oneColFixCtrHdr #container #mainContent #Column1 #newsitem h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin-bottom:3px;
}

.dateheader {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	margin-bottom:3px;
}

.divider
{
	text-align: center;
	margin: auto;
	height: 1px;
	border-bottom:1px dotted #444444;
	width: 80%;
	
}

.latestphoto {
	border: 4px solid #272626;
}

.input {
background:#666666 none repeat scroll 0 0;
border:1px solid #999999;
margin:2px;
}

.input:hover {
background:#666666 none repeat scroll 0 0;
border:1px solid #999999;
}

.button {
background:#cccccc none repeat scroll 0 0;
border:1px solid #666666;
margin-top:2px;
}

.button:hover {
background:#999999 none repeat scroll 0 0;
border:1px solid #999999;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:none;
}
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

.onepixel {
	border: 1px solid #ccc;
}

