/* Dark #241D19 */
   

/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #676353;
	text-align: center;
	background: #241D19;
	line-height: 1.3em;
}

a, a:visited {
	text-decoration: underline;
	color: #373C1D;
}

a:hover, a:visited:hover  {
	color: #885A3A;
}

form {
}

h1, h2, h3, h4 {
	color: #6B261A;
	clear: both;
}

h1 {
	font-size: 18px;
	letter-spacing: .05em;
 	margin: 0 0 5px;
	line-height: 1.2em;
}

h2 {
	font-size: 15px;
 	margin: 10px 10px 5px 0;
}

h3 {
	font-size: 14px;
 	margin: 20px 10px 0 0;
}

hr {
 	margin: 25px auto;
	width: 90%;
	color: #6B261A;
	background-color: #6B261A;
	height: 2px;
}

label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

label.normal {
	display: inline;
}

p {
 	margin: 0 0 15px 0;
}

form p {
	margin-bottom: 7px;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	border: 1px solid #CFBCB5;
}

td, th {
	vertical-align: top;
	padding: 3px 10px 3px 3px;
	border-collapse: collapse;
	border: 1px solid #CFBCB5;
}

th {
	background: #6B261A;
	color: #FFF;
}

th.rowTH {
	text-align: right;
	padding-right: 3px;
	width: 30%;
	white-space: nowrap;
}

ul {
	margin: 0 0 10px 45px;
}

/* Layout Divs and Div Specific HTML Tags */
#nonFluid {
	background: #241D19 url(../images/tosrhoaBG.jpg) center top repeat-y;
	margin: 0 auto;
	width: 560px;
	position: relative;
}

#banner {
	background: url(../images/tosrhoaTop.jpg) center top no-repeat;
	height: 375px;
	width: 560px;
	margin: 0 auto;
}

#mainContent {
	width: 500px;
	margin: 25px 30px 0 30px;
	text-align: left;
}

#classifieds p {
	line-height: 1.2em
}

#columnLeft {
	width: 240px;
	float: left;
}

#columnRight {
	width: 240px;
	float: right;
	margin-right: 5px;
}

#columnLeft h3, #columnRight h3 {
 	font-size: 13px;
	font-weight:bold;
	color:#FFF;
 	margin: 0 0 5px;
 	padding:3px;
	background: #333;
	text-align:center;
	line-height: 1.2em;
}

#columnLeft h3 a, #columnRight h3 a{
	font-weight:bold;
	color:#FFF;
}

#copyright {
	height: 74px;
	width: 560px;
	margin: 0 auto;
	background: url(../images/tosrhoaBottom.jpg) center bottom no-repeat;
	clear: both;
}

#copyright p {
	text-align: right;
	font-size: 10px;
	padding: 32px 0 5px;
	margin: 0 10px 0 0;
	line-height: 1.3em;
}

.center {
	text-align: center;
}

.emph {
	margin-top: 10px;
	color: #333;
	font-style: italic;
}

.hiLite {
	font-weight: bold;
	color: #6B261A;
	font-size: 1.25em;
}

td .hiLite {
	font-size: 1.1em;
}

.note {
	font-size: 11px;
	font-style: italic;
	clear:both;
}

.nw {
	white-space: nowrap;
}

.posit {
	width: auto;
	border: none;
}

.posit td, .posit th {
	padding: 0 10px 7px 0;
	border: none;
}

.right {
	text-align: right;
}

.smaller {
	font-size: .8em;
}


/* Delete Soon */
#survey li, .score {
	margin: 0 0 25px 50px;
}

#survey li input {
	float: right;
	margin-left: 50px;
}	

@media print {

#nav, #banner, #copyright {
	display: none;
}

#nonFluid, #mainContent {
	width: 95%;
	margin: 5% auto;
}
}