html, body {
	font-size: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a img {
	border-style: none;
	border-width: 0px;
}

div#h, div#b, div#f {
	clear: both;
	font-size: 0.83em;
	display: block;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

div#h {
	margin-bottom: 1em;
	font-weight: bold;
	height: 7em;
	background-color: #1f2d99;
	color: white;
}

div#h h1 {
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0.5em;
	font-size: 3.3em;
	margin: 0px;
	top: 0px;
	display: block;
	float: left;
}

div#h p {
	color: #e6e6e6;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 1em;
	padding-top: 1em;
	font-size: 1.6em;
	margin: 0px;
	top: 0px;
	display: block;
	float: right;
}

div#b {
	padding-bottom: 1em;
	margin-bottom: 0px;
	width: 730px;
}

div#b h2 {
	margin-top: 0px;
	margin-bottom: 1em;
}

div#b li {
	margin-bottom: 0.5em;
}

div#f {
	border-width: 1px;
	border-top-color: black;
	border-top-style: solid;
}

div#f p#copyright {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 0.5em;
	color: #666666;
	font-size: small;
	float: left;
}

div#f ul {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-right: 0.5em;
	float: right;
}

div#f ul li {
	border-left-color: #0033ff;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: "Courier New", Courier, Monaco, monospace;
	list-style-type: none;
	padding-right: 2em;
	padding-left: 2em;
	float: left;
}

div#f ul li.first {
	border-left-width: 0px;
}

div#f ul li.last, div#f ul li.last a {
	padding-right: 0px;
}

div#f ul li a {
	color: #0033ff;
	text-decoration: none;
}

div#f ul li a:hover {
	text-decoration: underline;
}

.flex {
	color: red;
	font-weight: bold;
}

.shift {
	color: #0066ff;
	font-weight: bold;
}

div#b ul.checkmarks {
	padding-top: 1em;
	list-style-type: none;
	height: 16px;
	clear: both;
}

div#b ul.checkmarks li {
	background-repeat: no-repeat;
	background-image: url(checkmark.gif);
	display: list-item;
	padding-left: 20px;
	margin-right: 8px;
	line-height: 16px;
	margin-left: 8px;
	height: 16px;
	clear: none;
	float: left;
	font-weight: bold;
	font-size: 15px;
	border-style: none;
}

div#b ul.info {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 1em;
	padding-right: 0px;
	padding-top: 0px;
	width: 50%;
	margin-top: 0px;
	float: left;
	clear: both;
	display: block;
}

div#b ul.info li {
	margin-left: 0px;
	margin-bottom: 0.25em;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	clear: left;
	float: left;
	width: 45%;
}

div#b ul.info li.r {
	clear: none;
	list-style-type: none;
}

div#b ul.info li.h {
	float: none;
	clear: both;
	font-weight: bold;
	padding-left: 0px;
}

div#login_dialog {
	margin-left: auto;
	clear: both;
	background-color: #f7f7f7;
	width: 25em;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

div#login_dialog h2 {
	color: white;
	background-color: #32439a;
	padding-left: 24px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	background-position: 4px 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(key.png);
}

div#login_dialog form {
	margin-left: auto;
	margin-right: auto;
	width: 18.25em;
}

div#login_dialog label {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	display: block;
	width: 7em;
	text-transform: uppercase;
	font-weight: bold;
}

div#login_dialog input {
	width: 10em;
	margin-bottom: 0.5em;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	height: 1.5em;
}

div#login_dialog input.submit {
	float: right;
	width: 4em;
	background-color: #e6e6e6;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

div#login_dialog p {
	margin-top: 0px;
	padding-bottom: 1em;
	margin-bottom: 0px;
	padding-top: 1em;
	clear: both;
	text-align: center;
}

