body {
	font: 90% Arial, Helvetica, sans-serif;
	background-image: url(../images/background-main2.jpg); 
	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;
}

div#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/* background-image: url(../images/background_cols.gif); */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	
}

div#header {
height: 145px; width: 970px;
	 
	padding: 0 0px 0 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. */
}


div#headerimage {
height: 200px; width: 980px;
background-color:#FFFFFF;
}

div#topnav {

height: 30px; width: 810px;
background-color:#000000;
margin-left:0px; 
	padding: 0 0px 0 170px;  /* 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. */
}

div#mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
	margin-left: 10px;
	margin-right:250px;
	
}

div#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3e2c20;
}

div#footerwhite {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#FFFFFF; */
}

div#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:#FFFFFF;
}

div#footer a {font-family: Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline}
div#footer a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; color: #007a3d; text-decoration: underline}


div#calloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#8a6440;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	float:right;
	width:170px;
	color:#000000;
	padding:15px;

}

div#rightgutter {
	border-style:solid;
	border-width:0px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:25px;
	font-size:12px;
	
	width:215px;
	color:#000000;
	padding:10px;
	float:right; 
}

div#leftcolumn {
	border-style:solid;
	border-width:0px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
	font-size:12px;
	
	width:300px;
	color:#000000;
	padding:10px;
	float:left;
	overflow:auto;
}

.boxheading {
font-size: 16px;
}

.smalltext {
font-size: 11px;
}

.greentext {
	color: #007a3d;
	font-weight: bold;
}

.browntext {
	color: #8a6440;
	font-weight: bold;
}
.title {
	font-size:18px; 
}

.titlegreen {
	font-size:18px; color: #007a3d;
}

.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold }

a {font-family: Arial, Verdana, Helvetica, sans-serif; color: #007a3d; text-decoration: underline}
a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000; text-decoration: underline}

a.whitelink {font-family: Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline}
a.whitelink:hover {font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000; text-decoration: underline}

a.calloutlink {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #113485; text-decoration: underline}
a.calloutlink:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline}

li {
	line-height:18px;
}

.rightimage {
	border: 0px;
	margin-left:10px;
	float:right;
}

.leftimage {
	border: 0px;
	margin-right:10px;
	float:left;
}


div#bottomcalloutbox {

	border-style:solid;
	border-width:1px;
	border-color:#8a6440;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:45px;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:5px;
	font-size:14px;
	color:#000000;
	padding:0px;
	text-align:center;
}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

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

/* NEWS SCROLLER */

.scrollertitle	{
		color: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold;
		border-bottom: #666666 1px solid;
		padding: 5px;
		background-color: #F0F0F0;
		}

.newswindow	{ border: #666666 1px solid; }
