@charset "UTF-8";
/* CSS Document */

#suHeader {
	background:transparent url(../images/su/bg-suHeader.jpg) repeat-y;
	}
#suHeader img {
	margin:0;
	padding:0;
	}
#suNav {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:white;
	border-top:2px solid #034C85;
	border-bottom:2px solid #034C85;
	}
#suNav ul {
	list-style:none;
	margin:0;
	padding:8px 0 0px 0;
	}
#suNav li {
	float:left;
	margin:0;
	padding:0px 4px 5px 10px;
	text-transform:uppercase;
	}
#suNav a:link {
	text-decoration:none;
	}
#suNav a:hover {
	text-decoration:underline;
	}
#suBody {
	background-color:white;
	height:400px;
	padding:30px 15px 40px 30px;
	font-size:12px;
	}
h1, h2, h3, h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#003366;
	}
#suBody h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:15px !important;
	color:#003366 !important;
	border:none;
	}
#suBody .repTable td {
	font-size:12px;
	padding:7px 5px 10px 5px;
	line-height:1.4em;
	border-bottom:1px dashed #034C85;
	}
#suBody table.repTable  {
	border-top:1px dashed #034C85;
	}
.ualpha {
	list-style-type:upper-alpha;
	}
#suNav ul:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }