/*This is the core style sheet of the katw site.*/

body {
    background-color: #49718F;

    color:#ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:larger;
    width:965px;
  
}

    

h1 {
     font-size: 1.2em;
     color: #870300;
     font-style:italic;
}
h2 {

font-size: large;

}
h3{
  font-size: large;
  font-style:italic;
  font-weight:bold;
}
p {
text-align: justify; /*blocks text */
font-size: medium;
margin-left:10px;
margin-right:10px;
}

p.footer {

font-size: .75em;

text-align: center;



}
p.test {
    font-size:xx-large;
}
a:link {

color: #FFFFFF;
font-size:14px;


text-decoration:none;


}

a:visited {
font-size:14px;
color:#191970;


text-decoration: none;
}

a:hover {
    text-decoration:underline;

font-size:14px;
}

a:active {
font-size:14px;


}
v:link {

color: #000000;
font-size:14px;


text-decoration:none;


}

ol.decimal {
    list-style-type: decimal;
    text-align: justify; /*blocks text */
    font-size: medium;
   
    margin-right:10px;
}
ul.none {
    list-style-type: none;
    text-align:left;
   margin-left: 45px;
margin-right:10px;
    font-size: medium;
    }
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}




#navbar {
background-color: #8AAAC2;

padding-left:10px;

position: relative;
margin-left:0px;
line-height: 1.7em;
width:740px;
}

#main-text {

    position: absolute;
    top: 190px;
    /*background-color: #8AAAC2;*/

    left: 0;
    right: 90px;   
   margin-bottom:-40px;
   /*background-color: #ffffff; */
 
}


 #footer {
        width: 100%;
        height:40px;
        
    }
  


