/* GLOBAL */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-y;
	background-color: white;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	color: black;
}
h1 {
	font-size: 14pt;
	color: #000099;
}
h2 {
	font-size: 12pt;
	color: #000099;
}
p.statement {
	display: block;
	width: 130px;
	margin-top: 20px;
	padding: 8px;
	border-top: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	background-color: #e0e0ff;
	font-size: 8pt;
	color: black;
	text-align: right;
}
p.statement b {
	font-size: 9pt;
	color: #333399;
}

/* IDENTIFIERS */

/* header */

#header {
	height: 130px;
	background-image: url('images/logo_bg.jpg');
	background-repeat: repeat-x;
}

/* navigation */

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	margin-top: 4px;
}
#nav ul li a {
	display: block;
	width: 150px;
	padding: 2px 4px 2px 0px;
	border-top: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	background-color: #f9D33e;
	font-size: 11pt;
	font-weight: bold;
	color: #000033;
	text-align: right;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #ccccff;
}

/* content */

#content {
	position: absolute;
	top: 135px;
	left: 200px;
	padding: 0px 20px 20px 0px;
}