p, ol
{
    font-family: "Verdana", sans-serif, "Century Gothic";
    font-size: 12px;
    color: #000000;
}

p.title
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}

p.small
{
    margin-top: 0px;
    font-size: 10px;
    font-weight: 600;
}

p.datestring
{
    margin-top: 0px;
    font-size: 10px;
    font-weight: 600;
}

p.caption
{
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-right: 30px;
}

.department-title
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    font-size: 18px;
    font-weight: bold;
    background-color: #efefef;
}

img.scalable
{
    max-width: 98%;
}

body
{
    background-color: #ccccd0;
}

a:link    {color: #484890;}
a:visited {color: #4848C0;}
a:active  {color: #904848;}
a:hover   {color: #C04848;}

.container {
    margin: auto;
    overflow: hidden;
    width: 85%;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #ffffff;
    max-width: 1200px;
}

.left {
    float: left;
    width: 23%;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.main {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #f8f8f8;

    float: right;
    width: 73%;
    min-height: 600px;
    padding-top: 0px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-right: 10px;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.header {
    width: 100%;
    height: 150px;
    display: block;
}

.headersmall {
    width: 100%;
    height: 0px;
    display: none;
}

p.department-small {
    display: none;
}

    .header {
        width: 100%;
        height: 0px;
        display: none;
    }

    .headersmall {
        width: 100%;
        height: 60px;
        display: block;
    }
    .left, .main {
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
        padding-right: 0px;
    }
    .left {
        text-align: center;
    }
    div.department {
        display: inline-block;
        white-space: nowrap;
    }
    .department-title {
        display: none;
    }
    .container {
	width:100%;
	border-style: none;
	background-color: #ffffff;
        overflow: inherit;
    }
    body
    {
	background-color: #ffffff;
    }
    p.department-small {
	display: inline;
        white-space: nowrap;
    }
}
