* {
	border: none;
	margin: 0px;
	padding: 0px;
/*  border:0; */
}

body {
/*	color: #fff; */
	background-color: #f6f6f6;
/*	background-color: #cacaca; */
	margin: 0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
}

img {
	border: none;
}

td {
	vertical-align: top;
	color: #e0e0e0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 16px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 16px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 16px 0px;
}

a {
	text-decoration: none;
	color: #f70000;
}

a:hover {
	text-decoration: underline;
}

select,
input[type=text] {
	color: #4d4d4f;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #4d4d4f;
}

ul 
{
	margin: 0px 0px 0px 16px;
	list-style: square outside;
}

table {
	border: none;
}

p {
	margin: 0px 0px 16px 0px;
}

/* IDs */

#maindiv {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 1000px;
	margin-left: -500px;
/*	background-image: url(/img/mainbg.png); */
	background-color: #222222;
}

#t_main {
	width: 1000px;
	height: 100%;
	background-color: #222222;
}

#navitd {
	width: 160px;
	height: 100%;
	background-color: #f70000;
}

#bodytd {
	width: 840px;
/*	background-color: #222222; */
}

/* #headerdiv {
	position: relative;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 1000px;
	background-image: url(/img/header.jpg);
} */

#navidiv {
	position: relative;
	background-color: #f70000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 160px;
}

#navidiv a {
	display: block;
}

#partner {
	height: 60px;
	width: 160px;
	background-image: url(/img/partner.png);
}

#bodydiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 840px;
	background-color: #222222;
/*	padding: 0px 20px 16px 20px; */
}

#maintable {
	border: none;
	width: 840px;
}

#marginaldiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
}

#footerdiv {
	padding: 0px 20px 16px 20px;
	width: 840px;
}

#footerdiv div{
	border-top: 1px solid #e0e0e0;
	font-size: 9px;
	width: 800px;
}

#descrip {
	position: absolute;
	visibility: hidden;
	z-index: 9;
	width: 310px;
	height: 74px;
	border: medium ridge #f70000;
	background-color: #ffffff;
	padding: 5px;
}

#search {
	width: 140px;
	padding: 20px 20px 32px 20px;
}

#pu {
	margin-top: 20px;
	margin-left: 20px;
	width: 116px;
	height: 13px;
	border: none;
	padding: 2px;
}

#pp {
	margin-top: 2px;
	margin-left: 20px;
	width: 116px;
	height: 13px;
	border: none;
	padding: 2px;
}


.twocols td {
	padding: 20px 0px 16px 20px;
	width: 310px;
}

.textd {	width: 460px; }

.th {
	height: 8px;
	background-color: #f70000;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 2px solid #222222;
}

.tl {
	height: 19px;
	background-color: #f70000;
	color: #fff;
	font-weight: bold;
	border-top: 16px solid #222222;
	border-bottom: 2px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}

.quaterline { height: 8px; }
.halfline { height: 8px; }
.oneline { height: 16px; }
.twolines { height: 32px; }
.fourlines { height: 64px; }

.wr {	color: #f70000; }

/*
.marginal {
	background-color: #4d4d4f;
	color: #ffffff;
	width: 180px;
	padding: 4px;
	border-top: 1px solid #888898;
	border-left: 1px solid #888898;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
} */

.loc {
	border-top: 1px solid #888898;
	border-left: 1px solid #888898;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 134px; 
/*	border: none; */
	margin-top: 5px; 
	margin-bottom: 5px;
	padding: 2px;
}

.bigLetter {
	font-weight: bold;
	font-size: 48px;
	vertical-align: top;
}
