@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #525252;
	background-color: #ebe5d7;
	background-image: url(images/fupc_bg.gif);
	background-repeat: repeat-x;
	font-size: 75%;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/fupc_main_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
} 
.twoColFixLtHdr #mainContent a {
	color: #525252;
	text-decoration: underline;
} 
.twoColFixLtHdr #mainContent a:hover {
	/*color: #FFF;*/
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #48365a;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.twoColFixLtHdr #mainContent #mainContentMargin {
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
.twoColFixLtHdr #mainContentend {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/fupc_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 700px;
	padding: 0px;
	height: 7px;
} 

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background-color: #353a62;
	height: 54px;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	padding: 0px;
	background-image:url(images/fupc_logo_sm.gif);
	width: 199px;
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mid {
	background-color: #ebe5d7;
	height: 93px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/fupc_mid.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #sidebar1 {
	width: 188px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	/*margin-left: 712px;*/
	float: right;
	padding: 0px;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 #sideTXT {
	background-color: #95928b;
	background-image: url(images/fupc_side_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
h3 {
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 #sideTXT a {
	color:#FFFFFF;
	text-decoration: underline;
	}
	
.twoColFixLtHdr #sidebar1 #sideTXT a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar1 #sideContentMargin {
	padding: 5px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 #sideTXTend {
	background-color: #95928b;
	background-image: url(images/fupc_side_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 188px;
	padding: 0px;
	margin: 0px;
	height: 8px;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #353a62;
	background-image: url(images/fupc_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: .9em;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
.twoColFixLtHdr #footer a:hover {
	color:#ebe5d7;
	text-decoration: none;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden {
    left: -10000px; position: absolute;
}


/* Navigation
---------------------------------------------------------------------
*/

#nav{
	display: inline; /* IE6 double margin float bug hack */
	float: right;
	list-style: none;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 90%;
}

#nav li{
	float: left;
	margin-right: 3px;
	font-size: 1em;
	margin-top: 0px;
	padding: 0px;
}

#nav li:hover,
#nav li.sfhover{
   padding-left: 9px;
   background: url(images/fupc_nav_li_hover.gif) no-repeat;
   cursor: pointer;
}

#nav li a{
   display: block;
   padding: 7px 12px 17px;
   color: #FFF;
	overflow: hidden;
	height: auto;
	text-decoration: none;
   
}

#nav li:hover a,
#nav li.sfhover a{
   padding-left: 3px;
   background: url(images/fupc_nav_li_a_hover.gif) no-repeat right top;
}

#nav li ul{
	position: absolute;
	left: -999em;
	z-index: 999;
	width: 150px;
	margin-left: -75px;
	/*border-top: 4px solid #19262C;*/
    list-style: none;
	line-height: 1;
	padding: 4px;
}

#nav li:hover li,
#nav li.sfhover li{
   padding: 0px;
   background: none;
   font-size: 1em;
}

#nav li ul ul{
	border-top: 0px;
	margin-top: -27px;
	padding: 0px;
	margin-left: 150px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li:hover li a,
#nav li.sfhover li a{
   width: 124px;
   padding: 7px 13px 8px;
   border-top: 1px solid #cec5b4;
   background: #48365a;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   padding: 7px 13px 8px;
   border: 0px;
   border-top: 1px solid #cec5b4;
   background: #1e1945;
}

.twoColFixLtHdr .pdf {
	list-style-image: url(images/pdf.png);
}
.twoColFixLtHdr .pdf li{
	margin-bottom: 8px;
	
}
.red {color: #FF0000;}
.leftstaff{float:left;width:225px;}
.rightstaff{margin-left:230px;}
.blue {color: #48365a;}
TABLE.tabledata {
	border: 1px solid #95928B;
}
TD.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95928B;
	color: #FFFFFF;
	background-color: #95928B;
}
TD.tablerowOne {background-color: #FFFFCC;}
TD.tablerowTwo {background-color: #FFFFFF;}
