@charset "UTF-8";
/* CSS Document */

A:link {text-decoration: none; color: #1e5fa3;}
A:visited {text-decoration: none; color: #1e5fa3;}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline;
	color: #1e5fa3;
}

html  {
	height: 100%;
}

body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f3ece2;
	color: #000000;
	margin: 0;
	margin-left: 0px;
	background-image: url(../images/body_bkgrd.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
}

#banner { 
	
}

#container {
	min-height: 100%;
	width: 895px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:none
}

* html #container {
	height: 100%;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:none
}

#mainNav {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: none;
	background-image: url(../images/wood_nav_bkgrd.jpg);
}

#footer {
	height: 100px;
	width: 100%;
	position: relative;
	margin: -100px auto 0 auto;
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cccccc;
	background-image: url(../images/wood_nav_bkgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.thinborderfloatl {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
} 
.thinborderfloatr {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;
} 
.style6 {
	font-size: 10px;
	color: #333333;
}
.mainContent {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.style7 {
	font-size: 30px;
	color: #c36506;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
	color: #c36506;
}
.style10 {font-size: 12px}
.style12 {
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
.style13 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #C36506;
	margin-top: 0px;
}
.style17 {
	color: #333333;
	font-size: 14px;
}
.style18 {
	color: #0063a1;
	font-weight: bold;
	font-size: 14px;
}
.style19 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
}
.style20 {color: #FFFFFF}

.style21 {color: #3366FF}

.style22 {color: #CCCCCC}

.style23 {color: #000000}
