body {
	margin: 0px;
	background: #000 url('../images/body_bg-home.gif') repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE
}
body.template {
	background: #000 url('../images/body_bg-template.gif') repeat-y;
}
.thirdColumn a {
	font-weight: bold;
	color: #DB8624;
	text-decoration: none;
}
.thirdColumn a:hover {
	color: #CC7715;
	text-decoration: underline;
}
/*.thirdColumn a {
	font-weight: bold;
		color: #B8B82E;
	text-decoration: none;
}
.thirdColumn a:hover {
	color: #C7C73D;
	text-decoration: underline;
}*/
tr {
	vertical-align: top;
}

p {
	margin-top: 0;
	line-height: 140%;
}
.thirdColumn div.refer {
	display: none;
	height: 13px;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}
.thirdColumn div.refer a {
	display: block;
	float: right;
	background: url('../images/icon_tellafriend.gif') no-repeat 0 1px;
	font-weight: bold;
	color: #CCC; padding-left:14px; padding-right:10px; padding-top:0; padding-bottom:0
}
.thirdColumn div.refer a:hover {
	background: url('../images/icon_tellafriend-over.gif') no-repeat 0 1px;
	color: #EEE
}
.thirdColumn p {
	margin-left: 10px;
	width: 95%;
}
.thirdColumn ol, .thirdColumn ul {
	margin-right: 20px;
}
.thirdColumn form {
	margin-left: 10px;
}
form {
	margin: 0;
	padding: 0;
}

form table {
	
}
form table tr {
	vertical-align: top;
}
form table th {
	border-bottom: 0px solid #222;
	border-right: 0px solid #222;
	background-color: #444;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #EEE;
}
form table td {
	border-bottom: 0px solid #000;
	padding: 0px 0px 0px 0px;
}
form table td label {
	/*display: block;*/
	padding-left: 0px;
	color: #CCC;
}

input, select, textarea {
	background-color: #EAD8B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999926;
}
input.button {
	border-right: 1px solid #999926;
	border-bottom: 1px solid #999926;
	border-left: 1px solid #CC3;
	border-top: 1px solid #CC3;
	background-color: #B8B82E;
	font-weight: bold;
}
.flashTop {
	height: 89px;
	background-image: url('../images/flash_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 18px
}






/*table.section {
	width: 100px;
}
table.section table.header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
table.section table td.sectionBody {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #333;
	padding: 5px 8px 0 8px;
}
table.section table.footer {
	background-image: url(../images/section_bbg.gif);
	background-repeat: repeat-x;
}*/
td.thirdColumn table.section {
	margin-top: 0;
}
td.thirdColumn table.section td {
	padding: 0 4px;
}
td.thirdColumn table.section td td {
	padding: 0;
}


td.thirdColumn table.section table.header {
	width: 100%;
	background-image: url('../images/rsheader_bg.gif');
	background-repeat: repeat-x
}






td.thirdColumn table.section table.content td {
	padding: 5px 5px 10px 5px;
	color: #000;
}


#footer {
	padding: 10px 15px;
}	

/****** IE BOX MODEL "FIX" FOR TEMPLATES' CONTENT WIDTH ******/
body.template td.thirdColumn table.section table.content {
	width: 630px; /* ie width */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 632px; /* standards compliant width */
}