a img {
  border: 0px;
}

body
{
  margin:   0px;
  padding:  0px;
  font-family: sans-serif;
  font-size: 10pt;
}

html
{
  margin:   0px;
  padding:  0px;
}

p
{
  text-indent: 1em;
}

/*       IDs      */
/* -------------- */
#container
{
  float:left;
  width:950px;
}

#content
{
  margin-top: 35px;
  margin-right: 45px;
  margin-left: 300px;
}

#content h1
{
  font-size: 1.6em;
}

#content img
{
  margin:1em;
}

#etoNotice {
  margin-top: 50px;
  float: right;
  clear:both;
}

#footer
{
  width:100%;
  float:left;
}

#grass
{
  background:          url('../images/template/grass.gif');
  background-repeat:   repeat-x;
  background-position: bottom left;
  height:              123px;
  width:               100%;
  position:            relative;
  top:                   -5px;
}

#house
{
  width: 376px;
  height: 240px;
  position: relative;
  top:      -110px;
  left:       500px;
}

#minwidth_950,
#minwidth_750
{
  display:block;
  height:1px;
  border:0;
  color: white;
  background: white;
}

#minwidth_950
{
  width:950;
}

#minwidth_750
{
  width:750;
}

.navParagraph
{
  text-indent: 0px;
  width: 150px;
  margin: 30px 20px 0px 20px;
}

#old_ie_notice
{
  display: none;
}

#page_content_left
{
  width:400px;
  float:left;
}

#page_content_middle
{
  float:left;
  width:300px;
}

#page_content_right
{
  float:left;
  width:400px;
  margin: 0 20px 0 20px;
}

#page_content_right img
{
  float:right;
  clear:right;
  margin: 50px;
}

#sidenav
{
  float: left;
  font-family:     Times New Roman, Georgia, Serif;
  font-style:       italic;
  font-size:        1.2em;
  position:           relative;
  top:                 -173px;
  width:              283px;
  z-index:            1;
  background:         url('../images/template/sidebar_bg.jpg') repeat-y;
}

#sidenav ul
{
  width:             205px;
  padding:          15px 0px 0px 10px;
  margin:           30px 0 0 0;
  list-style-type: none;
}

#sidenav li
{
  margin-bottom: 10px;
  
}

#sidenav a
{
  width:            auto;
  text-decoration:  none;
  color:            black;
}

#sidenav a:hover
{
  color: gray;
}

#sidenav_bottom
{
  width:                283px;
  height:               129px;
  background:           url('../images/template/sidebar_bottom.jpg') no-repeat;
  background-repeat:    no-repeat;
  background-position:  bottom left;
}

#sidenav_top
{
  width:      283px;
  height:     123px;
  background: url('../images/template/sidebar_top.gif') no-repeat;
  background-repeat: no-repeat;
  position:        relative;
  top:  -5px;
}

#sky
{
  background:             url('../images/template/sky.jpg') no-repeat;
  width:                      100%;
  height:                     120px;
  background-repeat:  repeat-x;
}


#topnav
{
  font-family:  sans-serif;
  font-style:   italic;
  font-weight:  bold;
  font-size:    1.0em;
  height:        30px;
  margin-bottom: 20px;
  margin-left: 283px;
  padding:      0px;
}

#topnav a
{
  text-decoration:  none;
  color:            black;
}

#topnav a:hover
{
  color: gray;
}

#topnav li
{
  display:      inline;
  padding:      0px 5px;
  border-right: 1px solid black;
}

#topnav ul
{
  margin:       0px;
  padding:      0px;
  border-left:  1px solid black;
}


