body {
	background-color: #ffffff;
	font-family: arial;
	font-color: black;
}

#banner {

	padding-top: 8px;
	padding-bottom: 12px;
}

#main {
	text-align: left;
	align: center;
	width: 780px;
	margin-left: 0px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	padding: 1px 1px 1px 1px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#content {
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#divider {
	-moz-border-radius: 3px 3px 3px 3px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	height: 23px;
	background-color: #cccccc;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

#global {
	width: 100%;
	text-align: center;
}

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

a:hover {
	background-color: #dddddd;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: black;
}