
 <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Department of Managed Health Care</title>
<!-- link href="styles.css" rel="stylesheet" type="text/css" -->
<style type="text/css">
/* For Desktop 1920 x 1080 */

body {
    background-color: #08567C;
    background-position: 0% 0%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-right: 20px;
    padding-left: 20px;
}
.whiteBackground {
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: block;
    -webkit-box-shadow: 0 0 21px 1px rgba(0,0,0,0.55);
    box-shadow: 0 0 21px 1px rgba(0,0,0,0.55);
    margin-top: 40px;
    margin-bottom: 40px;
}


header {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
	padding-bottom: 5px;
    border-bottom: medium solid rgba(0,0,0,1.00);
}
#caLogo {
    float: left;
	margin-right: 20px;
}

#dmhcLogo {
    float: left;
    width: auto;
	max-width: 100%;
	max-height: 87px;

}


.hcContact {
    font-size: 202%;
    margin-top: 0px;
	float: right;

}
.clearBoth {
    clear: both;
}


.green {
    color: rgba(33,135,58,1.00);
}
#mainBody {
    padding-top: 10px;


}
#mainBody p {
    font-family: Arial;
    line-height: 20px;
}

h1 {
    color: rgba(33,135,58,1.00);
    font-weight: 600;
    font-family: "Trebuchet MS";
    font-size: 1.4em;

}
h2 {
    font-family: Arial;
    font-size: 120%;
    color: #0061A0;
    font-weight: bold;
}
h3 {
    font-family: "Trebuchet MS";
    text-shadow: 0px 0px rgba(33,135,58,1.00);
    color: rgba(33,135,58,1.00);
    font-size: 1.1em;
}
footer {
    border-top: medium solid rgba(0,0,0,1.00);
    margin-top: 50px;
    /* [disabled]margin-bottom: 25px; */
}
.footerContact   {
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    font-size: 180%;
    text-align: center;
}

.footerNumber {
    text-align: center;
    font-size: 226%;
    font-weight: bold;
    color: rgba(33,135,58,1.00);
    margin-top: -25px;
}

/* For Tablet 768 x 1024 */

@media only screen and (max-width: 800px) {

	header {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
	#dmhcLogo {
		margin-right: 10px;
	}

}

/* For Mobile 375 x 667 */
@media only screen and (max-width: 712px) {

	header {
		text-align: center;
	}

	#caLogo {
    	margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
}

	#dmhcLogo {
    	margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;


}
}

</style>

</head>

<body>

	<div class="whiteBackground">

	<header>

    	<a id="caLogo" href="http://www.ca.gov"><img src="/header_ca.gov" width="102" height="78" alt="State of California Website"/></a>

    	<img id="dmhcLogo" src="/dmhc_logo" alt="DMHC Logo"/>	

		<div class="clearBoth"></div>

	</header>


	<section id="mainBody" aria-label="main">

		<h1>The California Department of Managed Health Care&#8217;s website is temporarily down for maintenance on May 20th from 8:00pm Friday to 8:00am Saturday.</h1>

        <p>If you are experiencing an <u><strong>urgent</strong></u> issue, please contact the DMHC Help Center at 1-888-466-2219 for assistance.</p>

		<p>For all non-urgent issues, website services including the online Independent Medical Review and Consumer Complaint form will be available again at 8:01am Saturday.</strong> 

		<p>We thank you for your patience and apologize for any inconvenience this may cause.</p>

	</section>

	<footer>

		<p class="footerContact"> </p> 
		<p class="footerNumber"> </p>

	</footer>	

	</div>
</body>
</html>

        