<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>Computing at Dartmouth - Systems Unavailable</title>

<style type="text/css">
body {
    background-color: #999999;
    color: #000000;
    font-family: "Lucida Sans", "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
#wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#logoimage {
    background: #38672F url(images/logo.gif) no-repeat right;
    margin: 0;
    width: 100%;
	height: 18px;
	padding-bottom: 4px;
}
#banner {
	width: 100%;
	height: 116px;
	background: #999999 url(images/header.gif) no-repeat left;
	border-bottom: 27px solid #38672F;
}

#content {
	padding: 50px;
	margin: 20px;
	min-height: 500px;
}

/* Link formatting */

a, a:link, a:visited, a:hover
{
	color: #464D80;
	text-decoration: underline;
}
/* Main Content formatting */

h2
{
	font: 1.5em "Lucida Sans", "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #38672F;
}

p, ul, ol, blockquote
{
	font-size: 0.9em;
	margin-top: 0;
	color: black;
}

ul, ol
{
	padding-left: 1.2em;
	line-height: 1.6em;
}

ul
{
	list-style: circle;
}

ul ul
{
	font-size: 0.9em;
	padding-left: 1.2em;
	margin-top: 0;
}

#footer {
	width: 100%;
	height: 100px;
	background-color: #38672F;
}
#footer p {
	color: #CBD5C8;
	padding-left: 17px;
	padding-top: 10px;
	font-size: 0.8em;
}
</style>

</head>

<body>
<div id="wrapper">
<div id="logoimage"></div>
<div id="banner"></div>
	<div id="content">
		<h2>System Unavailable</h2>
		<p>The system you are trying to access is currently unavailable. Please try again.</p>
		<p>If you continue to experience problems:</p>
		<ul>
		<li>Check <a href="http://dartpulse.dartmouth.edu">http://dartpulse.dartmouth.edu</a> for posted outages.</li>
		<li>Contact <a href="mailto:help@dartmouth.edu">help@dartmouth.edu</a> for further assistance.</li>
		</ul>
		<p>&nbsp;</p>
	</div>
	<div id="footer"><p>Copyright &copy; 2012 Trustees of Dartmouth College</p></div>
	</div>
</body>
</html>
