@charset "utf-8";
body  {
	background: #472A26;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #093;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
}
#container {
	width: 800px;  /* 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 */
	border: 1px solid #067236;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#wrapper a:link {
	color: #067236;
	font-style: italic;
}

#wrapper a:hover {

	}
#wrapper a:visited {
	color: #060;
	}
	
	

#header {
	background: #472A26;  /* 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. */
} 
.twoColFixRtHdr #sidebar1 {
	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 10px;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right 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 10px;
	color: #333;
	text-align: justify;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#472a26;
	border-top: 5px solid #067236;
} 
#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;
	text-align: center;
	font-size: 10px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #067236;
	border-bottom: medium double #067236;
	text-align: center;
	padding: 0px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #472A26;
	padding: 0px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #00CC00;
}


.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;
}#wrapper {
	background-image: url(../images/wrapper.gif);
}

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

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
.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 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 h1 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #067236;
	border: 2px solid #472A26;
	height: 16px;
}
#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar2 h3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1 h1 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #067236;
	border: 2px solid #472A26;
	padding-bottom: 10px;
}
#sidebar1 h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border: thick double #069;
	background-color: #FF9;
}

#sidebar1 h3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.thrColFixHdr #mainContent {
	margin: 0 235px 0px 265px; /* 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: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

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

.cssbox{ /* intended total box width - padding-right(next) */
	width:180px !important; /* IE Win = width - padding */
	width: 200px; /* the gap on the right edge of the image (not content padding) */
	padding-right:5px; /* use to position the box */
	margin:20px auto
} /* set the top-right image */ 

.cssbox_head{
	background-position:top right; /* pull the right image over on top of border */
	margin-right:-5px; /* right-image-gap + right-inside padding */
	padding-right:10px
} /* set the top-left image */ 

.cssbox_head h2{
	background-position:top left;
	margin:0px; /* reset main site styles*/
	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */
	padding:10px 10px 10px 10px;
	height:auto !important;
	height:1%;
	color: #FFFFFF;
} /* IE Holly Hack */ /* set the lower-left corner image */ 

.cssbox_body{
	background-position:bottom left;
	margin-right:5px; /* interior-padding right */
	padding:3px 3px 3px 3px;
	color: #FFFFFF;
} /* mirror .cssbox_head right/left */
.sponsors {
	float: left;
	width: 450px;
}
.thrColFixHdr #container #wrapper #sidebar1 .style17 strong em {
	color: #F00;
}
#container #wrapper #mainContent dl table tr td .style19 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style19 strong {
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style26 strong {
	color: #008040;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style26 strong {
	font-family: Comic Sans MS, cursive;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style26 strong {
	color: #F00;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td p {
	color: #800040;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style26 strong {
	font-family: MS Serif, New York, serif;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style26 strong {
	color: #800040;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style29 strong {
	color: #000;
}
.twoColFixRtHdr #container #wrapper #mainContent dl table tr td .style29 {
	color: #000;
}
.twoColFixRtHdr #container #wrapper #sidebar1 table tr td .style28 strong {
	font-size: 16px;
}
.twoColFixRtHdr #container #wrapper #sidebar1 table tr td .style23 strong {
	font-size: 14px;
}
