@charset "utf-8";
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background-color: #62636F; /* 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: #2d2c22;
    height: auto;
    width: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.twoColFixLtHdr #container {
    width: 1280px; /* the auto margins (in conjunction with a width) center the page */
    border: 1px none #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #2d2c22;
    color: #FFF;
} 
.twoColFixLtHdr #header {
    background-color: #62636F;
    background-image: url(images/page1header.4.jpg);
    background-repeat: no-repeat;
    height: 120px;
    width: 1000px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
} 
.twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 120px;
    background-color: #2d2c22;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    text-align: left;
    margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
    height: 1000px;
    width: 1280px;
    position: static;
    left: 10px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    text-align: left;
    padding-top: 15px;
    padding-right: 100;
    padding-bottom: 100;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
} 
#mainContent #articles p {
	color: #9A977F;
}

.twoColFixLtHdr #container #mainContent img {
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent .image  {
	padding-left: 0px;
	width: 810px;
	text-align: center;
	line-height: 10px;
}
.twoColFixLtHdr #container #mainContent div .quote {
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 50px;
	font-variant: normal;
	color: #727266;
}
.twoColFixLtHdr #container #mainContent div .sig {
	width: 450px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	color: #737367;
}



.twoColFixLtHdr #container #mainContent #articletext .imageholder img {
	height: auto;
	width: auto;
}



.twoColFixLtHdr #footer {
	background-color: #2d2c22;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
	line-height: 10px;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.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;
}.twoColFixLtHdr {
	background-color: #2d2c22;
}
.twoColFixLtHdr #container #mainContent #articletext p img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 700px;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #a5a38a;
	margin-left: 200px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	margin-left: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #articletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.caption {font-size:9pt;} 
.twoColFixLtHdr #container #mainContent .image p {
	padding-top: 20px;
	font-size: 13px;
}
body {
}
#mainContent .Coverimage img {
    margin-left: auto;
    margin-right: auto;
}
#sidebar1 #MenuBar1 .sub {
    padding-left: 4px;
    width: 160px;

}
#MenuBar1 .sub a {
    font-size: 12px;
    height: 16px;
}
#sidebar1 #MenuBar1 p {
    font-size: 14px;
    color: #d6e2bc;
}
#MenuBar1 li a {
    font-size: 15px;
}
