body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/*------ General styles --------*/

p, div, span, td {
	font-family: Times New Roman, Serif;
	font-size: 11pt;
}

h3 { 
	font-family: Bookman Old Style, Book Antiqua, Calisto MT, Times New Roman, Serif;
	font-size: 14pt;
	margin-top: 16px;
}

h4 { 
	font-family: Book Antiqua, Calisto MT, Times New Roman, Serif;
	font-size: 12pt;
	margin-top: 6pt;
	margin-bottom: 0px;
}

/*------ Global page header --------*/

#header {
	width: 760px;
	background-color: #000066;
	font-family: Book Antiqua, Calisto MT, Times New Roman, Serif;
	font-size: 11pt;
	color: #ffffff;
	padding-bottom: 6px;
}

#footer {
	width: 760px;
	background-color: #ffffff;
}

p.footertext {
	margin: 6px;
	font-family: Times New Roman, Serif;
	font-size: 10pt;
}

/*------  Email form in header --------*/

#emailform_email {
	margin-bottom: 6px; margin-right: 8px;
}

/*------  Navigation bars --------*/

#topnavbar, #bottomnavbar {
	width: 760px;
	background-color: #0066ff;
	line-height: 100%;
}

table.navtable {
	width: 760px;
	border: solid 1px #ffffff;
}

td.nav {
	border:solid 1px #ffffff;
	text-align:center;
}

.nav a:link {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}

.nav a:visited {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
.nav a:hover { font-family: Tahoma, Arial, Sans Serif; font-size: 8pt; font-weight: bold; text-decoration: none; color:#ffcc33;}
.nav a:active { font-family: Tahoma, Arial, Sans Serif; font-size: 8pt; font-weight: bold; text-decoration: none; color:#ffcc33;}

/*------ Image Slideshow on Home Page --------*/

#imageContainer {
	position: relative;
	width: 360px;
	height: 461px;
	margin-left: 14px;
	text-align: center;
}

ul.homeGlance { 
	font-family: Book Antiqua, Calisto MT, Times New Roman, Serif;
	margin-left: 0px;
	padding-left: 20px;
}

ul.homeGlance li p { 
	font-family: Book Antiqua, Calisto MT, Times New Roman, Serif;
	font-size: 9pt;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------ Auction Page --------*/

.moreInfoButton {
	width:100px;
	background-color: #0066ff;
	border: 1px solid #000000;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
