<style type="text/css">
<!--
body {
    background-image: url();
    background-repeat: repeat-y;
}
img {
     border: 0;
}

/* style3 was being used on the homepage for the columns.  I renamed it to columnTitle.  Can delete once I know style3 is nowhere else*/
.style3 {color: #FFFFFF; font-weight: bold; }
.columnTitle {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF; 
    font-weight: bold;
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333399;
    text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333399;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333399;
    text-decoration: none;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333399;
    text-decoration: none;
}
a.boldlink:hover{
 font-weight:bolder;
 font-size: 13px;
}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: small; }
.style14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#navigation ul {
 list-style:none;
 margin:0px;
 padding:0px;
}
/* top-level navigation section */
#navigation ul li {
 margin:5px;
 margin-top:7px;
 padding:0px;
 }
#navigation ul li ul {
 border:0px;
 padding:0px;
 margin:0px;
}
#navigation ul li ul li {
 border:0px;
 margin:0px;
 padding:0px;
 padding-left:5px;
 font-weight:normal;
}

#nav ul {
 list-style:none;
 margin:0px;
 padding:0px;
}
/* top-level navigation section */
#nav ul li {
 list-style:none;
 margin:0px;
 margin-top:10px;
 padding:0px;
 }
#nav ul li ul {
 list-style:none;
 border:0px;
 padding:0px;
 margin:0px;
}
#nav ul li ul li {
 list-style:none;
 border:0px;
 margin:0px;
 padding:0px;
 padding-left:30px;
 font-weight:normal;
}



div.docImage {float: left; width: 175px; margin: 3px 15px;}
div.top {text-align: center; margin: 0px 0px;}
#top img {
     border:5px;}

div.bottom {text-align: center; margin: 0px 0px;}
div.bottom img {
     border: 2;}


div.tableTop {float: right; z-index: 7; width: 195px; top: 200px; margin: 5px 5px;}
div.admTable {float: right; width: 195px; margin: 5px 5px;}

TD#td1 {
    background-image: url(/images/top.gif);
    background-repeat: no-repeat;
}
TD#td2 {
    background-image: url(/images/Slices_02.gif);
    background-repeat: repeat-y;
}

TD#td3 {
    background-image: url(/images/bottom.gif);
    background-repeat: no-repeat;
}

ul#programs {margin: 15px;}

.mC {margin:5px; float:left;}
.mH {color:#333399; cursor:pointer;  font-weight:bold;}
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}
                    


-->
</style>