@charset "utf-8";
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: #000;
}
td img {display: block;}

a img {
         border: 0 none;}
 img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
 }		 

.twoColFixRtHdr #container {
	width: 970px;
	text-align: left;
	background-color: #260F05;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #Title1 {
	font-size: 24px;
	font-weight: normal;
	color: #633C21;
	font-family: Impact, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #Title2 {
	font-size: 20px;
	font-weight: normal;
	color: #633C21;
	font-family: Impact, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #header {
	background-color: #000;
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 290px;
	position: relative;
	margin-top: 30px;
	padding: 0px;
	font-size: 11px;
}
.twoColFixRtHdr #sidebar1Box {
	background-color: #DDD1B7;
	position: relative;
	background-image: url(../assets/images/column-background.jpg);
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	padding: 20px;
}
.twoColFixRtHdr #BoxTitle {
	font-size: 24px;
	font-weight: normal;
	color: #73821C;
	font-family: Impact, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #sidebar1Picture {
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	padding: 0px;
}

.twoColFixRtHdr #mainContent {
	background-color: #DDD1B7;
	margin-top: 30px;
	margin-right: 325px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 20px;
	background-image: url(../assets/images/content-background.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
} 
.twoColFixRtHdr #footer {
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	background-image: url(../assets/images/footer.jpg);
	background-repeat: repeat-x;
	height: 71px;
} 
.twoColFixRtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #C60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #C60;
}
a:hover {
	text-decoration: underline;
	color: #859720;
}
a:active {
	text-decoration: none;
	color: #859720;
}
.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;
}

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