body, table {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #404040;
}

body {
	margin: 0px;
	margin-bottom: 10px;
	background-image: url("../../images/background.gif");
}

a img {
	border: 0px;
}

a {
	color: #000850;
	text-decoration: underline;
}

a:hover {
  color: #878787;
}

.title a {
  text-decoration: none;
}

ul {
  padding-left: 3em;
}

form {
  margin-bottom: 0px;
}

div#siteContainer {
	position: relative;
	width: 800px;
	background-color: #ffffff;
	border: 2px solid #808080;
	border-top: none;
	margin: auto;
	text-align: left;
}

img#logo {
	float: left;
	margin: 5px;
}

table#menu {
  float: none;
  width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 22px;
	border: none;
}

table#menu td {
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 14.285%;
}

div#siteBody {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 10px;
}

.justified {
	text-align: justify;
}

div.clear {
	float: none;
	clear: both;
}

img.northWest, img.northEast, img.southWest, img.southEast {
  position: absolute;
}

img.northWest, img.northEast {
  top: 0px;
}

img.northEast, img.southEast {
  right: 0px;
}

img.southWest, img.southEast {
  bottom: 0px;
}

img.northWest, img.southWest {
  left: 0px;
}

div#footer {
  text-align: center;
  background-color: #808080;
  color: white;
}

div#footer a {
  color: white;
}

img#siteHeader {
  margin-top: 10px;
}

img {
  border: 0px;
}