/* Basic Elements */

* {
    margin: 0; padding: 0;
}

body {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #000;  background: #fff;
}

h1 {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center; 
    FONT-SIZE: 150%; 
}

h2, h3, h4 {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


p {
    Margin-top: 3pt; margin-bottom: 3pt;
}

ul {
    list-style-position: inside;
}

/* divs */

#container {
}


#topbanner, #disclaim, #cnote {
    COLOR: #00F;
}

#topbanner {
    background: url(tara_logo_small.gif) left no-repeat;
    height: 80px;
}


#disclaim, #cnote {
    text-align: center;
    font-size: 60%;  
}


#blurb {
    display: none;
}
 

#sidebar {
    display: none;
}




#content {
}
 

/* classes */


.specialParagraph {
    font-style: italic;
    font-weight: bold;
}


.alert {
    font-weight: bold;
}

