body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #F8AA36;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #F8AA36;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
#Bodylowerleft {
	float: left;
	height: auto;
	width: 325px;
	border: thick none #000;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#BodyupperRight {
	border: thick none #F00;
	float: right;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 0px;
	width: 330px;
}
#BodylowerRight {
	border: thick none #936;
	float: right;
	width: 400px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 993px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: thin solid #000;
	text-align: center;
}

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder_left{
	margin:0;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:290px;	/* Image width */
	height:200px;	/* Image height */
	position:relative;	/* Don't remove this line */
}

.imageSlideshowHolder{
	margin:0;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */
	width:400px;	/* Image width */
	height:300px;	/* Image height */
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0;
	top:0;
}

/* General rules */
#dhtmlgoodies_slidedown_menu li{
list-style-type:none;
position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
margin:0px;
padding:0px;
position:relative;
}
#dhtmlgoodies_slidedown_menu div{
	margin: 0px;
	padding: 2px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{
	width: 185px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border: thin none #F93;
}
/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a:visited {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
#dhtmlgoodies_slidedown_menu a:active {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
#dhtmlgoodies_slidedown_menu a:link {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
#dhtmlgoodies_slidedown_menu a:hover{
	border: thin inset #CC6600;
	color: #0000FF;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	background-color: #FF9933;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* A tags */
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{
	/* Main menu items */
background-color: #F8AA36;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
margin:1px 0 0 7px;
font-size:12px;
}
.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;
}
#titlebar {
	background-color: #f8aa36;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 220px;
	height: 40px;
	width: auto;
	clear: none;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#SlideshowHoldertopLeft {
	padding: 0px;
	height: 300px;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#HeaderSpecial {
	float: right;
	width: 400px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: blink;
	color: #936;
	margin-top: 5px;
	margin-right: 15px;
	text-align: center;
}
