body {
  background-color: #333399;
  color: #000000;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: small;
  margin: 0px;
}

h1, h2, h3 {
  font-style: bold;
  color: #333399;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

em {
  font-style: italic;
}

strong {
  font-style: bold;
}

.address {
  font-size: medium;
  line-height: 1.9em;
}
  
#container {
  width: 800px;
  padding-bottom: 5px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
}

#main {
  margin: 0px 200px 10px 200px;
}

#main_b {
  margin: 0px 10px 10px 200px;
}

#sidebarleft {
  width: 190px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
}

.leftnavbutton {
  background-image: url(buttons/leftnavbutton.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px;
  margin: 0px;
}

#calltoaction {
  margin: 0px 0px 0px 10px;
}

#sidebarright {
  font-size: 90%;
  width: 190px;
  margin: 0px 0px 0px 0px;
  float: right;
  text-align: center;
}

#freereport {
  line-height: 1.5em;
  color: #000000;
  background-color: #FFCC66;
  padding: 5px;
}

#beliefs {
	background-color: #CCCCFF;
	padding: 5px;
}

#licensed {
  background-color: #6666cc;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  margin: 0px;
  font-size: 120%;
  font-weight: bold;
  clear: both;
}

#footer {
  background-color: #ffffff;
  color:            #000000;
  text-align:       center;
  margin:           10px;
  font-size:        80%;
}

#article_footer {
  background-color: #ffffff;
  color:            #000000;
  text-align:       left;
  font-size:        80%;
}

#article_date {
   font-size: 80%;
   font-style: italic;
}
	
.title {
   font-sytle: bold;
   font-size: 125%;
   }

a:link {
  color: #006666;
}

a:visited {
  color:            #666666;
}

.leftnavbutton a:link {
  text-decoration: none;
  border-bottom: none;
  color: #ffffff;
}

.leftnavbutton a:visited {
  text-decoration: none;
  border-bottom: none;
  color: #cccccc;
}

.leftnavbutton a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #cccccc;
}

#freereport a:link {
  text-decoration: none;
  color: #333366;
  border-bottom: thin solid;
}

.callout {
	text-align: center;
}
