@charset "utf-8";

@font-face {
    font-family: 'fixedsys_excelsior';
    src: url('fsex300-webfont.eot');
    src: url('fsex300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fsex300-webfont.woff') format('woff'),
         url('fsex300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
font-family: sans-serif;
}

.content
{
position:absolute;
left:300px;
top:50px;
}

.content_item
{
position:relative;
width:auto;
border-color: #e0e0e0;
border-width: 0px 0px 2px 0px;
border-style: solid;
padding:24px 0px 24px 0px;
max-width:800px;
margin-right:50px;
line-height:140%;
}

.content .content_item:last-of-type
{
border-width: 0px 0px 0px 0px;
}

.sidebar
{
/*position only*/
position:absolute;
left:50px;
top:50px;
width:200px;
}

.sidebar .sidebar_item
{
/*visible: this allows the gaps to be seen. */
border-color: #e0e0e0;
border-width: 0px 0px 2px 0px;
border-style: solid;
padding:9px 0px;
margin-bottom:0px;
text-align: right;
font-weight: bold;
line-height: 120%;
}

.sidebar_heading
{

line-height: 200%;
}


.sidebar .sidebar_item:last-of-type
{
border-width: 0px 0px 0px 0px;
}

.bighead {
    /*font-size: 120px;
    height: 130px;*/
    margin: 0;
    font-family: "fixedsys_excelsior", Fixedsys, monospace;
}

 
address
{
font-style:normal;
line-height:140%;
}

a{
text-decoration:none;

    font-weight: bold;
}

.header {
    font-weight: bold;
    padding-bottom: 5px;
}

img{
border:0px;
padding:0px;
}

h3{
margin:0px;
}

.date {
    font-style: italic;
    font-size: 75%;
}