/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
background-color: white;
margin: 0;
padding: 0;
}

#shadow {
}

.shadowtop {
display: none;
}

.shadowbottom {
display: none;
}

#wrapper {
background-color: #fff;
border: none !important;
}

#masthead {
display: none;
}

#nav {
display: none;
}

#footer { 
display: none;
} 

#content {
float: none !important;
width: 100%;
}

#content p {
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 14pt;
font-family: times, sans-serif;
}

#content h1 {
margin-left: 0 !important;
padding-left: 0 !important;
font-size: 16pt;
}

#content h2 {
margin: 40px 220px 1em 0 !important;
}

#content h3 {
margin: 0 200px 0 0 !important;
}

#notes{
background-image: url(../../images/pdficon.png);
background-repeat: no-repeat;
background-position: left 50%;
font-size: .9em;
padding: 2% 0 2% 30px;
margin: 20px 0 10px 200px;
}

#notes li {
list-style-type: none;
border: none;
display: inline;
}

#notes .first {
color: #8c2206;
font-weight: bold;
}

.leftimg {
display: none;
margin: 0;
}

.rightimg {
display: none;
}



