/* Cascading style sheet for Goose Tree Web Design web site version 4 - February 2007 */
body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;	
}

/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #339;
	background-color: #fff;
}

a:visited{
	color: #939;
	background-color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
 	color: #8cccca;
	background-color: #fff;
	text-decoration: underline;
}

/*Appearance of linked images*/
a img, a:visited img{
	border-style: none;
	}

/*Appearance of menu links*/
.menu a {
	color: #306;
	background-color: #fff;
	}
.menu a:link {
	text-decoration: none;
	color: #306;
	background-color: #fff;
	}
.menu a:visited{
	color: #c90;
	background-color: #fff;
	text-decoration: none;
	}
.menu a:hover{
	text-decoration: underline;
	}
.menu a:active{
 	color: #669;
	background-color: #fff;
	text-decoration: underline;
}

/* Text formatting*/	
h1 { 
	font-size: large;
	color: #306;
	background-color: #fff;
	width: 880px;
	margin-top: 20px;
	}

h2 {
	font-size: medium;
	color: #cc9900;
	background-color: #fff;
	}

p {
	font-size: small;
	color: #000;
	background-color: #fff;
	margin: 10px 5px 5px 5px;
	}

acronym {
	border: none;
	font-style: normal;
	cursor: help;
}

abbr {
	border: none;
}

.center {
	width: 100%;
	font-size: small;
	text-align: center;
	} /*Use for content centered in container.*/

.floatleft {
	float: left;
	padding: 10px;
	} /*Use for img, positioned at left
		with text flowing to the right.*/

.floatright {
	float: right;
	padding: 10px;
	} /*Use for img, positioned at right
		with text flowing to the left.*/

.clear {
	clear: left;
	} /*Use for a div where floating elements
		such as images are not allowed on the left.*/

.underline {
	text-decoration: underline;
	}

.small {
	font-size: x-small;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}
	
.redtext {
	color: red;
	background-color: #fff;
	}

ul.nobullet{
	font-size: small;
	list-style-type: none;
	}

ul.nobullet li{
		margin-top: 5px;
		margin-left: -20px;
	}

ul.bullet{
	font-size: small;
	list-style-type: square;
	}

ul.bullet li{
	margin-top: 10px;
	margin-left: 15px;
	}
	
/*Layout*/
#container {
	width: 900px;
	margin: 10px auto 10px auto;
	text-align: left;
	} /* This is the outer content container. */

#banner {
	width: 900px;
	height: 200px;
	border: 1px solid #306;
	background-image: url(./images/banner.jpg);
}

/*Menu */
.menu {	
	background-color: #fff;
	color: #000;	
	border: 1px solid #306;
	margin-left: 10px;
	position: absolute;
	top: 200px;
	width: 200px;
	height: 22px;	
	font-size: medium;
	text-align: center;
	}

#content {
	width: 889px;	
	padding: 5px;
	border-left: 1px solid #306;
	border-right: 1px solid #306;
	border-bottom: 1px solid #306;
	position: absolute;
	top: 213px;
	}

table {
	width: 888px;
	}

td {
	vertical-align: top;
	border-bottom: 1px solid #306;
	}
	
table.lotbids {
	width: 500px;
	}

td.formlabel {
	vertical-align: top;
	text-align: right;
	border: none;
	font-size: small;
	}
	
td.forminput {
	vertical-align: top;
	text-align: left;
	border: none;
	font-size: small;
	}
	
.formborder {
	border: 1px solid #306;
	padding-left: 50px;
	}

#footer {
	width: 888px;
	border-top: 1px solid #306;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
	}

.p-ftr {
	font-size: x-small;
	text-align: center;
	width: 880px;
}

