body {
	background: #CC3333 url("../images/bg-body.gif") repeat-x 0 100px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
.divider {
	clear: both;
	font-size: 1%;
	height: 0;
}
div#main_navigation {
	position: absolute;
	top: 70px;
	left: 30px;
	white-space: nowrap;
}
div#main_navigation a {
	color: White;
	text-decoration: none;
}
div#main_navigation a:hover {
	text-decoration: underline;
}
div#header {
	position: absolute;
	top: 20px;
	left: 30px;
}
div#main_navigation ul, div#subnavigation ul, div#breadcrumbs ul {
	list-style: none;
	margin: 0;
}
div#main_navigation li, div#subnavigation li, div#breadcrumbs li {
	display: inline;
	margin-right: 1em;
}
div#breadcrumbs {
	margin-top: 10px;
	display: none;
}
div#subnavigation {
	margin-bottom: 1em;
	display: none;
}
div#contents {
	padding: 15px;
	/*height: 450px;*/
	background: White;
	position: absolute;
	top: 100px;
}
div#breadcrumbs {
}
li.active {
	font-weight: bold;
}
div#tooltipURL {
	display: none;
}
#ImageBoxOverlay {
	background-color: Black;
	text-align: left;
}
#ImageBoxCaption {
	background-color: #EBEBEB;
}
#ImageBoxContainer {
	width: 640px;
	height: 480px;
	background-color: #EBEBEB;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 100%;
	color: Black;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url("../images/imagebox_spacer.gif");
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url("../images/imagebox_spacer.gif");
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url("../images/imagebox_next.gif");
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url("../images/imagebox_prev.gif");
	background-repeat:	no-repeat;
	background-position: left top;
}
#ImageBoxClose {
	background-image: url("../images/imagebox_close.gif");
	background-repeat:	no-repeat;
	background-position: bottom left;
	width: 60px;
	height: 15px;
}