﻿/*HTML tags*/
body
{
    margin: 0;
    padding-top: 5px;    
	background-color: #01346B; 
	font-size: 12px;
    font-family: Arial, Tahoma;
	text-align: center; /*part 1 of centering hack*/
	position: relative;
}
 
h1.companyName{
  margin:0px;
  font-size:30px;
  font-family: Bookman Old Style;
  font-weight:normal;
}

h2{
margin:0px;
 font-weight:normal;
 
}
h3.tabHeader{
margin:0px;
 font-weight:normal;
}

a.plain:link, a.plain:visited{color:blue; text-decoration:none;}
a.plain:hover, a.plain:visited:hover{color:blue; text-decoration:underline;}

a.blueLink:link, a.blueLink:visited{ color:#3F71A0; text-decoration:none;}
a.blueLink:hover, a.blueLink:visited:hover{ color:#3F71A0; text-decoration:underline;}

a.whiteLink:link, a.whiteLink:visited{ color:white; text-decoration:none;}
a.whiteLink:hover, a.whiteLink:visited:hover{ color:white; text-decoration:underline;}


/*ID tags*/
#page {
     
    width:1000px; 
	background: white;
	text-align: left; 
	margin: 0 auto; /*part 2 of centering hack*/	 
	border:1px solid #4682B4;
	color:black; 
	position: relative;
	}
	
	
#header 
{
	  height:115px;
	  background-color: #3F71A0;	
	  color:White;
	 border-bottom-color:#4682B4;
	   /*border: solid 1px orange;*/
	  border-bottom-width:2px;
	  border-bottom-style:solid;
}
#footer 
{
background-color: #3F71A0;	
margin:0px; 
border:0px; 
height:25px;
padding-top:10px;
}
 
/*CLASS tags*/
.marginTEN
{
 margin:10px;
}
	
.paddingTWENTY
{
 padding:20px;
}
.paddingSideTWENTY
{
 padding-right:20px;
  padding-left:20px;
}

.paddingTEN
{
 padding:10px;
}

.blue
{
color:#5D9ADF;
}
.green
{
color: Green;
}
.red
{
color: Red;
}
.blackText
{
color: Black;
}
.darkBlue
{
color: #01346B;
}
	
.adjustedZIndex {
    z-index: 1;
    text-align: center;
}
.smallHeading
{
    font-size: 16px;
}
.miniQuote
{
     margin-left:75px; 
     margin-right:75px; 
     text-align:left;
}

.font12
{
font-size:12px;
}
	
.font38
{
font-size:38px;
}

.font24
{
font-size:24px;
}

.block
{
 display:block;
}

.topNav
{
width:25%;
 text-align:center;
  font-size:14px;
   font-weight:bold;
}