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

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url(../images/bkgd.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

img {
	border:0;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033CC;
}

a:visited {
	color:#0033CC;
}

a.leftbar {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

a.leftbar:hover {
	color:#FF0000;
	background-color:#FFFFFF;
}

a:hover {
	background: #ffffff;
	color: #aa0000;
}

#container {
	width: 900px; /* 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. */
	margin: 40px auto;
	background: #FFFFFF url(../images/bg.jpg);
} 


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 133px; /* padding keeps the content of the div away from the edges */
	padding: 15px 10px 15px 20px;
}

#foot {
	margin: 20px 20px 0 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
}

#spacer {
	float:left;
	clear: right;
}

#mainContent {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.title_header {
	font-size:10px;
	font-weight:bold;
}

p.bid_table {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#000000
	font-size:11px;
}

p.center {
	text-align:center;
}
.midline {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.text_links {
	color:#000033;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 12px;
	text-align: center;
}

p.credits {
	color:#000033;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 10px;
	text-align: center;
}	

table.contact {
	border: 1px;
}
li {
	list-style: disc inside;
}
 
