body
{
	margin: 0px;
}

#backgroundImage 
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}

#contents 
{
	z-index: 1;
	position: absolute;
	height: 100%;
}

/* Navigation */
.navigation
{
	background: #C0C0C0;
}

.topnavigation
{
	background: #FE9900;
	height: 20px;
}
/* End Navigation */

/* Header */
div#header
{
	margin: 0px;
	background: #ffffff;
}
/* End Header */

/* Breadcrumb */
div#breadcrumb
{
	margin: 5px;
}

.bc
{
	padding-left: 5px;
	background: #EDEDED;
}
/* End Breadcrumb */

/* Content */
div#content
{
	margin: 5px;
	vertical-align: top;
}

.content
{
	background: #ffffff;
}

.border
{
	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	border-bottom: solid white 1px;
}

td#bg
{
	background: #EDEDED;
}
/* End Content */

/* Abstract */
div#abstract
{
	margin: 5px;
}
/* End Abstract */

/* Footer */
div#footer
{
	border-top: dashed #C0C0C0 1px;
	padding: 5px;
	background: #FFFFFF;
}
/* End Footer */

