﻿body
{
    color: black;
    background: white;
}

p
{
    font-family: garamond, bodoni, "times new roman" , serif;
    font-size: 12pt;
    margin-left: 10px;
    margin-right: 10px;
}


a:link, a:visited
{
    background: white;
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

h1, h2, h3
{
    background: white;
    color: black;
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

#masthead {
	display: none;
}

#masthead h1
{
    font-size: 1em;
    font-family: Georgia;
    margin-left: 0.75em;
    color: black;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.7em;
}

#masthead h2 
{
    font-size:.75em;
	font-family:Georgia;
	margin-left:1.5em;
	color:black;
}
#container
{
    margin: 0px auto;
    text-align: left;
    width: 550px;
    display: inline;
}

#content
{
    clear: both;
    width: 550px;
    display: inline;
}

#secondaryContent
{
	display: none;
}

#nav
{
	display: none;
}
#breadCrumbs
{
	display: none;
}
#left
{
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
}

#left ul
{
    list-style: square;
    margin: 0px;
    padding: 4px;
    text-align: left;
}

#left ul li
{
    list-style: circle;
    margin: 0px;
    padding: 4px;
    text-align: left;
}
#banner
{
    display: none;
}
#right
{
    display: none;
}
#right-print
{
    width: 550px;
    height: 80px;
    display: inline;
}

noprint
{
    display: none;
}

#headlines
{
    display: none;
}
#headlines-print
{
    float: none;
    height: 80px;
    padding: 10px;
    width: 550px;
}
#nav
{
    display: none;
}
#footer
{
    display: none;
}
.print
{
    display: inline;
}
.flt-lft
{
    float: left;
    margin-top: 25px;
    margin-right: 8px;
    width: 100px;
    height: 109px;
    margin-bottom: 32px;
}

.flt-rgt
{
    float: right;
}

.flt-ctr
{
    float: left;
    margin-top: 25px;
    margin-right: 8px;
    width: 100px;
    height: 109px;
    margin-bottom: 32px;
}

table
{
    margin-left: auto;
    margin-right: auto;
}
td
{
    vertical-align: top;
}
* html #right p
{
    margin-top: -5px;
    background-image: url('../images/content-bg.gif');
    background-repeat: repeat;
}
