* { 
	margin:0px;
	padding:0px;
}
body {
	text-align: center;
}
table {
	border-collapse: collapse;
}

.nostyle {
	display: none;
}


.float-right {
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}
.clear-both {
	clear: both;
}
.clear-right {
	clear: right;
}

.notactive {
	color: red !important;
}

.nomargin {
	margin: 0px !important;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 488px;
	background-color: #FFFFFF;
	background-image: url('core-background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	margin-left: 5px;
	margin-top: 236px;
	width: 207px;
	padding-bottom: 10px;
}

#content {
	position: absolute;
	margin-left: 222px;
	margin-top: 340px;
	width: 763px;
	font-family: arial;
	font-size: 12px;
}

#print-header {
	display: none;
}
