﻿html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body  
{
    margin:0; 
    padding: 0; 
    height:100%; 
    background-color:#F2F2F2;
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #F2F2F2;
    margin-top: 0px;
}

.outer 
{
    margin: 0 auto;
    width: 834px;
}

.blue {
	color: #003366
}
.orange {
	color: #FF6600;
}

.centerInSection
{
    width:100%;
    text-align:center;  
}

.inner 
{
    position:absolute;
    width: 834px;
    min-height: 790px;
    height:100%;  
    overflow: visible;
    background-color:white;
}

.menu
{
    position:absolute;
    top:62px;
    left: 0px;
}
.topContentBanner
{
    position: relative;
    top:65px;
    left:0px;   
}

.leftContent
{
    position: absolute;
    top:265px;
    left:10px;   
}

.centerContent
{
    position: absolute;
    top:260px;
    left:215px;
    width:430px;   
    border-left: 1px solid black;
    padding-left: 10px;
}

.centerContentNoRight
{
    position: absolute;
    top:260px;
    left:215px;
    width:600px;   
    border-left: 1px solid black;
    padding-left: 10px;
}

.rightContent
{
    position: absolute;
    top:300px;
    left:655px;   
    
}

.logo
{
    position:relative;
    top:10px;
    left:2px;   
}

.breadCrumbs
{
    position: absolute;
    top: 102px;
	left: 0px;
    font-family: arial;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	text-indent: 6px;   
}
         
.ipm
{
    position:absolute;
    right: 0px;
    top:0px;
	font-family: arial;
	letter-spacing: 4px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
    width:277px; 
    padding:5px;
    height:29px; 
    background-color:#FF9900;
    vertical-align:middle;
}

.footer
{
    position: absolute;
    bottom: 6px;
    right: 7px;
    padding-right: 8px;
    width:100%;   
    font-family: arial;
	font-size: 9px;
}

.linebox {
	width: 735px;
	position: absolute;
	right: 60px;
	top:6px;
	line-height: 1px;
	background-color:#FF9900;
	vertical-align:middle;
}

.pageContent
{
    position:absolute;
    top: 120px;    
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #003366;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	line-height: 30px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #003366;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	line-height: 20px;
}

.paragraphLeft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align:left;
	font-weight: normal;
}

.paragraphJustified
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align:justify;
}

.ColumnCalloutLeft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    position:relative;
    top:25px;
    left:18px;
    border-color:#F2F2F2;  
}

.ColumnCalloutRight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    position:relative;
    width:350px;
    top:-90px;
    left:230px;
    border-color:#F2F2F2;  
}

.style1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight:bold;

}
.style2
{
    font-weight: normal;
}
.style3
{
    font-family: Arial, Helvetica, sans-serif;
}
.style4
{
    font-size: small;
}
.style5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight:normal;
}