@charset "UTF-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
 }

html,body {
    height:100%;
    font-family:arial,helvetica,sans-serif;
    background:#5165ac;
 }
	
#container {
	width: 1075px;
    margin: auto;
    background: url(images/bg.gif) repeat-y;
	padding-top: 0;
	overflow: hidden;
	}

#topnavcontainer {
	background: #000;
	width: 994px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	font-size-adjust: .5;
	padding: 2px 5px;
}

#topnavleft {
	float: left;
	background: #000;
}

#topnavright {
	float: right;
	background: #000;
}

#header {
	margin-left: auto;
    margin-right: auto;
	width: 1001px;
	background: url(images/header_sm.gif);
	height: 193px;
}

#linksbar {
	background: #000;
	width: 992px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	font-size-adjust: .5;
	text-align: center;
	padding: 5px;
}

#sublinksbar {
	background:#666;
	width: 992px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	font-size-adjust: .5;
	text-align: center;
	padding: 5px;
	color:#BCFDF3;
}

.centerfade {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
}

#content {
	background: #f2ddc0;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.news {
	width: 475px;
	float: left;
	background: #f2ddc0;
	margin-left: 30px;
	position: relative;
	border-left: #b1a497 thin solid;
	border-right: #b1a497 thin solid;
	padding: 0 15px 10px 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.news p {
	padding-top: 3px;
	padding-left: 3px;
	font-size-adjust: .5;
}

.news A:link {
	color: #333;
	font-style: italic;
}

.news A:visited {
	color: #333;
	font-style:italic;
}

.date {
	font-style: italic;
	font-size-adjust: .38;
}

.upcoming {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	background: #f2ddc0;
}

.upcoming A:link {
	color:#333;
}

.upcoming A:visited {
	color:#333;
}

.subscribe {
	width: 210px;
	float: right;
	padding: 0;
	background: #f2ddc0;
}

.subscribe a:link {
	color: #666;
}

.subscribe a:visited {
	color: #666;
}

.darkLink {
	color:#666;
}

.profile {
	padding: 5px;
	margin: 20px 0;
}

.bold {
	font-weight: bold;
	padding-bottom: 10px;
}

.bigbold {
	font-weight: bold;
	font-size-adjust: .8;
	border-bottom: #b1a497 medium solid;
}

.boldProf {
	font-weight: bold;
	padding-right: 5px;
	margin: 0;
	float: left;
}

.boldBids {
	padding-top: 10px;
	font-weight:bold;
}

.fieldHolder
{
	width: 198px;
	height: 28px;
	background: url(images/field.gif) no-repeat;
	float: left;
}

.textInput
{
	width: 198px;
	height: 28px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

.foot {
	width: 995px;
	height: 24px;
	background: #000;
	color: #bcfdf7;
	font-size:12px;
	padding: 3px;
	text-align: center;
	margin-left: -34px;
	position: absolute;
}

.imgleft {
	float: left;
	padding: 5px;
}

.rbdtext {
	margin-left:50px;
}

.sidelink {
	font-size:14px;
}

.indent {
	margin-left: 20px;
}

.doubleindent {
	margin-left: 40px;
}

.tripleindent {
	margin-left: 40px;
}

A:link {text-decoration: none; color: #bcfdf7;}
A:visited {text-decoration: none; color:#bcfdf7;}
A:active {text-decoration: none; color:#bcfdf7;}
A:hover {text-decoration: underline; color: #bcfdf7;}
a:img {text-decoration: none;}
