html {
	background-color: #ffffff;	
	background-image: url('page-background.jpg');
	background-repeat: repeat-x;
}
body,p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
}
p {
	margin-left: 25px;
	margin-right: 25px;
}
p.error {
	background-color: #cccccc;
	color: #990000;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #660033;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000099;
}
div {
	background-color: #ffffff;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 800px;
	border: 1px solid #cccccc;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-box-shadow: 0px 0px 15px #666666;
	-moz-box-shadow: 0px 0px 15px #666666;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-bottom: 25px;
}
#footer {
	width: 100%;
	border-top: 1px solid #cccccc;
	text-align: center;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
table {
	border-width: 0;
}
td.left {
	font-weight: bold;
	width: 120px;
	text-align: right;
}
td.right {
	text-align: left;
}