﻿<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Temporarily Unavailable</title>
    <style>
        a {
            color:#4A47FF;
        }

        h3 {
            color:#8F7E7E;
            margin-bottom:40px;
            font-weight:lighter;
        }
        body {
            font-size:larger;
            text-align:center;
            margin-left:auto;
            margin-right:auto;
            font-family:Calibri Helvetica, Arial, DejaVu Sans, Liberation Sans, Freesans, sans-serif;
        }
        .style1
        {
            width: 542px;
            height: 93px;
        }
        .temp_unavailable {
            text-transform:uppercase;
            color:green;
            font-weight:bolder;
        }

        .temp_unavailable:before {
            content:'\a';
            white-space: pre;
        }
    </style>
</head>
<body>
    <br />
    <br />
   
    <h3>
        Our sites are currently under maintenance. 
    </h3>
    <p>
        Please try back later. 
    </p>
    <p>
     We apologize for any inconvenience. 
    </p>
   
    <p class="copyright">
       <img src="http://www.penton.com/wp-content/themes/penton/assets/img/logos/pentonv2.png" alt="Penton">
    </p>

</body>
</html>
