	body {
	  margin: 0px;
	  padding: 0px;
	  text-align: center;
	}
	#wholepage {
	  text-align: left;
	  margin: 0 auto;
	  width: 58em;
	}
	#header {
	  margin: 0;
	  padding: 0;
	  border: none;
	  width: 58em;
	  height: 12.38em;
	  overflow: hidden;
	  text-align: left;
	}
	#leftcol {
	  margin-top: 1em;
	  float: left;
          text-align: left;
	  width: 12em;
	}
	#content {
	  margin-left: 2em;
          text-align: left;
	  float: left;
	  width: 43em;
	}
	#footer {
	  clear: left;
	  align: center;
	  width: 59.08em;
	  text-align: center;
	  height: 7.7em;
	}
	h1 {font-size:122%;margin:1em 0; font-weight: bold;}
	#list2 {font-size:110%;margin:1em 0; font-weight: bold;}
	p {margin-bottom:1em;}
	p.notes {background-color:#eee;padding:1em;}
	#button {
		width: 12em;
		border-right: 1px solid #000;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		Verdana, Lucida, Geneva, Helvetica, 
		Arial, sans-serif;
		background-color: #90bade;
		color: #333;
		}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	#button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
