@CHARSET "UTF-8";


html  {
	height: 100%;	
}

 body {
   font-family: Arial ,"Trebuchet MS",sans-serif;
   font-size: 80.00%; 
   color: #444; 
   height: 95%;
 }

a {outline: 0; color: #444; text-decoration:underline;}
a:focus,
a:hover,
a:active {color:#1A2632; text-decoration:none;}

img {
	border: 0;	
}

.page_margins {
	width: 100%;
	display: table;
	height: 100%;
}

.middle {
	display: table-cell;
    vertical-align: middle;
}

.inner {
	margin-left: auto;
	margin-right: auto;	
	width: 27em;
	overflow: hidden;
	padding: 20px 30px;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

div {
	margin: 0 0 15px 0;	
}


address {
	font-style: normal;
	line-height: 1.3;
}

.left_content {
	float: left;
	width: 15em;
	margin: 0 2em 0 0;
}

.right_content {
	float: left;
	width: 10em; 
}


h1,h2,h3,h4,h5,h6 { 
   font-family:"Trebuchet MS",Calibri,sans-serif;
   color:#555;
   margin: 0 0 0.3em 0; 
 }

 h1 { font-size: 150%; margin: 0 0 10px 0; }                        /* 24px */
 h2 { font-size: 125%; }       /* 20px */
 h3 { font-size: 116.67% }                        /* 18px */
 h4 { font-size: 116.67%  }                     /* 16px */
 h5 { font-size: 116.67% }                     /* 14px */
 h6 { font-size: 116.67%; font-style:italic }  /* 14px */
