body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 787px; /* 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-image: url(images_bkgs/lister/list_2a.jpg);
	background-repeat: no-repeat;
	min-height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 191px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}

.oneColFixCtrHdr #nav1_dir {
	padding: 0;
	height: 30px;
	width: 420px;
	position: relative;
	left: 56px;
	top: -68px;
	z-index: 50;
	visibility: visible;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images_bkgs/lister/list_2aa.jpg);
	top: 0px;
	z-index: 5;
}
.oneColFixCtrHdr #descA {
	padding: 0 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	height: 400px;
	width: 620px;
	line-height: normal;
}
.oneColFixCtrHdr #footer {
	margin-bottom: 60px;
	background-image: url(images_bkgs/lister/list_2a.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


tbody tr.odd1 th, tbody tr.odd1 td {
	padding: 3px;
	border: 1px solid #A9C2FE;
	background-position: left center;
}



tbody tr.odd1:hover td, tbody tr:hover th {
	background-color: #D7EEFF;
}

tbody tr.odd2 th, tbody tr.odd2 td {
	padding: 3px;
	border: 1px solid #A9C2FE;
	height: 18px;
	background-position: left center;
	text-align: left;
}
tbody tr.odd2:hover td, tbody tr:hover th {
	background-color: #D7EEFF;
}
.name_prem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	line-height: 26px;
}
.name_base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.desc_prem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: normal;
	line-height: 13px;
}

.address_prem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 20px;
	font-weight: normal;
	height: 18px;
}
.address_base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}
.phone_prem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #856147;
	line-height: 20px;
	font-weight: normal;
}
.phone_base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 20px;
}


.v12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416F87;
}

