body  {
	font:12px Verdana, Geneva, sans-serif;
	background: url(images/PageBackground.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow-x:hidden;
	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;
	border-color: #CC3300;
	border: thin #CC3300;
	overflow-x:hidden;
}

div#vertical_slide {visibility:hidden}

#wrap {
	position: relative;
}

a:link {
	color: #5D88BC;
}
.imgborder { border:2px solid #5D88BC;}

.header {font-size:16px; font-weight:bold;}

.header2 {font-size:14px; font-weight:bold;}

.twoColFixLt #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/MainBackground18.png);
	background-position:center;
	height:1050px;
	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. */
}

.twoColFixLt #header { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
}

.twoColFixLt #container2 {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	text-align: left;
}


.twoColFixLt #sidebar1 {
	font:11px Verdana, Geneva, sans-serif;
	float:left; /* since this element is floated, a width must be given */
	width: 1px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	height: 1px;
	padding: 7px 10px 10px 14px;
	background-position: -6px -6px;
	color: #000000;/*		border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear:both; */
}
.twoColFixLt #mainContent { 
	margin: 0 35px 0 35px; /* 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 5px 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-color: #007D50;
} 
.SmallText {
	font-size: 10px;
}
.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;
}

.brownfont {
	color:#944200;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.style1 {
	text-align: center;
	}
	
	.style2 {
	border-width: 0;
}
	
.style3 {
	font-size: 14px;
	font-weight: bold;
}

.style4 {
	font-size:10px;
}

.small {
	font-size:10px;
	color:#666;
}

.small a:link {
	color:#666;
	text-decoration:none;
}

.small a:visited {
	color:#666;
	text-decoration:none;
}
	
.small a:hover {
	color:#000;
	text-decoration:underline;
}

.small2 {
	font-size:10px;
}

.posi {
	position: absolute;
	top:0;
	left:0;
}

.dropdown {
	position:absolute;
	top: 1px;
	clear: both;
	z-index:3;
	
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 5px; }
/* .twoColFixLt #mainContent { zoom: 1; } */
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->