body {
	min-width: 821px;
	margin: 10;
	background-color: #fff;
	text-align: center;
}

img {
	border-style: none;
	margin-top: 0px;
	top: 0px;
}

a:visited {
  color: #333399;
}

/* Main Divisions */

#full {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 10px;
	width: 821px;
	z-index: 1;
	background-color: #D0E8FC;
}

#header {
  position: relative;
  width: 821px;
  height: 151px;
  background-color: #D0E8FC;
}

#header .images {
	background-color: white;
	top: 0px;
	left: 134px;
	position: absolute;
	border-bottom: solid #ffffff 1px;
	height: 104px;
}

#header .images a {
  text-decoration: none;
}

#header .images img {
	margin-right: 1px;
	margin-left: 0px;
	border-style: none;
}

#header .bottom {
	position: absolute;
	left: 134px;
	top: 105px;
	width: 553px;
	height: 46px;
	background-color: #D0E8FC;
	border-right: solid #FFFFFF 1px;
	;
}

#sps_logo {
  z-index: 1;
	  background-color: #D0E8FC;
  height: 151px;
  width: 133px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid #FFFFFF 1px;
}

#sps_logo * {
  margin-top: 0;
  margin-bottom: 0;
}

#tops_img {
  z-index: 1;
  background-color: #D0E8FC;
}

#tops_img .tops_building {
  width: 133px;
  height: 80px;
  top: 60px;
}

#leftbar {
	float: left;
	width: 133px;
	z-index: 3;
	text-align: center;
	background-color: #D0E8FC;
	position: relative;
}

#content {
	float: left;
	background-color: #fff;
	min-height: 400px;
	width: 668px;
  z-index: 1;
	overflow: auto;
	position: relative;
	text-align: left;
	padding: 5px;
}

#footer {
	background-color: #D0E8FC;
	clear: both;
	text-align: center;
	height: 30px;
	color: #000000;
	display: block;
	position: relative;
	font-family: sans-serif;
	font-size: .85em;
	width: 821px;
	float: left;
}

/* Random Stuff */

#leftbar img {
  margin-top: 10px;
}


/* Header Links */

#header .links {
	padding-top: 14px;
	text-align: center;
  margin-right: 0;
  height: 30px;
}

#header .links a {
	padding: 1px 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1em;
	color: #fff;
	background-color: #8D9ECE;
	margin-right: 2px;
}

#header .links a:hover {
  background-color: #3038A1;
}

/* Sidebar Links */

#leftbar .links {
  position: relative;
  text-align: left;
	float: left;
  width: 133px;
  
  margin-left: 0;
  margin-top: 32px;
}

#leftbar .links a {
  
  background-color: #8D9ECE;

  padding-left: 12px;
  padding-top: 2px;
	padding-bottom: 2px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
	margin-bottom:2px;
  
  display: block;
}

.tops_img {
  position:absolute;
  height: 151px;
  width: 133px;
	left: 688px;
}

#leftbar .links a:hover {
  background-color: #3038A1;
}

#leftbar .menu {
  position: absolute;
  background-color: #3038A1;
  color: #000000;
	width: 160px;
	z-index: 200;
}

/*It is absolutely essential to the functionality of the  *
 *Javascript menu that IE doesn't see the right padding   *
 *and other browsers do. Forgive the hack.                */
head:first-child+body #leftbar .menu { 
  padding-right: 10px;
}

#leftbar .menu a {
  position: relative;

  display: block;
  height: 15px;
  padding-left: 10px;
  background-color: #3038A1;
  
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  
  font-weight: normal;
  font-size: .85em;
}

#leftbar .menu a:hover {
  background-color: #8D9ECE;
}

#searchbox input {
  position: absolute;
  left: 8px;
	width: 113px;
	font-size: .75em;
}

#searchbox input.empty {
  color: #aaaaaa;
	}

#rightbar {
	width: 133px;
	float: left;
	z-index: 3;
	text-align: center;
	background-color: #D0E8FC;
	color: #000000;
	font-size: .85em;
	font-family: sans-serif;
	height:auto;
	position: relative;
}

#quicklinks {
	margin: 0 auto;
	width: 113px;
	left:10px;
	color: #003399;
	margin-top: 23px;
	z-index: 3;
	text-align: center;
	background-color: #BBD0E2;
	font-family: sans-serif;

}

#rightbar a {
  display: block;
  
  color: #000000;
  margin-top: 10px;
}

#rightbar p {
  margin-top: 0;
  margin-bottom: 0;
}

/*#content {
	position: absolute;
	left: 141px;
	width: 530px;
	background-color: #FFFFFF;
	top: 156px;
}*/

#print {
  position:absolute;
	right: 3px;
	top: 3px;
}

/*#print {
	position: absolute;
	top: 0px;
	height:24px;
	width: 24px;
	text-align:right;
}*/

#clear {
  clear: both;
	height: 1px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	display: block;
	width: 821px;
}
