@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: #E4E0DD;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* 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. */
	background-color: #E4E0DD;
} 
.twoColFixLtHdr #header {
	background-color: #D9D6D1;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEA69B;
	border-right-color: #AEA69B;
	border-bottom-color: #AEA69B;
	border-left-color: #AEA69B;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #container #header a {
	text-decoration: none;
	color: #666666;
}
.twoColFixLtHdr #container #header a:hover {
	color: #B46017;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #home {
	margin-bottom: -4px;
}

.twoColFixLtHdr #container #header a:active {
	color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.newsthumb {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	padding: 2px;
}
#news1 {
	margin-top: 5px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news1 a {
	text-decoration: none;
	color: #AEA69B;
}


.twoColFixLtHdr #mainContent {
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEA69B;
	border-right-color: #AEA69B;
	border-bottom-color: #AEA69B;
	border-left-color: #AEA69B;
	background-color: #EAE7E3;
} 
.twoColFixLtHdr #footer {
	background-color: #E4E0DD;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 190px;
} 
.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #AEA69B;
}
.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;
	padding: 2px;
	border: 1px solid #666666;
	margin-top: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #666666;
	margin-top: 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;
}

.date {
	color: #B46017;
}
.twoColFixLtHdr #container #footer .style1 a {
	color: #AEA69B;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #B46017;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6BFB9;
	text-align: center;
}
h3 a {
	color: #C6BFB9;
	text-decoration: none;
}
h3 a:hover {
	color: #B46017;
}



.current {
	color: #000000;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #C6BFB9;
	clear: both;
}
h6 a {
	color: #B46017;
	text-decoration: none;
}
h6 a:hover {
	color: #666666;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6BFB9;
	text-align: left;
}

h4 a {
	color: #C6BFB9;
	text-decoration: none;
}
h4 a:hover {
	color: #B46017;
}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6BFB9;
	text-align: left;
	margin-left: 15px;
	clear: both;
}
h5 a {
	color: #C6BFB9;
	text-decoration: none;
}
h5 a:hover {
	color: #B46017;
}
.quote {
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	color: #9D9486;
}
.mp-list {
	text-align: left;
	border: 1px solid #C6BFB9;
	padding: 2px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.interview {
	font-style: italic;
	color: #9D9486;
}
.id-interview {
	text-transform: uppercase;
	color: #B46017;
}
.fltrtNoB {
	float: right;
	margin-left: 8px;
	padding: 2px;
	margin-top: 8px;
}
.fltlftNoB {
	float: left;
	margin-right: 8px;
	padding: 2px;
	margin-top: 8px;
}
.postdateR {
	color: #AEA69B;
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
}
.LaUp {
	text-transform: uppercase;
	color: #C6BFB9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6BFB9;
	padding-top: 25px;
	text-align: center;
}
.LaUpTitle {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}
.LaUpTitle a {
	color: #B46017;
	text-decoration: none;
}
.LaUpTitle a:hover {
	color: #666666;
	text-decoration: underline;
}
.LaUpCat {
	text-transform: uppercase;
	color: #C6BFB9;
}
.thumb-spread {
	border: 1px solid #666666;
	padding: 2px;
	margin-top: 12px;
	margin-right: 11px;
	margin-bottom: 12px;
	margin-left: 11px;
}
.LaUpTitleLEFT {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}
.LaUpTitleLEFT a {
	color: #B46017;
	text-decoration: none;
}
.LaUpTitleLEFT a:hover {
	color: #666666;
	text-decoration: underline;
}
