body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*  font-size: 12px;  */
	color: #000;
}

a {text-decoration: none;}
a:link, a:visited {color: #5C0910;}
a:active, a:hover {color: #000;}/*  C1AE9D  */

.devNote {background-color: red; color: yellow; font-weight: bold;}
#baseContainer {width: 800px; margin: 0 auto;}

#header {margin: 0; padding: 0; width: 800px; height: 89px;}

table#contentBody {width: 763px; margin: 20px 0;}
#contentBody tr {vertical-align: top;}
#contentBody #bufferLeft {width: 40px;}
#contentBody #bufferRight {width: 30px;}
/*  #contentBody #colLeft {width: 171px;}  */
#contentBody #colBody {width: 522px; padding-bottom: 50px;}
#colBody, #newsInteriorTan, #newsInteriorTan a {font-size: 12px; text-align: justify;}

/* Heading Properties */
#contentBody #pageTitle h1 {
	font-size: .90em;
	font-weight: bold;
	margin: 5px 0;
	font-family: Georgia;
	font-style: italic;
	color: #600;
	font-variant: small-caps;
	letter-spacing: .2em
}
#contentBody h2 {
	font-size: 1.2em;
	font-weight: bold;
	/*  margin: 5px 0;  */
	color: #600;
}
#contentBody h3 {
	font-size: 1.1em;
	font-weight: bold;
	/*  margin: 5px 0;  */
	color: #600;
}

/* +++++++++++++++++++++ */

#contentBody #mainBodyPic {text-align: center; margin: 5px auto;}

#contentBody #divider {display: block; width: 522px; height: 8px; background: url(../img/common/body_divider.jpg) no-repeat;}
#contentBody .dividerTop {margin-bottom: 10px;}
#contentBody .dividerMiddle {margin: 10px 0;}
#contentBody .dividerBottom {}

/* Black Version Properties */
#newsExterior {margin: 0 auto; background-color: #000; color: #fff;}
#newsInterior {padding: 0 15px;}
#newsInterior a {font-weight: bold;}
#newsInterior a:link, #newsInterior a:visited {color: #fff; text-decoration: none;}
#newsInterior a:active, #newsInterior a:hover {color: #ddd; text-decoration: underline;}
/* +++++++++++++++++++++ */

/* Tan Version Properties */
#newsExteriorTan {margin: 0 auto; background-color: #C1AE9D; color: #000;}
#newsInteriorTan {padding: 0 15px;}
#newsInteriorTan a {font-weight: bold;}
#newsInteriorTan a:link, #newsInteriorTan a:visited {color: #000; text-decoration: none;}
#newsInteriorTan a:active, #newsInteriorTan a:hover {color: #000; text-decoration: underline;}
/* +++++++++++++++++++++ */

#stockQuote {text-align: center; margin: 20px 0;}

/* Left Nav Properties */
#sideBarHome {background-color: #fff;}
#sideBar {width: 171px; margin: 0 auto; background-color: #C1AE9D;}
#navlist {font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {font-size: 13px;
	display: block;
	padding: 4px 0px 4px 16px;
	background-color: #C1AE9D;
	color: #000;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #600;
	color: #cc9;
}
#sideBar #navlist .uberlink {
	background-color: #900;
	color: #cc9 !important;
	cursor: default;
}
/* +++++++++++++++++++++ */

/* Left Nav SUB Properties */
#navlistSub {font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none; font-size: 12px;
}
#navlistSub a, #navlistSub a:visited { font-size: 11px;
	display: block;
	padding: 4px 2px 4px 16px;
	background-color: #E5E5CD;/*  C1AE9D  */
	color: #000;
	text-decoration: none;
}
#navlistSub a:hover {
	background-color: #600;
	color: #cc9;
}
#sideBar #navlistSub .uberlink {
	background-color: #900;
	color: #cc9 !important;
	cursor: default;
}
/* +++++++++++++++++++++ */

/* Post Properties */
.post {border-bottom: #333 1px solid; margin-bottom: 10px;}
.post .date {
text-transform: uppercase;
color: #999;
letter-spacing: 2px;	
font-weight: bold;
margin-bottom: -7px;
}
.post .title {font-size: 1.4em; line-height: 1em; margin-bottom: -7px;}
.post .title a,a:link {color: #000; text-decoration: none;}
.post .title a:hover {text-decoration: underline;}
.post .continue {font-weight:bold;}
.posted {font-size: .80em;}
.posted a,a:link {color: #CF2533; text-decoration: none;}
.posted a:hover {text-decoration: underline;}
/* +++++++++++++++++++++ */

/* FAQ Properties */
/*  "Show All" + "Hide All" links */
#ToggleON,#ToggleOFF {border-bottom:0px solid #333;padding:0 5px;margin-right:5px}
#ToggleON,#ToggleOFF {display:inline;cursor:pointer;cursor:hand}
.faqOpenClose {border-top: 1px solid #eee; padding-top: 5px; text-align: right;}
/* zeroing out padding and margin */
#faq dd,#faq dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#faq dt {margin:7px 0}
/* image and left padding for DDs */
#faq dd {padding-left:15px}
/* styling all anchors in the DTs */
#faq dt a {color: #5C0910;}
#faq dt a:visited {color: #5C0910;}
#faq dt a:visited:hover,
#faq dt a:hover,
#faq dt a:active,
#faq dt a:focus {color: #C1AE9D;}
/* the indicators in the anchors */
#faq .DTplus a {/*  background-image:url(icon-arrow-right.gif  */)}
#faq .DTminus a {/*  background-image:url(icon-arrow-down.gif  */)}
/**********************************/
#faq .showDD {position:relative;left:0}
#faq dd,.hideDD{left:-9999px;position:absolute}

#faqStatic dd,#faqStatic dt {margin:0;padding:0} 
#faqStatic dt {margin:7px 0}
#faqStatic dd {padding-left:15px}
/* +++++++++++++++++++++ */

/* Form Properties */
#formTable tr {vertical-align: top;}
#formTable th {padding: 3px;}
#formTable td {padding: 3px;}

INPUT, SELECT, TEXTAREA {
/*  font-family: Arial, Helvetica, sans-serif;   */
/*  background-color: #fafafa;   */
/*  color: #369;  */
/*  border: 1px solid #369;  */
padding: 2px;
font-size: 12px;
}
input:focus, input.sffocus, textarea:focus {background-color: #eee; color: #369;/*   border: 1px solid #369;  */}

form#searchForm { display: inline;}
input#searchButton { padding: 0; margin: 0; width: 69px; height: 89px;}
#searchKeywordsBG { display: inline; width: 177px; height: 89px;}
input#searchKeywords {font-size: 11px; width: 145px; padding: 3px 4px; background-color: #C1AE9D; color: #600; border: none; margin-top: 47px; margin-left: 10px;}
input#searchKeywords2 {font-size: 11px; width: 145px; padding: 3px 4px; background-color: #C1AE9D; color: #600; border: none;}

/* +++++++++++++++++++++ */

/* Footer Properties */
#footerStripe {}
#footerBlock {display: block; width: 800px; height: 50px; background-color: #5C0910;}
#footerContent {margin-left: 34px; letter-spacing: .05em; text-transform: uppercase; color: #C9B69D; font-size: 11px; padding-top: 17px; background-color: #5C0910;}
/* +++++++++++++++++++++ */