
/*== Overall Layout Parameters ====================================*/
body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;

  background-color: #ffffff;
  color: #000000;
  background-image: url("pics/crucifix-long.gif"); 
  background-position: 70px 0px; 
  background-repeat: no-repeat; 
/*  background-image: url("pics/bright-cross.gif"); */
/*  background-position: -35px -130px; */

  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
 /* font-family: arial,Verdana,sans-serif,helvetica; */

/* begin from old CSS */
P.TEXT {
  font-size: 90%;
}

P.FOOTNOTE {
  font-size: 75%;
  color: #111111;
}

P {
  font-size: 90%;
}

RAL { 
  display: inline;
  position: absolute;
  text-align: right;
}
/* end from old CSS */

h1 , h2 , h3 , h4 , h5 , h6 {
  font-family : "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva,
                Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
  font-weight : normal; 
}

h3{
  font-size: 100%;
  color:#000000;
  border-bottom:1px black solid;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 100%;
  color: #000000;
  margin-bottom: 0.2em;
}


img.onleft
{
  float: left;
  padding: 0em 1em 0.5em 0em;
  border: 0;
}

img.onright
{
  float: right;
  padding: 0em 0em 0.5em 1em;
  border: 0;
}

.center { text-align : center; }

.bio {
  display: block;
}

/* links */
a               { color: #0000FF; text-decoration: none; }
a:active        { color: #333355; text-decoration: underline; }
a:hover         { color: #333355; text-decoration: underline; }
a:visited       { color: #0000FF; text-decoration: none; }
a:visited:hover { color: #333355; text-decoration: underline; }

a.name               { color: #0000FF; text-decoration: none; }
a.name:active        { color: #333355; text-decoration: underline; }
a.name:hover         { color: #333355; text-decoration: underline; }
a.name:visited       { color: #0000FF; text-decoration: none; }
a.name:visited:hover { color: #333355; text-decoration: underline; }

/*== Banner =======================================================*/
/*-- Banner Logo --*/
.banner {
  padding: 20px;
  text-align: right;
  vertical-align: bottom;
  color: #090504;
  font-family: fantasiy, cursive, Arial;
  font-size: 250%;
  /*background-color: #010066;*/
  /*background-image: url("pics/crucifix-small-web.gif");*/
  /*background-repeat: no-repeat;
  background-position: left top;*/
}


/*== Sidebar ======================================================*/
.sidebar {
  width: 125px;
  text-align: left;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 1.5em;
}

#sidebar h3 {
  font-size: 100%;
  color: #010066;
  border-bottom: 1px solid #010066;
  margin-bottom: 0.5em;
}

#sidebar ul {
  margin-left: 10px;
  list-style: none;
  padding: 0px;
  margin-bottom: 1em;
  margin-top: 0em;
}

#sidebar li {
  font-size: 75%;
  margin-left: 0px;
  list-style: none;
  padding: 0px;
}

/* links */
#sidebar a               { color: #010066; text-decoration: none; }
#sidebar a:active        { color: #010066; text-decoration: underline; }
#sidebar a:hover         { color: #010066; text-decoration: underline; }
#sidebar a:visited       { color: #010066; text-decoration: none; }
#sidebar a:visited:hover { color: #010066; text-decoration: underline; }

/*== Logical Body =================================================*/
.body {
  text-align: left;
  vertical-align: top;

  padding-left: 2.25em;
  padding-right: 0.5em;
  
  border-right: solid 1px #aaaaaa;
  /*border-left: solid 1px #aaaaaa;*/
}


/*== Footer =======================================================*/
.footer {
  font-size: 75%;
  color: #010066;
  text-align: center;
  padding-left: 2em;
}

#footer hr {
  width: 75%;
  height: 1px;
  background-color: #010066;
  color: #010066;
}

P.QUOTE {
  font-size: 90%;
  font-family: Papyrus
}

/* links */
#footer a               { color: #010066; text-decoration: none; }
#footer a:active        { color: #010066; text-decoration: underline; }
#footer a:hover         { color: #010066; text-decoration: underline; }
#footer a:visited       { color: #010066; text-decoration: none; }
#footer a:visited:hover { color: #010066; text-decoration: underline; }
