﻿body 
{
    background-color:#132a4f;
    margin-left:auto;
    margin-right:auto;
    width:984px;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:12px;
}

h1
{
    font-size:20px;
    color:#132a4f;
    text-align:center;
}

h2
{
    font-size:18px;
    color:#132a4f;
}

h3
{
    font-size:16px;
    color:#132a4f;
}

hr
{
    width:97%;
    color:#132a4f;
    height:1px;
}

#header
{
    height:173px;
    border:0px solid blue;
    position:absolute;
}

#navigation
{
    height:65px;
    border:0px solid green;
    position:absolute;
    margin-top:173px;
}

#contentholder
{
    background-image: url('images/background-sliver.jpg');
    background-repeat: repeat-y;
    border:0px solid red;
    position:absolute;
    margin-top:238px;
    width:984px;
}

#leftnav
{
    width:240px;
    float:left;
    margin-left:25px;
    border:0px solid red;
}

#leftnav a
{
    text-decoration:none;
}

#leftnav a:hover
{
    text-decoration:none;
    background-color:#39a746;
    color:#fff;
}

#content
{
    position:relative;
    width:675px;
    border:0px solid red;
    margin-left:auto;
    margin-right:25px;
    float:right;
    padding-left:10px;
    border-left:1px solid #000;
}

#footer
{
    clear:both;
}

#footerlinks
{
    width:925px;  
    margin-left:auto;
    margin-right:auto;  
    font-size:11px;  
    text-align:center;
}

#presentedby
{
    text-align:center;
}

.office
{
     color:#1e3f57;
     text-decoration:underline;
     font-size:16px;
} 

.freecase
{
    color:#e18d07;
     text-decoration:none;
} 

.freecase.a
{
    color:Red;
     text-decoration:none;
}   


#letter
{
    border:1px solid black;
    padding:20px;
}
#letter p {
	margin-left: 0;
	font-family: "Courier New", Courier, monospace;
	margin-top: 2em;
	margin-bottom: 2em;
}
#letter div.top {
	margin-bottom: 30px;
	margin-right: -50px;
	margin-left: -40px;
	text-align: right;
}
#letter div.bottom {
	margin-top: 40px;
	margin-right: -50px;
	margin-left: -40px;
	text-align: right;
	background: url(images/page-b.gif) repeat-x;
}
#letter div.bottom img.bl {
	float: left;
}
#letter div.download {
	padding-top: 12px;
	margin-right: -50px;
	margin-left: -40px;
}