﻿/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
ul,ol { list-style: none; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em; /* 16x1 = 16px */
	color: #5C6973;
	background: #C9D0D4;
}
img {
	border: none;
}
div.clear {
	clear: both;
}
div.container {
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF;
	border: 1px solid #5c6973;
	border-top: none;
}
div.container div.header {
	position: relative;
	width: 900px;
	height: 128px;
	font-weight: bold;
	font-size: 22px;
	line-height: 128px;
	letter-spacing: 1px;
	text-align: center;
	color: #C9D0D4;
	background: #5C6973;
	border-bottom: 10px solid #E1D300;
}
div.container div.main div.content {
	width: 900px; /* 720px */
	padding: 40px 0px 40px 0px;
	font-size: 0.68em;  /* 16x0.687 = 11px */
	float: left;
}
div.container div.main div.content img.button {
	border: 1px solid #5C6973;
}
div.container div.main div.content a {
	font-weight: bold;
	text-decoration: none;
	color: #0084AC;
}
div.container div.main div.content a:hover {
	text-decoration: underline;
}
div.container div.main div.content h1 {
	margin: 0px 0px 1em 0px;
	font-weight: bold;
	font-size: 1.75em;
	color: #5C6973;
}
div.container div.footer {
	position: relative;
	height: 138px;
	background: #FFFFFF url(/Files/System/splash/images/footer.jpg) no-repeat;
	border-top: 16px solid #0084AC;
	clear: both;
}