/*
FILE: "mylayout.css"
AUTHOR: Benjamin Groeschen
LAST UPDATE: November 20, 2006
*/

/*
HTML Colors:
Navy:#000080
Black:#000000
White:#FFFFFF
Blue:#0000FF
Gold:#FFD700
*/

/* back layer, main outline */
  body {
    background:#000080;
    margin-left:7px;
    margin-right:7px;
    margin-top:7px;
    margin-bottom:0px;
    padding:0px;
   /* scrollbar-arrow-color: #0000FF; */
   /* scrollbar-base-color: #FFFFFF; */
   }

/* right column */
  #level0 {
    background:#000080;}

/* right divider */
  #level1 {
    margin-right:5%;
    padding-right:0px;}

/* left column */
  #level2 {
    background:#FFD700;
    border-left:1px solid #000000;}

/* left divider */
  #level3 {
    margin-left:150px;
    padding-left:0px;}

/* main content */
  #main {	
    background:#FFFFFF;
    background-image:url('../Images/KYoutline.gif');
    border-left:1px dashed #000000;
    padding-left:5%;
    padding-right:5%;
    padding-top:5px;
    padding-bottom:60px;
}

/* header section */
  #topBar{
    background:#FFFFFF;
    background-image:url('../Images/SmoothDesign07-08.jpg');
    background-repeat: no-repeat;
    border:1px solid #000000;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px; 
    padding-bottom:210px;}

/* footer section */
  #bottomBar{	
    background:#000080;
    padding:10px;}

/* font headings */
  h1,h2,h3,h4,h5,h6{
    background:#000080;
    color:#FFFFFF;}

/* menu positioner */
  #lftBar {
    position:absolute;
    width:150px;
    top:235px;
    left:18px;}

/* Icon setting for links page */
img.icon { float:left; height:75px; width:75px;}

/* Basic link colors */
a{color:#000080;}
a:link, a:visited {color:#0000FF;}

/* Text indent for paragraphs */
p {text-indent: 1cm; text-align:justify}

/* Table for Mass Readings */
div.readings {
 background:#FFFFFF;
 border:2px solid #000000;
 padding:3px;
 font-weight:bold;
 text-align:center;
}