@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
html {
  text-align: center;
}

body  {
  background: white;
  font-family: arial;
  font-size:100%;
  line-height: 120%;
  text-align: center;
  min-width: 770px;
  margin-top: 0px;
}
#wrap {
  margin-top:0px;
  margin-right:0px;
  margin-bottom:20px;
  margin-left:0px;
 }
#container {
   background: yellow url("/images/y2o.gif") repeat-x;
   text-align:left;
   margin-left:5%;
   margin-right:5%;
   position:relative;
   margin:0 auto;
   padding:0 0 9px;
   width:770px;
   border-style: solid;
   border-width: 1px;
}
#header {
  font-family: kristen;
  padding-top: 2px;
  padding-left: 2px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#nav {
  height: 30px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#purpose {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0;
  margin-bottom: 5px;
  Text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}
#columns  {
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-left:11px;
  padding-top:10px;
  padding-right:0;
  padding-bottom:10px;
  padding-left:0;
  width:732px;
 }
/*footer*/
	#footer {
        clear: both;
        bottom: 4em;
        text-align:center;
        font-size:70%;
}
#footer ul {
	padding:2px 0 0 0;
}
#footer ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0 4px 0 0;
}
table {
  border:0;
  /*  border-style: solid;
   border-color:green;
   border-width: 1px;
   border-collapse: collapse; */
   empty-cells: show;
   padding-top:0px;
   padding-right:0px;
   padding-bottom:0px;
   padding-left:0px;
   margin-bottom:0px;
   
}
.smalltext {
	font-size:0.88em;
	line-height:1.2em;
}
p.center {
  text-align: center;
}
p.large  {
  font-size:150%;
  line-height: 120%;
  }
p.small {
  font-size:0.75em;
  line-height: 1.1em;
  }
p.tax {
  font-size:xx-small;
 }
#header img{
			border-style:solid;
			border-width: 2px;
			margin-right:10px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:0px;
			padding-top: 0px;
			}
		h1{
			vertical-align: bottom;
			border-style:none;
			font-size: 250%;
			line-height: 100%;
			text-align: left;
			padding-bottom: 10px;
			}
		h2 {
			border-style:none;
			font-size: 100%;
			line-height: 100%;
			}
		h3 {
			border-style:none;
			font-size: 100%;
			line-height: 100%;
			}
		h4 {
			border-style:none;
			font-size: 100%;
			line-height: 100%;
			}
		h5 {
			border-style:none;
			font-size: 80%;
			line-height: 100%;
			text-align: center;
			font-style: italic;
			}
		h6 {
			vertical-align: bottom;
			border-style:none;
			font-size: 60%;
			line-height: 100%;
			text-align: right;
			font-style: italic;
			}
		