html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin: 0 0 1px 0;
	}

body {
	font-size: 10pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background:#ffffff;
	}

a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

table {
	font-size: 9pt;
	font-weight: bold;
	}
	
input {
	margin-top: 0px;
	margin-bottom: 5px;
	width: 340px;
	}
	
input.button {
	width: 150px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	}

#block {
	width: 500px;
	background: #ffffff;
	position: absolute;
	left: 60px;
	top: 60px;
	}
	
#form {
	width: 500px;
	background: #eeeeee;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 270px;
	}
	
#form-error {
	width: 500px;
	background: #eeeeee;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 270px;
	}

#masthead {
	font-size: 6pt;
	color: #666666;
	height: 150px;
	background:#ffffff;
	}
	
#masthead p {
	visibility: hidden;
	}


ul.nav {
	font-size: 10pt;
	list-style: none;
	width: 240px;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
.nav li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	color: #e40327;
	text-decoration: none;
	font-weight: bold;
	}

.nav li a	{
	margin: 0px 1px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	} 

.nav li a:hover	{
	color:#000000;
	text-decoration: none;
	}
	
#brandspace {
	width: 250px;
	background: #666666;
	position: relative;
	}


#boilerplate-login {
	font-size: 9pt;
	line-height: 12pt;
	color: #999999;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 410px;
	}

#boilerplate-register {
	font-size: 9pt;
	line-height: 12pt;
	color: #999999;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 640px;
	}





/* COMMENTED AWAY WITH THE FAIRIES...
	
	margin-left: 5px;
	margin-right: 5px;

*/