﻿*
{
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

div#topBar 
{
    height: 27px;
    background-color: #008dc2;
}

img#stLogo,
div#content  
{
	width: 750px;  
	margin-left: auto;    
	margin-right: auto;
	margin-top: 20px;
}

div#header 
{
    height: 30px;
}

div#content 
{
 
}

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 8px; 
    height: 8px;
    padding: 0px; 
    border: 0px;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -4px  0px  0px -4px; }
.borderTR { margin:  -4px -4px  0px  0px; }
.borderBL { margin: -4px  0px  0px -4px; }
.borderBR { margin: -4px -4px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
    margin-left: -7px;
    margin-left: -4px;
}
html>body .borderTL  {
    margin-left: -4px;
}
.borderTR {
    margin-right: -7px;
    margin-right: -4px;
}
html>body .borderTR  {
    margin-right: -4px;
}
.borderBL {
    margin-left: -7px;
    margin-left: -4px;
}
html>body .borderBL {
    margin-left: -4px;
}
.borderBR {
    margin-right: -7px;
    margin-right: -4px;
}
html>body .borderBR {
    margin-right: -4px;
}
div.box 
{
    padding: 0px;
    margin: 0px;
    border: solid 4px #b7ddf0; 
}

div.boxWrapper {
    /* position this div however you want, but
     keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    margin: 10px 40px 10px 0;
    padding: 0;
    width: 335px;
    float: left;
}

div.boxContent 
{
    height: 420px;
}

div.boxContent p 
{
    color: #484848;
    margin: 0 40px 15px 40px;
    text-align: justify;
    font-family: arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
}

a.button img
{
    border: none;
    margin-right: 41px;
    margin-bottom: 10px;
    float: right;
}

div#footer 
{
    clear: both;
    color: #818181;
    text-align: center;
    width: 100%;
    bottom:0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

div#footer span
{
	margin-right: 41px;

}

body
{
	background-position: center bottom;
	background-color: #e4f4ff;
}
