body, html {
	margin:0;
	padding:0;
	/* background-image:url('/portal//resources/images/background.gif');
	background-repeat:repeat; */
	background-color:#9DB5C9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin-bottom:10px;
}

body {
	min-width:900px;
}

#wrap {
	background-color:#ffffff;
	/* margin:0 auto; */
	width:900px;
	/*background-image:url('/portal/../images/gray.gif'); */
	background-repeat:repeat;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#000000;
	}

#header {
	background-image:url('/portal//resources/images/ufi_top.png');
	height:125px;
	width:900px;
}

#side {
	float:left;
	width:198px;
	background-image:url('/portal/../images/side.png');
	background-repeat:no-repeat;
	background-color:#93A9CD;
	height:auto;
	letter-spacing:.75px;
	padding-bottom:100px;
	}

.sideborder td {
	border-right:solid;
	border-right-width:1px;
	border-right-color:#000000;
	}

#content {
	background:#FFFFFF;
	float:right;
	width:700px;
}

#footer {
	background:#274779;
	clear:both;
	height:40px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:1px;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	width:900px;
	}

#footer p {
	padding:5px;
	margin-top:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}

.title_bar {
	background-image:url('/portal//resources/images/title_bar.png');
	width:630px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	padding-left:15px;
	padding-top:12px;
	padding-bottom:13px;
	margin:17px 20px;
	letter-spacing:2.5px;
}

/* Start of dynamically inserted /resources/styles/public_navigation.css */
a.nav {
	display: block;
	margin: 1em 0em;
}
a.nav:link {
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height:30pt;
}
a.nav:visited {
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	line-height:30pt;
}
a.nav:hover {
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	line-height:30pt;
}
a.nav:active {
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	line-height:30pt;
}

.about_nav {
	font-size: 10.5pt;
	width:630px;
	text-align:center;
	font-weight:bold;
	color:#666666;
}
/* End of dynamically inserted /resources/styles/public_navigation.css */

a.about:link {
	text-decoration: underline;
	color:#666666;
}
a.about:visited {
	text-decoration: underline;
	color:#666666;
}
a.about:hover {
	color:#666666;
	text-decoration:none;
}
a.about:active {
	text-decoration: underline;
	color:#666666;
}

a:link {
	text-decoration: underline;
	color:#003366;
}
a:visited {
	text-decoration: underline;
	color:#003366;
}
a:hover {
	color:#669999;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color:#669999;
}

.home {
	padding-left:25px;
	padding-top:20px;
	padding-right:20px;
	font-size:10pt;
	overflow:visible;
	}

#print-link {
	text-align: right;
	margin-right: 1em;
	font-size: smaller;
}