/*TAGS*/
body {
	background-color: #333333;
	color: #555;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color: #555;
	text-decoration: none;
	border-bottom: dotted 1px #777;
	}

a:hover {
	color: #222;
	border-bottom: dotted 1px #777;
}
hr {
	border: 1px dashed #666666;
/*	height: 1px*/
}

/*STRUCTURE*/		
.wrapper{
	width: 800px;
	background-color: #fff;
	}
	
#MAIN {
	background-color: #cfcfcf;
/*	background-color: #dbdcde;*/
}
.content {
	background-image: url(../../images/footer_flourish1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 19px;
}

/*NAVBAR*/
.navbar {
	color: #FFF;
	background-color: #818283;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	font-weight: bold;
}

.navbar a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.navbar a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: none;
}

/*TEXT*/
.pageheader {
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
	}
	
.subhead1 {
	/*	color: #dc4987;*/
	color: #0c7fc6;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0 0 30px;
	background-image: url(../../images/paw_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}

.subhead2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
}
	
/*INFOBOX*/
#INFOBOX {
	margin-top: 19px;
	margin-bottom: 11px;
	background-color: #fefefe;
	}

/*MISC*/	
.clear {
	clear:both;
	}
	
.ulNoindent {
	margin-bottom: 8px;
	margin-left: 17px;
	margin-top: 8px;
	}
.cursor {
	cursor:hand
	}
	
/*FORMS*/
input {
	border: 1px dotted #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
/*select {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #FFF;
}*/
.searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #818283;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/*SIDEBAR*/
.sidebar {
/*	background-image: url(../../images/bg_navbar.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	vertical-align:top;
}
.sidebar #INFOBOX {
	margin-left: 20px;
}

/*SPONSORS*/

#SPONSORS td{
	/*	background-color: #D4D4D4;*/
	background-color: #FFF;
	text-align: center;
	vertical-align: bottom;
	padding: 6px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	width: 33%;
}
#SPONSORS image{
	padding: 3px;
}

/*AUCTION*/

#AUCTION {
	margin-left: 40px;
	margin-right: 30px;
}

#AUCTION td{
	background-color: #DADADA;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
}
#AUCTION image{
	padding-bottom: 8px;
}

/*FOOTER*/

#FOOTER .footerText {
	padding-right: 10px;
	padding-left: 25px;
	font-size: 10px;
}

.copyright {
	font-size: 8pt;
	color: #999;
	text-align: center;
	vertical-align: text-top;
	height: 30px;
	width: 100%;
}
.copyright a {
	color: #999;
	text-decoration: none;
	border-bottom: dotted 1px #999;
	}

.copyright a:hover {
	color: #777;
	border-bottom: dotted 1px #777;
}

