body{
	background-color: #ededed;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
}
.centrebox {
	background: #0030b8;
	margin: 0 10% 0 10%;
	}

.centrebox2 {
	background: #ebffd3;
	margin: 0 10%;
	
	border-right: 1px solid #0030b8;
	border-bottom: 1px solid #0030b8;
	border-left: 1px solid #0030b8;
	padding-top: 20px;
	}

h1 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	line-height: 110%;
		}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
	}
	
#title {
	font-size: 1.2em;
	color: #003093;
	text-align: left;
	margin-left: 35px;
	padding-top: 5px;
}
	
.bulltext{	
	margin: 0px 0px 0px 10px;
	text-align: left;
	line-height: 100%;
}	
.qcbody, .footer{
	line-height: 125%;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;
}
.footer{
		padding-bottom: 10px;
}
	
.floatleft {
	float: left;
	padding: 1px;
	margin: 1px;
	height: 100px;
	width: 150px;
}
.floatleft2 {
	float: left;
}
.floatleft3{
	float: left;
	padding: 5px 15px 10px 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	
} 
.bullet2 {
	text-indent: -25px;
	text-align: justify;
	margin-left: 65px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.spacer{clear:left;}
.blankline{line-height: 10%;}

a.emaillink:link { color: #0030b8; font-weight: bolder;  background: #ebffc3;font-size: 1em;  }

a.bodylink:link { color: #0030b8;  background: #ebffc3; text-decoration: none; font-weight: bolder;font-size: 0.98em;}

a.bodylink:visited {
	color: #0030b8;
	background: #ebffc3;
	text-decoration: none;
	font-weight: bolder;
	font-size: 0.98em;
}

a.bodylink:hover {  color: #0030b8;  background: #ebffc3; text-decoration: none; font-weight: bolder;font-size: 0.98em;}


/* Tab CSS stuff */
#pcitabs {clear:left;}

 #pcitabs {
	float:left;
	background: #0030b8;
	width:100%;
	}
	  
    #pcitabs ul {
	  margin:0;
	  padding:10px 10px 0 2px;
	  list-style:none;
      }
    #pcitabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #pcitabs a {
      float:left;
      background:url(images/tableft10.gif) no-repeat left top;
      margin:0;
	  background-position:0 -42px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #pcitabs a span {
      float:left;
      display:block;
      background:url(images/tabright10.gif) no-repeat left top;
	  background-position:0 -42px;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #pcitabs a.tab span {float:none;}
    /* End IE5-Mac hack */
    
    #pcitabs a.tab:hover {
      background-position:0% -42px;
      }
    #pcitabs a.tab:hover span {
	background-position:0% -42px;
	color: #000000;
      }

      #pcitabs .current a.tab {
      	background-position:0% -42px;
      }
      #pcitabs .current a.tab span {
      	background-position:0 -42px;
      }
