/* CSS for the Anti-Religion Zone */

body {
   background-color: #7AA7D7;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.document {
   border: solid 1px #666;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 10px;
	min-width: 600px;
}

.masthead {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
   background-color: #CBE0EB;
   padding: 10px;
   text-align: center;
   border-bottom: solid 2px #ccc;
}

.content {
   background-color: white;
	padding: 20px;
	padding-top: 10px
}

h1 {
   color: #d00;
   font-size: 18pt;
   text-align: center;
   font-family: Times New Roman, Times, serif;
}

h2 {
   color: black;
   font-size: 15pt;
   text-align: center;
}

h3 {
   color: black;
   font-size: 13pt;
   text-align: center;
}

h4 {
   color: black;
   font-size: 11pt;
   font-weight: bold;
}

.sidelinks
{
   float: right;
   width: 220px;
   background-color: #eee;
   border: solid 1px #ccc;
   margin-top: 6px;
   margin-left: 15px;
   margin-bottom: 10px;
   padding: 6px;
}

.sidelinks h4
{
	color: #3A485F;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.sidelinks a
{
   text-decoration: none;
}

.sidelinks ul
{
   list-style-type: square;
   line-height: 135%;
   margin-top: 6px;
   margin-bottom: 6px;
}

.sidelinks li
{
   font-size: 10pt;
}

ul, ol {
   color: black;
   font-size: 9pt;
   line-height: 125%;
}

li {
   padding-bottom: 3px;
}

p {
   color: black;
   font-size: 9pt;
   line-height: 150%;
}

p.justify {
  text-align: justify;
}

p.list {
   text-align:justify;
   text-indent: -20px;
   margin-left: 20px;
}

p.sub {
   text-align:justify;
   margin-left: 20px;
}

td {
   color: black;
   font-size: 9pt;
   line-height: 150%;
  text-align: justify;
}


dl {
   color: black;
   font-size: 9pt;
}

a {
   color: blue;
}

a:link {
   color: #1E90FF;
   text-decoration: none;
}

a:visited {
   color: #FF0000;
   text-decoration: none;
}

a:hover {
   color: black;
   text-decoration: underline;
}

a:active {
   color: #f00;
   text-decoration: none;
}

