﻿body
{
    border-left:1px solid black;
    border-right:1px solid black;
}
p
{
				padding-bottom:5px;
}
.header img
{
    float:left;
}
.header .pagetitle
{   position:relative;
    float:inherit;
    height:inherit;
    padding-top:33px;
    margin-left:130px;
    text-align:center;
}
.header .phone
{
	color:#003366;
    font-size: 24pt;
/*    font-weight:bold;*/

}
.header .email
{
	    font-size: 12pt;
	    font-family:Arial, Helvetica, sans-serif;
	    color: black;
}

.header .redbar
{
    width:inherit;
    clear:both;
    padding-top:4px;
    background-color:#003366;
}
.header .banner-image
{
    padding-top:30px;
    margin-left:30px;

}

.menu
{
    background-color:#e1e6eb;
    border-right:1px solid black;
   
}
.menu a 
{   
    color: #003366;
    font-weight: bolder;
    font-family: "Arial", "Verdana", "Helvetica";
    font-size: 14px;
    line-height : 12px;
    text-decoration : none;
}
.menu a:hover
{   
    color : #32373c;	    
}
.content
{
    padding-left:15px;
}
.footer
{
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    background-color:#003366;
    background-position:top;
    background-repeat:repeat-x;
    color:#ffffff;
    font-weight: bolder;
    font-family: "Arial", "Verdana", "Helvetica";
    font-size: 14px;
    line-height : 12px;
    
   
}

.footer a
{
		    color:#ffffff;
	
}

}

h2 {
    color: #800000;
}
