* {margin: 0; padding: 0}

body {
	background: #fff;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

table { 
	font-size: 100%;	/* to avoid inheritance bug in WinIE5/5.5 */
}

img {
	border: none;
}

#page {
	width: 90%;			/* value is 580px in 'styles.css' and 90% in 'print.css' */
	text-align: left;
	margin: 0 auto;
	font-size:100%;
}

#logo {
	margin-top: 6px;
	margin-left: -16px;
}

#information h1 {
	margin-top: 12px;
	font-size: 1.5em;
}

#information h2 {
	margin-top: 18px;
	font-size: 1.1em;
	border-bottom: 1px solid #666;
}

#information h3 {
	margin-top: 18px;
	font-size: 1em;
}

#information p {
	margin-top: 12px;
	line-height: 1.4em;
}

#information p.reminder {
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
}

#information img {
	margin-top: 4px;
}

#information ul {
	margin-top: 12px; 
	line-height: 1.4em;
	list-style: square;
}

#information li {
	margin-left: 24px;
	margin-bottom: 6px;
}

#information table.definition {
	margin-top: 12px;
	width: 520px;
	vertical-align: top;
	border-collapse: collapse;
}

#information table.definition td {
	vertical-align: top;
	background-color: #e0e0e0;
	border-top: 2px solid white;
	padding: 4px 15px 4px 7px;
}

#information li.listitem p {
	margin-top: 0; 
	margin-bottom: 12px; 
}

#information li.listitem ul {
	margin-top: 0; 
	list-style: disc;
	margin-bottom: 12px; 
}

#form em {
	font-size: 0.9em;
	font-style: normal;
}

#form table {
	margin-top: 18px;
	width: 520px;
	border-collapse: collapse;
}

#form table td {
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 4px;
}

#form table input {
	padding-top: 1px;
	width: 290px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 1px;
}

#form table select {
	margin: 0;
	width: 294px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f0f0f0;
}

#form .error {
	padding-top: 3px;
	line-height: 1em;
	font-weight: bold;
	color: #aa0202;
}

#form .advice {
	line-height: 1em;
	color: #aa0202;
}

#checklist table {
	margin-top: 12px;
	width: 90%;			/* value is 580px in 'styles.css' and 90% in 'print.css' */
}

#checklist table td {
	vertical-align: top;
}

#checklist table input {
	padding-top: 2px;
	margin-left: -2px;
	width: 18px;
	font-size: 1em;
}

#navigation ul {
	margin-top: 24px; 
	list-style: none;
}

#navigation li {
	margin-right: 25px;
	display: inline;
}

#copyright {
	margin-top: 12px; 
	font-size: 0.90em;
	margin-bottom: 12px; 
}

