@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #666666;
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(../site_images/brushed-steel-header-BMF.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100px;
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #menubar {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	background-color: #FFC801;
	
} 
.thrColFixHdr #menubar h3 {
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #crumbsbar {
	background-repeat: no-repeat;
	background-color: #ffc801;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../site_images/brushed-steel-background-breadcrumbs.jpg);
} 
.thrColFixHdr #crumbsbar h3 {

	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	top: 0px;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #FFff6c;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	border-right-style: none;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 190px;
	height: 480px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-left: 150px;
	margin-right: 200px;
} 

.thrColFixHdr #lowerContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 150px;
	padding-right: 20px;
} 


.thrColFixHdr #news {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
} 

.thrColFixHdr #footer {
	background-repeat: repeat;
	background-image: url(../site_images/brushed-steel-footer-2.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #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 */
	margin-right: 8px;
	float: left;
	display: inline;
}
.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;
}


h1 {
	font-size: xx-large;
	
	
}
h2 {
	font-size: x-large;
	background-image: url(../site_images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
p  {
	font-size:small;
	text-align:justify;

}
ul {
	font-size:small;
	font-weight: bold;

}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.links_plain {
	text-decoration: none;
	color: #000000;
}

table {

}
