﻿body {
	margin: 0;
	padding-bottom: 2em;
	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

.RightSection
{
    float:right; 
    border-left:solid 1px #cccccc; 
    border-bottom:solid 1px #cccccc; 
    padding-left:5px;
    padding-bottom:5px;
    text-align:center;
    font-size:10px;
    width:200px;
}

.RightSectionNews
{
    text-align:left;
}    
    

.LeftSection
{
    float:left; 
    padding-right:10px;
    
}

.MiddleSection
{
    font-size:10px;
    background-image: url(images/fpbackground.gif);
    background-attachment:fixed;
    background-position:bottom right;
    background-repeat:no-repeat;
    
    
}

.fullwidth
{
    
    
    
}

.text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt
}

#body
{
    width: 726px;
    text-align:center;
    
}

h3
{
     font-weight:normal;
     font-size:130%; 
     color:Maroon;  
}

.footer
{
    width:100%;
    height:40px;
    background-color:#555555;
    color:White;
    text-align:center;
    vertical-align:middle;
    font-size:10px;
    position:relative;
    
}

.CompanyRegInfo
{
    width:100%;
    text-align:center;
    font-size:8px;
}

.MarinerLink
{
    
    color:#cccccc;
    
}

.MarinerLink:visited
{
    color:#cccccc;
}

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 85px;
	clear:both;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #757495;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	vertical-align:middle;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	position:absolute;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #B51032;
}


/* Main Content */

#content 
{
	margin-top:5px;
	/*margin-left: 16em;*/
	margin-left:170px;
	margin-right: 2em;
    
	
	
	
	
	
	
}
h1 {
	font: 150% verdana, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	
	line-height: 1.6em; 
}

#content ul {
	
	line-height: 1.6em; 
	font-size:10pt;
}


