body { 
  font-size:65%;
  font-family:Verdana, Arial, sans-serif;
  min-width:900px;
  text-align:center;
  }
a:focus {outline-style:none;}
div#container {
  margin:0 auto 0 auto;
  text-align:left;
  width:900px;
  position:relative;
  }

/* Header Flash Banner */
div#header { 
  width:900px;
  height:333px;
  position:relative;
  }
div#flashcontent1 {
  width:900px;
  height:333px;
  background-image:url(../images/flash_replace.jpg);
  }
div#flashcontent1 span { display:none }
/* END Header Flash Banner */


/* LogoSet Styles */
div#logoSet {
  width:900px;
  position:relative;
  }
h2#pcccLogo a {
  position:absolute;
  margin:0 0 0 42px;
  background:transparent url(../images/pccc_logo.gif) no-repeat scroll left top;
  width:137px;
  height:112px;
  display:block;
  text-decoration:none;
  }
h2#pcccLogo a:hover { text-decoration:none; }
h2#pcccLogo a span { display:none }
h3#one100 {
  position:absolute;
  margin:49px 0 0 216px;
  background:url(../images/one100.gif) top left no-repeat;
  width:567px;
  height:31px;
  }
h3#one100 span { display:none }
/* END LogoSet Styles */


/* Content DIVs Style */
div#content {
  margin-top:134px;
  clear:both;
  width:900px;
  }
div#contentLeft {
  padding:0 0 0 42px;
  float:left;
  width:600px;
  }
div#contentRight {
  padding:10px 0 0 0;
  float:right;
  width:246px;
  }
/* END Content DIVs Style */


/* Content Right Sidebar Styles */
div#contentRight img {
  border:0;
  width:246px;
  }
div#contentRight a {
  text-decoration:none;
  outline:none;
  }
a.imgRt1, a.imgRt2, a.imgRt3, a.imgRt4 {
  width:246px;
  display:block;
  }
a.imgRt1 {
  height:71px;
  background:url("../images/sidebar_apply.gif") 0 0 no-repeat;
  }
a.imgRt2 {
  height:71px;
  background:url("../images/sidebar_reg.gif") 0 0 no-repeat;
  }
a.imgRt3 {
  height:71px;
  background:url("../images/sidebar_pay.gif") 0 0 no-repeat;
  }
a.imgRt4 {
  height:71px;
  background:url("../images/sidebar_loc.gif") 0 0 no-repeat;
  }
.imgTop {
  height:18px;
  background:url("../images/sidebar_top.gif") 0 0 no-repeat;
  }
.imgBottom {
  height:18px;
  background:url("../images/sidebar_bottom.gif") 0 0 no-repeat;
  }
/*  div#contentRight a:hover { background-position:-246px 0; }*/
div#contentRight a span { display:none }

div#contact {
  margin:50px auto;
  padding:10px;
  border:1px solid #e7e7e7;
  background-color:#231f20;
  width:160px;
  color:#e7e7e7;
  line-height:170%;
  text-align:center;
  text-transform:uppercase;
  }
/* END Content Right Sidebar Styles */


/* Footer */
div#footer {
  border-top:1px solid #bd7272;
  margin:30px;
  position:relative;
  clear:both;
  display:block;
  }
div#footer p {
  padding:10px 0 0 0;
  color:#ff9999;
  line-height:220%;
  text-align:center;
  }
div#footer a { text-decoration:underline;color:#ff9999; }
div#footer a:hover { text-decoration:none;color:#fff; }
/* END Footer */


/* float clearing */
#content:after, #tabWrapper:after {
  font-size:1%;
  line-height:0;
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  }