body {
	font:normal 12px Arial;
    margin: 0;
	background-color: #6699ff;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3366CC;
	line-height: 18px;
	font-weight: bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3366CC;
	line-height:16px;
	font-weight: bold;
}
h2 a, h2 a:hover  {
	color:#3366CC;
}

#global {
	margin-left: 0px;
	margin-right: auto;
	width: 770px;
	background-color: #FFFFFF;
}	
#div-center {
	float: left;
	width: 90%;
	margin: 0% 2% 0% 2%;
	background-color: #FFFFFF;
}
#div-left {
	float: left;
	width: 58%;
	margin: 0% 2% 0% 2%;
	background-color: #FFFFFF;
}
#div-content {
	margin-left: 60%;
	background-color: #FFFFFF;
}
#div-content .photo {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 70%;
	background-color: #FFFFFF;
}
#div-header {
	clear: both;
	margin: 0;
	width: 765px;
	height: 185px;
	background: url(http://www.sfipa.com/img/round_header.jpg) no-repeat center right;
	
}
#div-footer {
	clear: both;
	width: 765px;
	height: 36px;
	margin: 0% 0% 1% 0%;
	background: url(http://www.sfipa.com/img/round_blue.gif) no-repeat center right;
}
#div-full {
	float: left;
	width: 96%;
	margin: 0% 1% 0% 1%;
	background-color: #FFFFFF;
}
#div-list li {
	font:bold 14px Arial;
	list-style: disc;
	color:#3366CC;
}
#div-top-right {
	text-align: center;
	margin: 0% 0% 0% 0%;
	background: url(http://www.sfipa.com/img/bg_top_right.jpg) no-repeat top center;
}
#confbanner {
	background-color:#CBDDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding:4px;
}
#ppID {
	font:bold 14px Arial;
	padding: 4px 0px 4px 18px;
	background: url(http://www.sfipa.com/img/bg_profiletab.gif) no-repeat;
}
#back-link {
	font-size: 14px;
	font-weight: bold;
	float:right;
	padding:8px 20px 0px 0px;
	font-variant: small-caps;
}
#back-link a {
	font-weight: bold;
	text-decoration: none;
	padding:0px 16px 0px 16px;
}
#back-link a:hover {
	font-weight: bold;
	color:#FFFFFF;
	background: #639ed8 url(http://www.sfipa.com/img/three_dots.gif) no-repeat center left;
}

#div-top-img {
	width: 266px;
	height: 176px;
	text-align: center;
	margin: 0%;
	background: url(http://www.sfipa.com/img/bg_top_right.jpg) no-repeat;
}

/* Titles */
.blue_title {
	font:bold 14px Arial;
	padding: 12px 0px 0px 0px;
	text-decoration: none;
	color: #3366CC;
}
.stitle {
	font:bold 14px Arial;
	padding: 12px 0px 0px 16px;
	text-decoration: none;
	color: #FFFFFF;
}
 .footitle {
 	font:bold 10px Arial;
	padding: 20px 0px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
 }
.textQuestions {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	color:#000000;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height: 16px;
	margin:0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:normal;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 102px; /* Width of top level menu link items*/
padding: 6px 1px;
border-left: 1px solid #CBDCEC;
text-indent: 4px;
text-decoration: none;
color: #000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1.5em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 3px 5px;
border: 1px solid #CBDCEC;
}

.suckertreemenu ul li a:hover{
background-color: #6699FF;
color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */