#global_container {
	width: 768px;
	margin: 10px auto;
}

#header_container {
	width: 768px;
	position: relative;
	float: left;
}

	#logo {
	}
	
	#user_status {
	}
	
	#primary_nav {
	}

#main_container {
	width: 850px;
	position: relative;
	float: left;
}

	#system_message {
	}
	
	#page_body {
	}

#footer_container {
	width: 768px;
	position: relative;
	float: left;
}
	#footer {
	}
	
a.table_header:link, a.table_header:visited {
	font-size: 10pt;
	color: red;
}

a.table_header:hover {
}

tr.data_row {
	height: 50px;
}


