﻿body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #cc9966;
    color: black;
    font-size: 16px;
}

h1 {
	color: black;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
    margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
    margin-top: 16px;
    margin-bottom: 16px;
}

#divHeader {
    width: 100%;
    height: 32px;
    background-color: #555555;
}
    #divHeader a div {
        background: url(../../img/dcdlogo.png) no-repeat;
        width: 52px;
        height: 32px;
        margin-left: 20px;
    }

#divContent {
    width: 100%;
}
    #divContent > div {
        padding: 20px;
    }

#divFooter {
    margin-top: 20px;
}

#divMenu, #divFooter {
    background-color: #FFCC99;
    padding: 5px;
}

#divMenuRight {
    float: right;
}
    #divMenuRight a, #divMenuRight span {
        padding-left: 4px;
        padding-right: 4px;
    }

a {
	color: maroon;
	font-size: 1em;
	text-decoration: none;
}
    a:hover {
	    color: olive;
	    font-size: 1em;
	    text-decoration: underline;
    }

figure {
    margin: 0;
} 
    figure figure {
        display: inline-block;
        padding: 10px;
    }
figcaption {
    font-size: 0.75em;
	color: white;
}