body {
	margin: 0;
	padding: 0;
	text-align: center;  /* to overcome IE bug so that page centers in center vertically */
	background-color: #001f6f;
	background-image:url(../images/red_white.gif);
	background-repeat:repeat;
}
/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px; }

/*	Basic link styles*/
a:link {
text-decoration: underline;
color:#E1E1E1;
}
a:visited {
text-decoration: underline;
color:#E1E1E1;
}
a:hover {
text-decoration: underline;
color:#990000;

}
a:active {
text-decoration: underline;
color:#E1E1E1;
}

#nonlink {color:#E1E1E1}

/* "click here for details" link styles*/
.clickdetail a:link{
text-decoration:none;
color:#FFFFFF;
background-color:#990000;
}

.clickdetail a:visited {
text-decoration:none;
color:#FFFFFF;
background-color:#990000;
}

.clickdetail a:hover {
text-decoration:underline;
color:#FFFFFF;
background-color:#990000;
}

.clickdetail a:active {
text-decoration:none;
color:#FFFFFF;
background-color:#990000;
}

/* div styles bigin */
/*external Wrapper div*/
#PageWrapper {
	background-color: #001f6f;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: left;	/* counteracts the center align in the body tag - so that the text does not center in rest of site */
}

#header { 
	background: #990000; 
	padding:;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	padding:10px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:##001f6f;
} 

#footer p {
	font-size:10px;
	color:E1E1E1;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.copyright {
	text-align:center;
	font-size:10px;
	color:#C0C0C0;
}
/* Div Styles End*/

/*Table Styles*/
#tableLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px, 8px, 8px, 8px;
}

#tableLink li {
	line-height:1.5em;
}

#tableSale{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px, 8px, 8px, 8px;
	border:solid;
	border-collapse:collapse;
	border-color:#4956F8;
}

#tableSold {
	font-size:24px;
	color: #E1E1E1;
	text-align:center;
	border:medium;
	border-color:#990000;
	border-collapse:collapse;
    border-spacing: 0;
	padding:10 px 10px 10px 10px;
}

/*Text Styles*/
#content p, li {
	font-size:14px;
	font-weight:400;
	letter-spacing:.02em;
	}
.BIG {
	font-size:30px;
	font-weight:700;
}

.imgleft {
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-left: 0px;
}
.imgright{
	float: right;
	padding: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#tableR {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	}
#detail, #detail td {
	border:thin;
	border-style:ridge;
	border-color:#CCC;
    border-spacing: 0;
    border-collapse: collapse;
}

#clickTable {
	border:#990000;
	border-width:medium;
	border-style:dotted;
	border-collapse:collapse;
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}


.red {color:#990000}

.sm {font-size:10px}