a:link, a:visited { color: #3C41FC; }
a: hover, a:active { color: #3C41FC; }

#leftnav a:link, a:visited { color: #3C41FC; text-decoration: none; }
#leftnav a:hover, a:active { color: #3C41FC; text-decoration: none; }

body
{ margin: 15px 0px;
  background-color: #3C41FC;
  text-align: center;
  font-family: Trebuchet MS, Arial, Sans Serif; }
  
#container
{ width: 740px;
  background-color: white;
  border: 0px solid pink;
  padding: 5px; }
  
#leftnav
{ width: 200px;
  border-bottom: 10px solid #DFE0FF;
  background-color: white;
  float: left;
  margin: 0px 10px 10px 5px; }
  
#leftnav ul
{ font-size: 1em;
  font-weight: bold;
  color: #7A7DFC;
  margin-left: 10px;
  margin-top: 0px; }

#leftnav li
{ background: url(images/leftnavlinkbg.gif) top left no-repeat;
  padding: 7px;
  padding-bottom: 1px;
  list-style-type: none;
  display: block;  }
  
#leftnav p
{ font-size: .70em;
  margin: 7px;
  margin-right: 0px;
  padding: 0px;
  padding-right: 6px;
  text-align: justify; }
  
#content
{ width: 460px;
  border-bottom: 10px solid #DFE0FF;
  background-color: white;
  float: right;
  margin-right: 5px; }
  
table.smallerfont
{ font-size: .75em; }

table.smallerfont2
{ font-size: 100%; }

#content table
{ font-family: Arial, Helvetica, sans-serif; }
  
p
{ font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  padding: 0px 10px; }
  
#content ul, #content li
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt; }
  
h1, h2, h3, h4, h5
{ margin-top: 0px;
  color: #3C41FC;
  padding: 0px 10px; }
  
h3
{ border-bottom: 1px dotted #9395FD; }

p.pullquote
{ border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
  font-size: .80em;
  padding: 10px 10px;
  margin-left: 20px;
  width: 100%; }
  
#leftnav p.pullquote
{ border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
  font-size: .80em;
  padding: 10px 10px;
  margin-left: 20px;
  width: 90%; }

#finaltext, #finaltext a
{ text-align: center;
  color: white;
  font-family: arial;
  font-size: 10pt;
  text-decoration: none; }
  
#finaltext a:hover, #finaltext a:active
{ text-decoration: underline; }