body {
font-family: 'Harvey';
font-size: 14px;
color: #222222;

width:300px;height:100px;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#000000, endColorstr=#052afc);
/*  background-color: #9C38C1; */
  background-image: url("../pics/paper44.gif");
  background-repeat: repeat;
  background-attachment: fixed;
/*
background-image:-moz-linear-gradient(right bottom, #000000 0%, #052afc 100%);
background-image:-webkit-linear-gradient(right bottom, #000000 0%, #052afc 100%);
background-image:-ms-linear-gradient(right bottom, #000000 0%, #052afc 100%);
background-image:linear-gradient(right bottom, #000000 0%, #052afc 100%);
background-image:-o-linear-gradient(right bottom, #000000 0%, #052afc 100%);
background-image:-webkit-gradient(linear, right bottom, left top, color-stop(0%,#000000), color-stop(100%,#052afc));
*/
}

div.wrapper {
position:absolute;
top:8px;
background-color: #f5f8ff;
margin-left:32px;
margin-bottom:32px;
width:800px;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
/*
The horizontal offset of the shadow.
The vertical offset of the shadow.
The blur radius of the shadow.
The color of the shadow.
box-shadow: h-shadow v-shadow blur spread color inset;
*/
-moz-box-shadow: 4px 4px 8px #000000;
-webkit-box-shadow: 4px 4px 8px #000000;
box-shadow: 4px 4px 8px #000000;
}

div.navwrap {
z-index:16;
position: absolute;
top: -12px;
left: 16px ;
text-align: center;
margin:0 0 0 0;
}

fieldset {
margin-left:8px;
padding-left:8px;
padding-right:4px;
border: 1px ridge #000000;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
/*
The horizontal offset of the shadow.
The vertical offset of the shadow.
The blur radius of the shadow.
The color of the shadow.

box-shadow: h-shadow v-shadow blur spread color inset;
*/
-moz-box-shadow: 2px 2px 8px #7582ff;
-webkit-box-shadow: 2px 2px 8px #7582ff;
box-shadow: 2px 2px 8px #7582ff;
}

iframe {
-moz-box-shadow: 2px 2px 8px #7582ff;
-webkit-box-shadow: 2px 2px 8px #7582ff;
box-shadow: 2px 2px 8px #7582ff;
border: 1px ridge #000000;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

legend {
background-color: #ADBCED;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 18px;
text-align:left;
border: 1px ridge #000000;
margin-left:-16px;
color:#000000;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-moz-box-shadow: 2px 2px 8px #7582ff;
-webkit-box-shadow: 2px 2px 8px #7582ff;
box-shadow: 2px 2px 8px #7582ff;
}

table.content {
margin-top: 16px;
}




td {
}

p.para {
font-size: 14px;
/*    text-indent: 32px; */
color: #00008C;
margin-left: 16px;
margin-right: 16px;
}

p.byline {
font-size: 16px;
/*    text-indent: 32px; */
color: navy;
margin-left: 16px;
margin-right: 16px;
}

p.title {
font-size: 18px;
/*    text-indent: 32px; */
color: #00008C;
margin-left: 16px;
margin-right: 16px;
}

img.patreonimg {
    margin-left:16px;
}

img.CrossTithes {
    margin-left:16px;
}

li.normal {
list-style-position: outside;
margin-left:-16px;
}

td.footer {
color:#cccccc;
}

img.logopic {
position:fixed;
top:76px;
left:128px;
width:96px;
float:left;
}

a.footer {
color:red;
}

a.link {
width:80px;
max-width:80px;
text-decoration: none;
}

p.heading {
color:red;
font-weight: bold;
text-align:center;
}
p.para {
color:#222222;
text-indent: 2em;
}
p.scripture {
color:red;
font-style: italic;
margin-left:96px;
margin-right:96px;
}

A:visited  {color: black; text-decoration: underline; font-family: Tahoma; font-size: 14;}
A:link  {color: black; text-decoration: underline; font-family: Tahoma; font-size: 14;}
A:active  {color: #C0FFC0; text-decoration: underline; font-family: Tahoma; font-size: 14;}
A:hover   {cursor: pointer; color: white; background-color: #000bb8; text-decoration: none; font-family: Tahoma; font-size: 14; border-style:solid; border-color : #000000; border-width : 1px;}

