
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #fff;
}

/* Banner across top of page */

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 90px;
padding-bottom: 17px;
padding-left: 25px;
background-color: #fff;
border-top: 1px black solid;
border-bottom: 1px black none;
color: #9e9e8a;
font-weight: bold;
font-size: 2em;
letter-spacing: -.1em;
text-align: right;
padding-right: 1em;
background-image: url(../images/bidlogo100.gif);
background-repeat: no-repeat;
background-position:  +1.5em;}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 60px;
font-size: 1.5em;
color: #77774f;
border-bottom: 1px #999 solid;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
letter-spacing: -.1em;}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;margin-right: 50px;
background-color: #fff;
padding: 1em;
border: 1px #999;
border-bottom: 1px #999 solid;margin-left: 200px;}

p, ul, ol, table {
font-size: .8em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.2em;
color: #77774f;
font-weight: bold;
letter-spacing: -.1em;}

h3 {
font-size: 1em;

}

h4 {
font-size: .9em;

}

h5 {
font-size: .7em;

}

h6 {
font-size: .5em;

}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #ea9e57;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ff1c03;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#left-menu {
	position: absolute;
	top: 213px;
	left: 5px;
	width: 178px;
	border-right: 1px #999 solid;
	text-align: right;
	height: 468px;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: .8em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #7f7f6f;
}

#left-menu a:hover, #left-menu a.current {
color: #33332c;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #9e9e8a;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: .7em;
word-spacing: 10px;
}

#footer a:link, #footer a:visited {
color: #e2e2c5;
}

#footer a:hover {
color: #e2e2c5;
text-decoration: underline;
}

/* picture align */

.align_pic_right {
float:right;
margin:0;
border: .4em #1E545D inset;
}

.align_pic_left {
float:left;
margin:0;padding: 1em;}

.center {
text-align:center;
margin:0 auto;
}

/* quote align */

#pullquoteright {
	float: right;
	margin: 0em 0em .4em 1em;
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-size: .7em;
	line-height: 1.2em;
letter-spacing: +.2em;
background-color: #E0E6EA;
padding: 2em;}

