﻿body {
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ ;
	color: #000000;
	background-image: url(../Images/leftbox.gif);
	background-color: #310b89;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
	background: #ffffff;
/* 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. */text-align: center;
}

.twoColFixLtHdr #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 */
	color: #fff;
	text-align:center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */;
	width: 220px; /* 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 */;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #DDDDF0;
	left: 0px;
	height: auto;
}
.twoColFixLtHdr #container #header #barlist {
	margin: 0px;
	padding: 6px 0 0 0;
	background-color: navy;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100%;
	left: 0px;
	display: block;
}

.twoColFixLtHdr #sidebar1 a{
	padding: 5px;
}
/*.twoColFixLtHdr #sidebar1 a:hover{
	border-radius: 3px;
	border: thin solid #45459C;
	background-color: #C7C7E7;
}
*/
.twoColFixLtHdr #mainContent {
	/* 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. *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 880px;
	clear: both;
}
.twoColFixLtHdr #mainContent .SmallPrint {
	font-size: 11pt;
	font-style: italic;
	text-align: ;
	margin-left: auto;
	margin-right: auto;
}

.twoColFixLtHdr #footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */background: #DDDDDD;
	text-align: center;
	font-size: 10pt;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.twoColFixLtHdr #footer a {
	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 */
	font-size: 12px;
	text-align:center;
}

.clear {
	
	clear: both;
	
}

.HdrBorder2 {
	border-left: 3px #CCCCCC solid;
	width: 260px;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
}	

.HdrBorder1 {
	border-right: 3px #CCCCCC solid;
	text-align:center;
	
}

a {
	font-size: 1.0em;
	text-decoration: none;
	color: #000066;
}
a:link {
	color: #00007D;
}
a:hover {
	color: #CC0066;
}

#sidebar1 a {
	font-size: 0.8em;
	text-decoration: none;
	color: #000066;
}
#sidebar1 a:link {
	color: #00007D;
}
#sidebar1 a:hover {
	color: #CC0066;
}



.MnContList {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: 700;
	color: #000;
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0px;
	width: 250px;
	border: 0px none #000;
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent .AuctioneersLogos.clear a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.MnContPic {
	margin: 70px 0 0 10px;
	float: left;
	display: inline;
	position: absolute;
	left: 570px;
}
.auto-style8 {
	position: relative;
	display: inline;
	left: 220px;
	top: 0;
}

.info1 {
	position: relative;
	display: inline-block;
	width: 185px;
	margin-left: 15px;
}

.info2 {
	position: static;
	display: inline;
	width: 180px;
	margin-left: 15px;
}
.auctioneerMCA {
	padding: 10px;
	width: 705px;
	text-align: left;
	margin-left: ;
	margin-left: 160px;
}

.auctioneerMCA2 {
	border: 2px red solid;
	padding: 10px 20px 10px 20px;
	width: 630px;
	text-align: left;
	margin-left: ;
	margin-left: 203px;
}

.auctioneerMCA2 h3 {
	text-align:center;
	margin-top:-3px;
}
u {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}

b {
	font-weight: bold;
	font-size: 1.05em;
}
i {
	font-style: italic;
	font-size: 0.9em;
}
p {
	margin: 3px auto 3px auto;
	padding: 7px 5px 7px 5px;
	font-size: 1.1em;
	line-height: 25px;
	width: 90%;
}
.left {
	text-decoration: none;
	text-align: left;
}
.SmallPrint11 {
	font-size: 12pt;
}
.indent30 {
	text-indent: 30px;
}
.Att1 {
	/* [disabled]background-color: #000000; */
	color: #000099;
	/* [disabled]border: 1px solid #370037; */
	/* [disabled]border-radius: 8px; */
	padding: 3px;
	margin: 10px auto 10px auto;
	/* [disabled]box-shadow: 3px 3px 8px #333333; */
	/* [disabled]width: 50%; */
	font-size: 1.1em;
	font-weight: bold;
}
.Att2 {
	background-color: #FF99FF;
	color: #660033;
	border: 3px ridge #FF0066;
	border-radius: 10px;
	box-shadow: 3px 3px 8px #333333;
	width: 80%;
	line-height: normal;
	font-size: 16pt;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-style: italic;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-weight: bold;
}
.Att20Flashy {
	border: 3px dotted #800000;
	border-radius: 7px;
	box-shadow: 3px 3px 7px #333333;
	padding: 15px 0px 15px 0px;
	margin: 10px auto 20px auto;
	background-color: #FFFF00;
	color: #CC0000;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 93%;
}
.Att3 {
	color: #261234;
	border-radius: 8px;
	padding: 3px;
	margin: 10px auto 10px auto;
	box-shadow: 0px 0px 6px #999999;
	width: 90%;
}
.Att4 {
	border-radius: 20px;
	box-shadow: 3px 3px 10px 0px #333333;
	font-size: 1.1em;
	background: rgb(204, 255, 102);
	width: 85%;
	border: 5px groove rgb(0, 153, 51);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}

.Att5 {
	color: #99FF00;
	border: 2px solid #0099CC;
	border-radius: 10px;
	padding: 7px;
	box-shadow: 3px 3px 8px #333333;
	width: 85%;
	text-decoration: none;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 30px;
	letter-spacing: 5px;
	background-color: #000025;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.Att6 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: oblique;
	text-transform: none;
	color: #FFFF00;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	line-height: normal;
	background-color: #000000;
	border: 5px ridge #FFFF00;
	border-radius: 15px;
	padding: 5px;
	margin: 20px auto 50px auto;
	box-shadow: 0px 0px 20px 1px #000000;
	width: 50%;
}
.colrPurple {
	color: #606;
}

.HighlightText {
	background-color: #FFFF33;
	font-family: "Comic Sans MS", cursive;
	color: #000;
	font-size: 2em;
	padding: 3px 50px;
}
hr {
	width: 60%;
	height: 5px;
	background-color: #660066;
	margin: 10px auto 10px auto;
}
td {
	/* [disabled]padding: 3px 2px 3px 2px; */
}
#menuTab {
	width: 100%;
}
.Width90P {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.cols2 {
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 2px solid #a0f;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-rule: 2px solid #a0f;
	column-count: 2;
	column-gap: 40px;
	column-rule: 2px solid #a0f;
	text-align: justify;
	margin: 25px 0px 25px 0px; 
 }
  
#mainContent .ucaContArea .otherlink {
	font-size: 1em;
	font-weight: bold;
}
.ColorRed {
	color: #DD0000;
	
}
