/* GENERAL */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

td, p, span, div, font {
	font-family:"Century Gothic", Arial;
	font-size: 11px;
}

table.container {
	width: 100%;
	height: 100%;
}

td.container {
	text-align: center;
	vertical-align: middle;
}

html>body table.content {
	margin: 0 auto;
}

table.content {
	width: 800px;
	height: 600px;
}

td.content {
	text-align: left;
	vertical-align: top;
}

div.header {
	position: relative;
	width: 100%;
	height: 94px;
	text-align: left;
	vertical-align: top;
}

div.body {
	position: relative;
	width: 100%;
	height: 520px;
}

/* GENERAL FOOTER */

div.sgfa_footer {
	position: relative;
	width: 100%;
	height: 34px;
	text-align: right;
	vertical-align: bottom;
	color: #999999; 
	font-size: 10px;
}

div.sgfa_footer a {
	font-size: 11px; color: #999999; text-decoration: none;
}
div.sgfa_footer a:hover {
	font-size: 11px; color: #999999; text-decoration: underline;
}
div.sgfa_footer_email a,
div.sgfa_footer_email a:hover {
	font-size: 10px; color: #999999; text-decoration: none;
}
div.sgfa_footer_email a:hover {
	color: #999999; text-decoration: underline;
}

/* GENERAL HEADER */

div.sgfa_logo {
	position: absolute;
	width: 158px;
	max-width: 158px;
	height: 57px;
	min-height: 57px;
	left: 18px;
	top: 29px;
	z-index: 10;
}

div.sgfa_bg {
	position: absolute;
	top: 8px;
	left: 29px;
	width: 758px;
	height: 86px;
	min-width: 758px;
	min-height: 86px;
	z-index: 0;
}

div.sgfa_topnav {
	position: absolute; left: 329px; top: 15px;
}

div.sgfa_topnav,
div.sgfa_topnav a,
div.sgfa_topnav a:hover {
	color: #ffffff; font-weight: bold; font-size: 12px; text-decoration: none;
}

div.sgfa_topnav a:hover {
	text-decoration: none;
}