﻿body
{
	/*same size as main to give exact same size on editing*/
	font-size: 76%;
}

h1, h2, h3, h4, h5, h6 {
	color:#0D1F37;
	font-family: Trebuchet MS, verdana, arial,sans Serif;
	text-align:left;
	padding:20px 0px 0px 0px;
	margin:0px;
}
h1
{
    font-size: 1.8em;
    font-weight:bold;
}
h2
{
    font-size: 1.6em;
    font-weight:normal;
    padding:0px 0px 0px 0px;
}
h3
{
    font-size: 1.4em;
    margin-bottom:3px;
    font-weight:normal;
}
h4
{
    font-size: 1.2em;
    margin-bottom:3px;
    font-weight:normal;
}
h5
{
    font-size: 1em;
    margin-bottom:3px;
    font-weight:normal;
}
.floatRightSubImage {
    float:right;
    padding:0px 0px 0px 3px;
    margin-bottom:4px;
    border:solid 1px #000;
}
.floatLeftSubImage {
    float:left;
    padding:0px 0px 0px 0px;
    top:auto;
    margin:0px 5px 1px 0px;
    top:0px;
    border:solid 1px #000;
}
.floatLeftMainImage {
    float:left;
    padding:0px 0px 0px 0px;
    top:auto;
    margin:0px 5px 1px 0px;
    top:0px;    
}
.floatRightMainImage {
    float:right;
    padding:0px 0px 0px 3px;
    margin-bottom:4px;    
}


/*.content {
width: 100%;
}
.contentLeft {
float:left;
width:606px;
background-color:#000;
}
.contentRight {
float:right;
width:183px;
background-color:#f2f2f2;
}
*/

/*Main Body CSS*/


