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

#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;
}

/*navigation styling */
#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 0px solid gray;
width:;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
line-height:20px;
float:left;
}
#navlist a:hover{
	color:#990000;
}
/*End NavBar styles */

/*Contact information in the left column*/
#DivContact {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#C0C0C0;
	line-height:1.25em;
}
#DivContact .lg {
	font-size: 14px;
	font-weight:bold;
}
/* main content area */
#content	{
width: 800px; 
font: 17px Verdana, Arial, Helvetica, sans-serif;
color:#C0C0C0;
background-color: transparent;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}

.warbird  #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #001f6f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.warbird  #header { 
	background: #990000; 
	padding: 0 10px 0 0px;  /* 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. */
} 
.warbird #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.warbird #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #001f6f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.warbird #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#C0C0C0;
} 
.warbird #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:##001f6f; 
} 
.warbird #footer p {
	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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

.sm {font-size: 9px}

.feature {color:#C0C0C0}

#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 405px;
}
	
.contentTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.contentbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.red { color:#990000}

.copyright {
	text-align:center;
	font-size:10px;
	color:#C0C0C0;
}

/*Table Styles*/
#tableSold {
	font-size:24px;
	color: #E1E1E1;
	text-align:center;
	border:medium;
	border-color:#990000;
	border-collapse:collapse;
    border-spacing: 0;
}

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

#javaPic{
	width:504 px;
	height:323 px;
	text-align:center;
}