
html,body{margin:0;padding:0; -webkit-text-size-adjust: none; }

body{font: arial,sans-serif;text-align:left;background:#2B3C84}

p{	margin:0px;
	margin-top: 6px;
}

a:link {
    text-decoration: none;
}

a[href^=tel]{
	color: inherit;
	text-decoration: none;
}

a{display:block;color: #981793;padding:0px}

h1{font-family: arial,sans-serif; color: #2B3C84; font-size: 68px; margin: 0px; line-height: 1; padding-top: 10px; padding-left: 25px; text-shadow: 1px 1px 3px #999;}

h2{font-family: arial,sans-serif; color: #2B3C84; font-size: 48px; margin: 0px; line-height: 1.2; padding-left: 25px; text-shadow: 1px 1px 3px #999;}

h3{font-family: arial,sans-serif; color: #333; font-size: 28px; margin: 0px; line-height: 1.2; padding-left: 25px; }

h4{font-family: arial,sans-serif; color: #333; font-size: 22px; margin: 0px; padding-top: 5px; padding-left: 25px; }
  
#header{
	height:180px;
	background: white;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px black;
	background-image: url("Logo.jpg");
	background-repeat: no-repeat;
	background-position: right+20px top+3px;
}
 

#container{
	display: table; position: absolute; height: 100%; width: 100%;
}
#positionizer{
	display: table-cell; vertical-align: middle;
}
#content{
	margin-left: auto; 
	margin-right: auto;
    width: 800px;
    height: 545px;
    margin: auto;
	}

#left{
	width:490px;
	height: 320px;
	float:left;
	background:white;
	box-shadow: 2px 2px 2px black;}
	
#left p{
	margin-top: 7px;
}

#right{
	width:290px;
	height: 320px;
	float:right;
	background:white;
	box-shadow: 2px 2px 2px black;}

#footer p{margin:0; color: #3e56bc; font-family: arial, sans-serif; font-size: 12px;}

#footer{
	clear:both;
	width:100%;
	text-align: right;
	padding-top: 10px;
	display: none;
}