@charset "UTF-8";
body  {
	font: 100.01% Arial, "Times New Roman", Times, serif;
	background: #cccccc;
	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 */

}
.prelude #container { 
	width: 850px;  /* 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 */
	margin-top: 5px;
	/*margin-bottom: 64px;*/
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.prelude #top {
  border-top: 10px solid #3f4242;
  background: #white;
  
  margin: 0;
  padding: 0;
  padding-top:3px;
  display: block;
}

.toppic {
  display: block;
  margin: 0;
  padding: 0;
  background: white;
}

.toppic1 {
  float: left;
  display: block;
  margin-right: 3px;
  background: white;
}

.prelude #header { 
	background: white; 
	padding: 0px 0px 0px 0px;  /* 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. */
	margin-top: 3px;
}

.prelude #header table {
display:block;
float: right;
text-align:center;
background: #3f4242;
padding: 0px;
}

.prelude #header td {
font-size: 13px;
width:300px;
padding-bottom: 2px;
}

.prelude #header td a {
}

.prelude #header td a:link {
text-decoration:none;
font-weight: bold;
color: #dddddd;
}

.prelude #header td a:visited {
text-decoration:none;
font-weight: bold;
color: #dddddd;
}

.prelude #header td a:hover {
text-decoration:none;
font-weight: bold;
color: #ffffff;
}

.prelude #header td a:active {
text-decoration:none;
font-weight: bold;
color: #dddddd;
}

a {
}

a:link {
	color: #A3002E;;
	text-decoration:underline;
	}

a:visited {
	color: #A3002E;;
	text-decoration:underline;
}

a:hover {
	color: #558dbf;
	text-decoration:underline;
	}

a:active {
	color: #A3002E;;
	text-decoration:underline;
	}
 
.prelude #maincontent { 
	margin-top: 3px; 
	padding: 0;
	color: #3f4242;
}

.maincol {
  display: block;
  float: left;
  width: 480px;
  padding-left: 60px;
  padding-right: 30px;
  padding-top: 10px;
}

.mainindexcol {
  display: block;
  float: left;
  width: 330px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.newscol {
  display: block;
  float: right;
  width: 230px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 30px;
}

.projcol {
  display: block;
  float: left;
  width: 200px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
}

.head {
font-size:21px;
color:#A3002E;
display: block;
margin-top: 5px;
padding: 0;
}

.headnews {
font-size:19px;
color:#a36639;
display: block;
margin-top: 5px;
padding: 0;
 }

.subhead {
display: block;
margin-top:10px;
font-size:15px;
font-weight: bold;
color: #3f4242;
}
 
.subheadnews {
font-size:13px;
font-weight: bold;
display: block;
color: #3f4242;
padding: 0;
margin: 0;
margin-top:10px;
}
 
.date {
font-style:normal;
font-size:14px;
font-weight: normal;
color: #999999;
display: block;
margin: 0;
padding: 0;
}

  
.datenews {
font-style:italic;
font-size:12px;
font-weight: normal;
color: #999999;
display: block;
margin: 0;
padding: 0;
 }
 
.prelude #maincontent .text {
display: block;
margin: 0;
margin-top: 10px;
padding: 0;
text-align: justify;
font-size: 14px;
color: #3f4242;
line-height: 18px;
}

table td {
  font-size: 14px;
  color: #3f4242;
}

input, select, textarea {
border: 1px #000000 solid;
font: 100.01% Arial, "Times New Roman", Times, serif;
font-size: 14px;

}

.textnews {
padding: 0px;

display: block;
margin: 0;
margin-top: 3px;
font-size: 12px;
font-style:normal;
font-weight: normal;
}

li {
text-align: justify;
font-size: 14px;
color: #3f4242;
line-height: 18px;
padding-top: 5px;
}

.imgright {
display: block;
float: right;
margin: 5px 0px 5px 10px;
border: solid 1px black;
}

.imgleft {
display: block;
float: left;
margin: 5px;
margin: 5px 10px 5px 0px;
border: solid 1px black;
}

.prelude #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  margin-top: 20px;
	display: block;
	background: #3f4242;
	color: #eeeeee;
} 
.prelude #footer p {
  font-family: georgia;
	margin: 0; 
	padding-top: 5px;
	padding-bottom: 5px;
  font-size: 17px;
	font-style: italic;
	text-align: center;
}

.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;
}

.prelude #copyright {
	background: #cccccc;
	color: #555555;
}

.copyright {
  font-size: 10px;
  text-align: right;
  display: block;
}

 
