@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% 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: #000;
	font-size:13px;
	margin-top: 30px;
	background-image: url(../images/ba.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 562px;
	background: #a2a473;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	behavior: url(/style/PIE.htc);
	box-shadow: 0 0  6px 6px #FFFFFF;
	-moz-box-shadow: 0 0  6px 6px #FFFFFF;
	-webkit-box-shadow: 0 0 6px  6px  #FFFFFF;
} 
.twoColFixLtHdr #header { 
	background: #330; 
	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. */
} 
.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; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 40px 0px 10px 250px; /* 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: 0px 45px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0px 0px 10px 0px; /* 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: 0px 45px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
#wrapper{
	overflow:auto;
	height:426px;
	position:absolute;
	width:500px;
	margin-top:35px;
	left: 262px;
	top: -2px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#330; 
} 
.twoColFixLtHdr #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 */
}
.fltlft4 { /* this class can be used to float an element left in your page */
	float: right;
	position:absolute;
	margin-top: 472px;
	margin-left: 630px;
	margin-right: 30px;
}
.fltlft5 { /* this class can be used to float an element left in your page */
	float: right;
	position:absolute;
	margin-top: 472px;
	margin-left: 673px;
	margin-right: 30px;
}
.fltlft6 { /* this class can be used to float an element left in your page */
	float: right;
	position:absolute;
	margin-top: 472px;
	margin-left: 710px;
	margin-right: 30px;
}
.fltlft7 { /* this class can be used to float an element left in your page */
	float: right;
	position:absolute;
	margin-top: 535px;
	margin-left: 510px;
	left: -5px;
	top: 7px;
}
#box-link2 {
	position: absolute; 
		top: 0px; 
		left: 20px; 
		width: 25px; 
		height: 25px; 
		background-color: transparent; 
}
#box-link3 {
	position: absolute; 
		top: 0px; 
		left: 20px; 
		width: 525px; 
		height: 23px; 
		background-color: transparent; 
		text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	position:absolute;
	margin-top: 360px;
	margin-left: 30px;
	margin-right: 150px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	position:absolute;
	margin-top: 408px;
	margin-left: 30px;
	margin-right: 150px;
}
.fltlft3 { /* this class can be used to float an element left in your page */
	float: left;
	position:absolute;
	margin-top: 450px;
	margin-left: 30px;
	margin-right: 150px;
}
#box-link {
	position: absolute; 
		top: 8px; 
		left: 20px; 
		width: 130px; 
		height: 30px; 
		background-color: transparent; 
}
H1 {
	color:#300;
}
H2 {
	color:#300;
}
a:link {
	color:#330;
	text-decoration:none;
	}
	a:visited {
		color:#300;
		text-decoration:none;
	}
.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;
}
#scroller {
	
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding:0;
}
#box2 {
 
	behavior: url(/style/PIE.htc);
	box-shadow: 0 0  6px 6px #FFFFFF;
	-moz-box-shadow: 0 0  6px 6px #FFFFFF;
	-webkit-box-shadow: 0 0 6px  6px  #FFFFFF;
}
body.ie6 #box2,
body.ie7 #box2,
body.ie8 #box2 
{
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color=#FFFFFF);
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
