body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

h1 {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	width: 860px;
	height: 238px;
}

h1 span {
	display: none;
}

#header {
	background-image: url('images/border.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu {
	position: absolute;
	top: 205px;
	width: 760px;
	padding-left: 50px;
}

a {
	color: #004A6E;
}

a:hover {
	color: #94060A;
}

#menu a:hover {
	color: #94060A;
}

#menu a {
	color: #004A6E;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#menu span.left {
	display: block;
	width: 250px;
	float: left;
}

#menu span.right {
	display: block;
	width: 250px;
	float: right;
	text-align: right;
}

#menu a.selected {
	color: #94060A;
}

#contentHolder {
	background-color: #DDD4C7;
	border-bottom: 12px solid #004A6E;
	margin-bottom: 25px;
}

#content {
	background-image: url('images/delimiter.gif');
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color: white;
	
	margin: 0px auto;
	width: 860px;

}

#article {
	padding: 50px 50px 50px 50px;
}

h2 {
	color: #004A6E;
	font-size: 30px;
	margin-top: 0px;
}

h2 div {
	font-size: 18px;
}

h3 {
	color: #94060A;
	font-size: 24;
}

table {
	border-collapse: collapse;
}

table tr td, table tr th {
	font-size: 12px;
	background-color: #DDD4C7;
	padding: 5px;
}

table tr.odd td {
	background-color: #ece7df;
}

table tr td.name {
	font-weight: bold;
}

table tr td.occupation {
	color: #94060A;
}

table tr th {
	background-color: #94060A;
	color: white;
	text-align: left;
}

ul li {
	font-size: 12px;
}