@charset "UTF-8";
html{ overflow-y: scroll; }
body  {
	font: normal 13pt "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	margin: 36px 0px 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.layout #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-left: 45px;
	padding-right: 45px;
	height: 800px;
	line-height: 1.8em;
	font-size: 94%;
}
.layout #header {
	padding: 0px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 40px;
	margin-top: 0px;
	width: 650px;
} 
.layout #header h1 {
	font-size: 150%;
	padding: 0;
	font-weight: normal;
	margin: 0px;
}
.layout #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 2.5em;
	clear: none;
	text-align: left;
	height: 360px;
	vertical-align: top;
	margin: 0px;
} 
.layout #footer {
	padding: 30px 10px 20px 0px;
	clear: both;
	font-weight: lighter;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: left;
	font-size: 9pt;
	line-height: 1em;
	width: 650px;
}
.layout #footer p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.menu
{
	width: 170px;
	float: left;
	position: relative;
	margin: 0px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 360px;
}

.menu ul
{
	list-style-type: none;
	text-align: left;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}

.menu li
{
	display: block;
	width: 100%;
	padding-bottom: 22px;
	font-weight: normal;
	line-height: 1em;
	font-size: 10pt;
}

.menu ul li a:hover
{
	color: #F00;
	text-decoration: none;
}
		
/* link styles */
a:link {
	color: #033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
.instruction {
	color: #F00;
}

