@charset "utf-8";
body  {
	background: #034203;
	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: #400000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #000066;  /* 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. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 0px;
}

/* set the image to use and establish the lower-right position */ 
#sidebar1 .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../images/box.png) no-repeat bottom right;
	margin: 0px 0px 0px 0px;
} 

#sidebar1 .cssbox {
	width: 190px !important; /* intended total box width - padding-right(next) */
	width: 215px;
} 

/* set the top-right image */ 
#sidebar1 .cssbox_head {
	background-position: top right;
	margin-right: -2px;
} 

/* set the top-left image */ 
#sidebar1 .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 5px 5px 5px 5px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #FFFFFF;
	font-size: 14px;
} 
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #034203;
	border-bottom: 1px solid #034203;
	padding: 0px 5px 0px 5px;
}
#sidebar1 p {
	font-size: 12px;
	margin: 0px 4px 0px 4px;
	padding: 0px 0px 3px 4px;
}



/* set the lower-left corner image */ 
#sidebar1 .cssbox_body {
	background-position: bottom left;
	margin-right: -2px; /* pull the right image over on top of border */
	padding: 0px 5px 0px 5px; /* mirror .cssbox_head right/left */
} 





.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 10px;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: medium ridge #EE4035;
	margin-top: 0px;
}
#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: thin solid #FF3333;
	margin-top: 0px;
}
#sidebar2 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #F1A900;
}

#sidebar2 a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 a:hover {
	font-style: italic;
	font-weight: bold;
	color: #F1A900;
	text-decoration: none;
	font-size: 12px;
}
#sidebar2 a:visited {
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#sidebar2 p {
	font-size: 12px;
	margin-top: 0px;
	color: #FFFFFF;
}



.thrColFixHdr #mainContent {
	margin: 0px 215px 0px 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #wrapper {
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #034203;
	border-bottom: thin dotted #034203;
	border-top-color: #034203;
	border-right-color: #034203;
	border-left-color: #034203;
	line-height: 26px;
}
#mainContent h3 {
	color: #8C0702;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
}

#mainContent a:link {
	font-style: italic;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:visited {
	font-weight: normal;
	color: #853E01;
	text-decoration: none;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #853E01;
	font-weight: bold;
	border-bottom: 3px solid #034203;
	margin-top: 15px;
	margin-bottom: 0px;
}
.sponsor {
	padding: 5px;
	float: left;
	width: 550px;
}
.bold {
	font-weight: bolder;
}
.classifieds {
	padding-left: 10px;
}
#mainContent p {
	line-height: 18px;
	margin: 10px 0px;
}
.warning {
	color: #FF0000;
}
.smallitalictext {
	font-size: 9px;
	font-style: italic;
}

#footer {
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#853E01;
	background-image: url(../images/footer1.gif);
	background-repeat: no-repeat;
	margin: 0px;
} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: opx; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	font-style: italic;
	color: #EE4035;
	text-decoration: underline;
}
#footer a:visited {
	font-style: normal;
	color: #ebc99d;
	text-decoration: none;
}


.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;
}
#sidebar1  h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
.minutes {
	float: left;
	width: 550px;
}
#pictureWrapper {
	font-weight: bold;
	text-align: center;
	float: right;
	width: 350px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#mainpic {

}
#pictureWrapper p {
	margin: 0px;
	padding: 0px;
}
#thumbnails {
	min-height: 345px;
}
#thumbnails img {
	margin: 0 2px;
	border: none;
}
#thumbnails table {
	margin: 0 15px;
}
#pageNav {
	width: 310px;
}
