﻿body 
{
    font-size: 0.9em;
}




#header
{
    background-color: #003366;
    overflow: hidden;
    font-family: "Trebuchet MS";
    height: 78px;
    background-image: url(http://www.co.davidson.nc.us/images/HeaderSeal.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.subheader 
{
    color: White;
    font-size: large;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 25px;
}

#sidebar 
{    
    width: 195px; 
    position:absolute;
    top: 100px;
    left: 0px; 
    color: #003366; 

 }
    
    
#sidebar ul li
{
    list-style-type: square;
}

#sidebar a
{
    color:#003366;
    text-decoration: none;
    font-size: 0.9em;
}

#sidebar a:hover
{
    text-decoration:underline;    
}

#topics
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #800000;
    font-size: 0.9em;
}

.b 
{
    font-weight: bold;
}

.subheading {font-weight:bold; color: #800000; padding-top: 20px;}
.subheader {margin: 5px 5px 5px 200px;}
.panel {margin: 5px 5px 5px 250px; display:none}
.wholepanel{margin: 5px 5px 5px 5px;}
.highlight {color:green; font-weight:bold;}
.note {color: Maroon; font-style:italic} 

.instructions 
{
    padding-top: 7px;
    padding-bottom: 7px;
}

.instructions img {
	height: 32px;
}
.right {
	text-align:center;
}