@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,0,20,0;
	text-align: left;
	color: #5E634D;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../assests/images/general/fauxcolumn1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: inherit;
} 


.twoColFixLtHdr #mainContent {
	margin-left: 260px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 10px;
	color: #5C614B;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;
	background-color: #4B4F4D;
	color: #C66;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #60644C;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #60644C;
	text-align: left;
}
#sidebar1 a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8E613A;
	font-weight: normal;
	text-decoration: none;
	margin-left: 17px;
}
#sidebar1 a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8E613A;
	text-decoration: none;
	font-weight: normal;
	margin-left: 17px;
}
#sidebar1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	margin-left: 17px;
}

#mainContent a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8E613A;
	font-weight: normal;
	text-decoration: underline;
}

#mainContent a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8e613a;
	text-decoration: none;
	font-weight: normal;
}




.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #E6CE97;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8E613A;
	text-decoration: underline;
}
.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;
	border: 6;
	border-color: #644934;
}
.fltlftBorderBrown {
	margin-right: 8px;
	height: auto;
	left: auto;
	bottom: auto;
	border: 8;
	border-color: #633E23;
}

.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;
}
.fltlftBorderGrey {
	border: 3px solid #5A4729;
	margin-right: 8px;
	height: auto;
	left: auto;
	bottom: auto;
	border-color: #CCC;
}
form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-left: 2px;
}
.imageholder {
	width: 400px;
	height: 270px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
