 body {
	background-attachment : fixed;
	background-image: none;
	background-position: center;
             background-repeat: no-repeat;
	position: relative;
	left: 50%;
	margin-top: 20px;
	margin-left: -410px;
        
}

#header { }

#navigation { }

#content { }

#footer {
	font-size: smaller;
	font-style: italic;
	border-top-style: solid;
	border-top-width: 1px;
}

#footer img {
        float: left;
}

div {
	padding: 0px;
	width: 760px;
	padding-top: 1em;
	padding-bottom: 1em;
}

table {
          border: 0em;
          padding: 1em;
          width: 550px;
          margin-left: 50px;
}

p {
          margin-left: 3em;
          margin-right: 3em;
          margin-top: 0em;
          margin-bottom:1em;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: center;
}

.half {
   float: left;
   width: 220px;
}

.note {
   font-size: smaller;
   font-style: italic;
}

ol {
   padding: 1em;
   margin-left: 5em;
   margin-right: 3em;
}


ul {
   padding: 1em;
   margin-left: 4em;
   margin-right: 3em;
}


li {
   border: none;
}

img {
       padding: 1em;
       border: 0em;}

em { font-weight: bold; }

a:hover { } 
