body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #667575;
	background-color: #FFFFFF;
	width: 904px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
}


table, tr, td, th, div, span, img, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	vertical-align: top;
}
img {
	vertical-align: text-bottom;
}

a {
	color: #D22727;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #D22727;
	margin-top: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 16px;
	margin-left: 16px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
ul {
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
li {
	list-style-type: square;
	margin-left: 16px;
	margin-top: 10px;
}



/* -------------- ID's AND CLASSES -------------- */
#topDiv {

}
#logoImg {
}
#sloganImg {
	float: right;
	margin-top: 8px;
}

#topbarDiv {
	background-image: url(../topbar.png);
	background-repeat: no-repeat;
	margin-top:15px;
	height: 34px;
	width: 904px;
}
#dateDiv {
	width: 150px;
	float: right;
	vertical-align: middle;
	text-align: right;
	margin-top: 9px;
	margin-right: 10px;
}
#sloganDiv {
	width: 700px;
	float: left;
	vertical-align: middle;
	margin-top: 9px;
	margin-left: 10px;
	font-style: normal;
	color: #2A1B06;
	font-weight: bold;
}


#contentTable {
	width: 904px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
}

#mainNavTd {
	width: 150px;
	background-color: #667575;
	color: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 10px;
}


#mainNavDiv {

	font-size: 14px;
}
#mainNavDiv a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-decoration: none;
	height: 100%;
}
#mainNavDiv a:hover, #mainNavDiv #currentLink {
	color: #667575;
	background-color: #D1E2ED;
}
#emptyNavTd {
	width: 50px;
	padding-top: 10px;
	background-color: #D1E2ED;	
}
#subNavTd {
	width: 150px;
	padding-top: 10px;
	background-color: #D1E2ED;
	color: #667575;
}
#subNavDiv {
	font-size: 12px;
}
#subNavDiv a {
	display: block;
	color: #667575;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#subNavDiv a:hover, #subNavDiv #currentLink {
	color: #D22727;
	text-decoration: none;
}
#contentDiv {
	font-size: 14px;
	padding-top: 8px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}



#newsDiv {
	height: 184px;
	width: 203px;
	background-color: #D22727;
	float: left;
	margin-left: 2px;
	display: inline;
}
#newsList {
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.newsItem {
	list-style-image: url(../list-item.gif);
	list-style-type: none;
	margin-left: 16px;
	margin-top: 10px;
}
.newsItem a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.newsItem a:hover {
	text-decoration: underline;
}
#rembrandtImg {
	margin-left: 3px;
	display: inline;
	float: left;
}



#bottombarImg {
	margin-top: 4px;
}
#bottomNavDiv {
	margin-top: 10px;
	text-align: center;
}
#bottomNavDiv a {
	margin-left: 10px;
	margin-right: 10px;
	color: #667575;
	text-decoration: none;
}
#bottomNavDiv a:hover {
	margin-left: 10px;
	margin-right: 10px;
	color: #D22727;
}
#copyrightDiv {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
.floatRight {
	float: right;
}
.smallItalicSpan {
	font-size: 11px;
	font-style: italic;
	color: #FF0033;
}
#horusInfoDiv {
	background-color: #FFFFFF;
	border: 2px inset #637573;
	width: 500px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -75px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	z-index: 1;
}
#rembrandtInfoDiv {
	background-color: #FFFFFF;
	border: 2px inset #637573;
	display: inline;	
	width: 500px;
	bottom: 192px;
	margin-right: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	z-index: 1;

	clear: both;
	float: right;
	position: relative;
}
