/*th {font-weight:700;} */
/* font adjustment - default fontsize is 12px
   use one of these options to adjust the font size
   by putting the font size you want to use last */
body {
    font-size: 87.5%;   /* 14px */
    font-size: 75%;     /* 12px */
    font-size: 81.25%;  /* 13px */
}

a {
	color: #d40000;
}
a:visited {
	color: #d40000;
}
a:hover {
	color: #f44800;
}

#content {
	width: 62px;
	height: 10px;
	text-align: center;
}
#content h1 {
	display: none;
}
#logo {
	width: 325px; 
}
#searchbox {
	width: 325px; 
	margin: 0 auto;
	text-align: left;
	white-space: nowrap;
}
#searchbox img {
	margin: 0;
	padding: 0;
	border-style: none;
}
#links {
	padding-top: 80px;
	text-align: middle;
}

