body {
    background: #071d35;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #194879;
}
a:hover, a:active {
    color: #fff;
}


#wrapper {
    width: 999px;
    margin: 0 auto;
}

#header {
    background: url(../images/header-bg.gif) top left no-repeat;
    height: 129px;
}

#nav {
    background: #ffec00 url(../images/nav-bg.gif) top left no-repeat;
    height: 70px;
    font-weight: bold;
    text-transform: lowercase;
    padding-left: 271px;
    position: relative;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav ul li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
}
#nav a {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 116px;
    text-align: center;
    /*border-right: 2px dotted #194879;*/
    background: url(../images/nav-separator.gif) top right repeat-y;
    text-decoration: none;
}

.extraText
{
	display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 230px;
    text-align: center;
    /*border-right: 2px dotted #194879;*/
    text-decoration: none;
    color: #194879;
    padding-top:19px;
    padding-left:20px;
    text-transform:uppercase;
}

#nav a:hover, #nav a:active {
    color: #e2001a;
}
#nav li.selected a {
    background-color: #009bd0;
    color: #fff;
}

#win-this {
    width: 220px;
    height: 70px;
    top: 0;
    right: 20px;
    position: absolute;
    background: url(../images/win-this.gif) top left no-repeat;
    cursor: pointer;
}

#content {
    background: #009bd0 url(../images/content-bg.gif) top left no-repeat;
    padding: 50px 25px 10px 25px;
}

#content p {
    margin-top: 0;
}

#col1, #col2, #col3 {
    float: left;
}
#col1 { width: 259px; padding: 0 10px; }
#col2 { width: 334px; padding: 0 20px; }
#col3 { width: 254px; padding: 0 20px; }

#footer {
    background: #123f6f;
    font-size: 10px;
    font-family: verdana, sans-serif;
    padding: 25px 0;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #a8c0da;
    text-decoration: none;
}
#footer a:hover, #footer a:active {
    color: #fff;
}

/*--- Home Page Overrides ---*/

#home #content {
    padding: 50px 5px 10px 25px;
    background: #009bd0 url(../images/content-home-bg.gif) top left no-repeat;
}

#home #col1 {
    margin-top: 30px;
    padding: 0;
    width: 299px;
}

#home #col2 { 
    width: 360px; 
    padding: 0; 
}

#home #col3 {
    text-align: center;
    width: 289px;
    padding: 0 5px;
}

/*--- Classes ---*/

.clear {
    clear: both;
}

.highlight {
    color: #ffec00;
}

.lowlight {
    color: #123f6f;
}

.large {
    font-size: 120%;
}

.note {
    font-size: 12px;
}

.footnote {
	text-align: left;
	color: #000000;
	font-size: 16px;
}
.auctionDate
{
    color: #ffec00; 
    font-size: 12pt; 
    font-weight: bold; 
    text-align: center;
}