﻿html, body, div
{
    margin: 0;
    padding: 0;
    border: 0;
}

.floatContainer:after 
{
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
}

.floatContainer { display: inline-block; }

* html .floatContainer { height: 1%; }

.floatContainer { display: block; }

.floatLeft { float:left; }

.floatRight { float:right; }

body 
{
    font-size: 10pt; 
    font-family:Arial, Helvetica, Calibri;
    color:#333333;
    
    background-color:#333333;
}

a { color:#0198BE; text-decoration: underline; }
a:link { color:#0198BE;  text-decoration: underline; }
a:visited  { color: #0198BE;   text-decoration: underline; } 
a:hover { color: #666666; text-decoration: underline;  }
a:active  { color: #0198BE; text-decoration: underline;  }


h1, h2, h3, h4, h5, h6 
{
    font-weight:normal;
    font-size:100%;
}

h3
{
    font-size:14pt;
}

.blueText
{
    color:#244a83;
}

.purpleText
{
    color:#83189c;
}

#shadowContainer
{
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    width:900px;
    height:724px;
    padding:12px;
    background-image:url('../img/shadow.jpg');
    background-position:center center;
    background-repeat:no-repeat;
}

#mainContainer
{   
    
    width:900px;
    height:700px;
    
    background-color:#ffffff;
    background-image:url('../img/bg_tile.jpg');
    background-repeat:repeat-x;
    
}

#leftContainer
{
    float:left;
    width:308px;
}

#rightContainer
{
    float:right;
}

#tenYears
{
    width:307px;
    height:268px;
    background-image:url('../img/10yr.jpg');
    background-repeat:no-repeat;
}

#linkHeading
{
    font-weight:bold;
		text-align:center;
		margin-top:45px;
		color:#444444;
}

#linkContainers
{
    margin-top:30px;
    margin-left:60px;
}

#link1, #link2
{
    width:182px;
    height:100px;
    background-color:#888888;
    margin-bottom:20px;
}

#link1
{
    background-image:url('../img/plumBut.jpg');
    background-repeat:no-repeat;
}

#link2
{
    background-image:url('../img/mercuryBut.jpg');
    background-repeat:no-repeat;
}

.linkAnchor
{
    width:182px;
    height:100px;
    display:block;
}

#logo
{
    width:308px;
    height:57px;
    background-image:url('../img/logo.jpg');
    background-repeat:no-repeat;
    margin-top:40px;
    margin-right:40px;
    float:right;
}

#contentContainer
{
    margin-right:40px;
    margin-top:30px;
    margin-bottom:10px;
    
    width:550px;
    height:530px;
}

#footer
{
    background-image:url('../img/footer_tile.jpg');
    background-repeat:repeat-x;
    height:31px;
}

#footer a
{
    color:#ffffff; 
    text-decoration:none;  
    font-weight:bold;
}

#copyright
{
    float:left;
    color:#ffffff;
    font-size:8pt;
    line-height:31px;
    margin-left:20px;
}

#siteBy
{
    float:right;
    color:#ffffff;
    font-size:8pt;
    line-height:31px;
    margin-right:40px;
}

#siteBy a
{
    font-weight:bold;
}