@charset "utf-8";
body  {
	margin: 5 0 5 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: #030;
	background-image:url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 880px;
	margin: 0 auto; /* 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: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 30px top;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	height: 200px;
	border-bottom: 1px solid #000;
} 
.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: 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: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 100%;
	margin: auto 5px auto 0;
	border-right: 1px #000;
	background-color: #030;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 10px 200px; /* 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 20px;
} 
.twoColFixLtHdr #mainContent #rgtCol{
	float: right;
	width: 49%;
	display: inline;
	
}
.twoColFixLtHdr #mainContent #lftCol{
	float: left;
	width: 49%;
	display: inline;
	
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFF;
	background-color: #568470;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 70%;	
}
.twoColFixLtHdr #footer a {
	color:#FFF;	
}
.twoColFixLtHdr #footer a.focus {
	color:#CCC;
}
.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;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #000;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #000;
}
.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;
}
#bgImg {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	background-image: url(images/yellowthing.png);
	background-repeat:no-repeat;
	z-index:-1;
}
#bgShadow {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 500px;
	background-image:url(images/bgshadow.png);
	background-repeat:repeat-x;
	z-index:-2;
}
.box1 {
	border: solid 1px #CCC;
	margin: 1em 0 0 0;
	padding: 0 20px;
	background: url(images/box_bg.jpg)  bottom;
}
.box1 h1, .box1 h2, .box1 h3{
	margin: 0 -20px;
	text-align:center;
	border: 1px solid #393;
	padding: .5em 0;
	background-color: #E9B501;
}
.box1 ul{
	margin-left: 1.5em;	
}
.txtRed{
	color:#800000;	
}
.txtRedBold{
	color:#800000;
	font-weight:bold;
}
.picBox1{
	height: 550px;
}
.picBox1 img{
	border: 1px solid #000	;
	margin: 5px;
}
#form1 {
	width: 400px;
	
}
#form1 label{
	font-weight: bold;
	font-size: 90%;
	width: 100px;
	float:left;
	display: inline;
	margin: 0 0 0 10px;
	
}
#form1 textarea{
	margin-left: 10px;
}
#form1 input.text{
	margin-left: 5px;
	display: inline;
	width: 200px;
}
#form1 input{
	margin-left: 10px;

}
#form1 p{
	margin: 2px 0 4px 0;	
}
#form1 legend{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #b9c5c5;
	letter-spacing: .1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#form1 fieldset{
	background-color: #b9c5c5;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
	border-top-color: #729e91;
	border-left-color: #729e91;
}
#form1 input.text:focus, #form1 textarea:focus {
	background:#FFC;
	border: 1px solid #360;
}
