﻿/* ************************************************************* */
/* General CSS */
body {
    background-image :  url('../Images/bkgd_gradient.jpg');
    background-repeat:  repeat;
    font-family:        Verdana, Sans-Serif; 
    font-size:          9pt;
    margin:             0px;
    text-align:         justify;
}

H1, H2 {
    font-family: Century Gothic, Trebuchet MS, Sans-Serif;
    font-weight: bold;    
}

H1 {
    font-size: 18pt;
}

H2 {
    font-size: 15pt;
}

ol li {
    margin-bottom:  1em;
}

ol ul li {
    margin-bottom:  .5em;
}

img {
    border-style:none;
}

/* ************************************************************* */
/* For Master Files */
#MainTable {
    border: 0px;
    background-color: white;
    width: 900px; /* originally 885px */
    padding: 0px;
}

.handup_handout {
    margin-bottom: 10px;
}

.Top1 {
    background-image: url('../Images/top_bkgd_tile.jpg');
} 

.pics {
    z-index: 1;
    height:  183px;
    width:   900px;  
    padding: 0;  
    margin:  0;  
}