body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
}

body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select, a {
	color: #339;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

a:link, a:visited, a.hover {
	color: #933;
	font-weight: bold;
}

#banner-image {
	background-image: url(/images/flag.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 140px;
	display: block;
	margin: 0 0 0 auto;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0 10px;
}

#instructions {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
}

#content {
  text-align: center;
  background-color: #fff;
}

#brought2u {
	font-style: italic;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	font-family: Times;
	padding-left: 1em;
}

#copyright {
	font-size: 7pt;
	text-align: right;
}

#copyright a {
	font-size: 7pt;
}

#footer td {
	border-top: 1px solid #000;
}

.login-help {
	font-size: 8pt;
	font-style: italic;
}