body {
  margin: 0;
  padding: 0;

  background: #FFCC00 url(page-bg.gif) repeat-y 50% 0;

  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
}



a {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  color: #0000CC;
  text-decoration: underline;
}



form {
  margin: 0;
  padding: 0;
}

#frame {
  position: relative;

  margin: 0 auto;
  padding: 0;

  width: 759px;

  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background: #FFFFFF;
}



.path {
  margin: 0 0 0 52%;
  padding: 3px 10px;

  font-size: 11px;
  text-align: right;
}

.path .current {
  color: #CC0000;
}


.pager {
  margin: 10px;
  padding: 5px 0;

  font-size: 12px;
  text-align: left;

  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.pager .current {
  color: #CC0000;
}






#top-menu {
  margin: 0;
  padding: 0;

  width: 759px;

  height: 25px;

  background: #261482 url(top-menu-bg.gif) repeat-x 0 0;
}


#top-menu ul {
  float: left;

  height: 25px;

  margin: 0;
  padding: 0;

  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;

  list-style: none;
}

#top-menu li {
  float: left;
  position: relative;

  z-index: 6500;

  height: 25px;

  margin: 0;
  padding: 0 0 0 13px;

  list-style: none;

  background: transparent url(menu-pin.gif) no-repeat 4px 50%;
}

#top-menu li.first {
  padding: 0 0 0 10px;

  background: none;
}




#top-menu li ul {
  float: none;
  display: none;
  position: absolute;

  left: 7px;
  top: 24px;

  z-index: 3000;

  width: 150px;

  margin: 0;

  background: none;

  font-weight: normal;
  text-align: left;
}

#top-menu li a {
  display: block;
  float: left;

  height: 100%;

  margin: 0;
  padding: 4px 0;

  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

#top-menu li a:hover {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
}

#top-menu a.current {
  font-size: 12px;
  color: #FFFF00;
  text-decoration: underline;
}

#top-menu a.current:hover {
  font-size: 12px;
  color: #FFFF00;
  text-decoration: underline;
}


#top-menu li ul li {
  float: none;

  height: auto;

  margin: 0;
  padding: 0;

  background: #261482;
}

#top-menu li ul li a {
  display: block;
  float: none;

  padding: 5px;

  background: #261482; /* IE6 Bug */
  border: 1px solid #777799;
  border-bottom: 0;

  text-decoration: none;
  color: #FFFFFF;
}

#top-menu li ul li.folded a {
  background: #261482 url(folded-triangle.gif) no-repeat 135px 50%;
}

#top-menu li ul li.folded li a {
  background: #261482;
}

/* Holly Hack. IE Requirement \*/
* html #top-menu ul li { float: left; height: 1%; }
* html #top-menu ul li a { height: 1%; }
/* End */

#top-menu li ul li a:hover { color: #FFFF00; background-color: #464065; } /* Hover Styles */


#top-menu li:hover ul, #top-menu li.over ul { display: block; } /* The magic */

#top-menu li:hover ul ul, #top-menu li.over ul ul {display: none;}
#top-menu ul ul li:hover ul, #top-menu ul ul li.over ul {display: block;}



#top-menu li ul li ul {
  left: 149px;
  top: 0px;

  border-bottom: 1px solid #777799;
}


#top-menu li ul li.toplink a {
  padding: 0 5px;

  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px !important;

  background: #777799;
  border: 1px solid #777799 !important;
}

#top-menu li ul li.toplink a:hover {
  color: #261482;
  text-decoration: none;

  background: #FFFFFF;
}








ul#tools {
  float: right !important;

  margin: 0 !important;
  padding: 0 !important;

  width: 30px !important;
/*  width: 160px !important;*/
  height: 25px !important;

  list-style: none !important;
}

ul#tools li {
  float: right !important;

  z-index: 2300 !important;

  margin: 0 !important;
  padding: 2px !important;

  list-style: none;

  background: none !important;
}

ul#tools li a {
  float: right !important;
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  height: 19px !important;

  background: none !important;
}



ul#tools li#sitemap {
  width: 19px !important;
}

ul#tools li#sitemap a {
  width: 19px !important;
  background: transparent url(sitemap.gif) no-repeat 0 0 !important;
}

ul#tools li#sitemap a:hover, ul#tools li#sitemap a.current {
  background: transparent url(sitemap_hover.gif) no-repeat 0 0 !important;
}



ul#tools li#blog {
  width: 42px !important;
}

ul#tools li#blog a {
  width: 42px !important;
  background: transparent url(blog.gif) no-repeat 0 0 !important;
}

ul#tools li#blog a:hover, ul#tools li#blog a.current {
  background: transparent url(blog_hover.gif) no-repeat 0 0 !important;
}



ul#tools li#podcast {
  width: 60px !important;
}

ul#tools li#podcast a {
  width: 60px !important;
  background: transparent url(podcast.gif) no-repeat 0 0 !important;
}

ul#tools li#podcast a:hover, ul#tools li#podcast a.current {
  background: transparent url(podcast_hover.gif) no-repeat 0 0 !important;
}





ul#tools span {
  display: none;
}








#top-header {
  position: relative;

  z-index: 1000;

  margin: 0;
  padding: 0;

  height: 105px;

  background: #DAD6F7 url(top-menu-shade.gif) repeat-x 0 0;
}



#top-header #logo {
  position: absolute;
  top: 10px;
  left: 10px;

  padding: 0;
  margin: 0;

  /* width: 257px; */
  width: 194px;
  height: 52px;

  background: transparent url(prep-logo2.gif) no-repeat 0 0;
}



#frame h1 {
  position: static;
  float: left;

  padding: 3px 10px;
  margin: 0;

  width: 50%;
  margin: 0;

  font-size: 11px;
  text-align: left;
  font-weight: bold;
  color: #CC0000;
}



#top-header #contact-area {
  position: absolute;
  top: 0;
  right: 0;

  padding: 0;
  margin: 0;

  width: 250px;
  height: 59px;

  background: transparent url(phone-bg.gif) repeat-x 0 0;

  text-align: center;
  line-height: 1.0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

#top-header #contact-area span {
  display: block;
  padding: 5px 10px 0 10px;
}


#top-header #contact-area strong {
  font-size: 17px;
  font-weight: bold;
  color: #CC0000;
  letter-spacing: 1px;
}

#top-header #contact-area small {
  font-size: 11px;
  font-weight: normal;
}




#top-header #logo a {
  display: block;

  width: 100%;
  height: 100%;
}



#top-header #logo span {
  display: none;
}



/*
#chat {
  position: absolute;
  top: 95px;
  right: -95px;

  width: 160px;
  height: 129px;

  padding: 40px 0 0 35px;

  text-align: left;
  font-size: 10px;

  background: transparent url(chatballoon1.gif) no-repeat 0 0;
  z-index: 3000;
}
*/


#chat {
  position: absolute;
  top: 10px;
  right: 260px;

  width: 102px;
  height: 43px;

  padding: 2px;

  text-align: center;
  font-size: 10px;

  background: #FFF;
  border: 1px solid #877AC5;

  z-index: 3000;
}



#content-body {
  margin: 0 10px 0px 388px;
  padding: 40px 0 0 0;

  min-height: 423px;

  text-align: left;
}

* html #content-body {
  height: 443px;
}


#content-body h4 {
  padding: 5px 5px 5px 35px;
  margin: 10px 0 5px 0;

  height: 35px;

  background: #DAD6F7 url(ico-point.gif) no-repeat 5px 5px;

  font-size: 16px;
  font-weight: bold;
  color: #3a279c;
}




#content-body .synopsis {
  padding: 0 0 0 35px;

  font-size: 11px;
}

#content-body .banner {
  padding: 10px 2px;
  margin: 10px 0;

  text-align: center;

  background: #F4F2FC;
}

#content-body .banner img {
  border: 1px solid #999999;
}





#start-form {
  position: absolute;
  top: 95px;
  right: 5px;

  z-index: 1000;

  margin: 0;
  padding: 0;
}




#form-header {
  position: static;

  margin: 0;
  padding: 0;

  width: 245px;
  height: 35px;

  background: transparent url(get-info-form-header.gif) no-repeat 0 0;
}

#form-header span { display: none; }



#form-table {
  width: 245px;

  margin: 0;
  padding: 0;

  border-top: 10px solid #CEC7EE;
  border-bottom: 5px solid #CEC7EE;
  border-left: 15px solid #CEC7EE;
  border-right: 15px solid #CEC7EE;

  background: #CEC7EE;
}

#form-table td {
  background: #DAD6F7;
  border-bottom: 5px solid #CEC7EE;

  text-align: left;

  font-size: 10px;
  color: #000000;
}

#form-table td.right {
  text-align: right;
}

#form-table td input, #form-table td select {
  width: 150px;
}

* html #form-table td input, * html #form-table td select {
  height: 17px;
}



#button-table {
  width: 245px;

  text-align: center;

  font-size: 10pt;
  font-weight: bold;
  color: #AA0000;
}

#button-cell {
  padding: 0 5px 5px 5px;

  width: 163px;

  background: transparent url(form-button-bg.gif) no-repeat 100% 100%;
}




#request-form {
  width: 248px;

  margin: 0 !important;
  padding: 0 !important;

  border: 5px solid #CEC7EE;
  border-bottom: 0 none;

  background: #CEC7EE;
}

#request-form td {
  background: #DAD6F7;
  border-bottom: 2px solid #CEC7EE;

  text-align: left;

  font-size: 10px;
  color: #000;
}

#request-form td.right {
  text-align: right;
}

* html #request-form td input {
  height: 17px;
}



#request-form-big {
  width: 490px;

  margin: 0 0 0 10px;
  padding: 0;

  border: 5px solid #CEC7EE;
  border-bottom: 0 none;

  background: #CEC7EE;
}

#request-form-big td {
  padding: 2px 1px;

  background: #DAD6F7;
  border-bottom: 5px solid #CEC7EE;

  text-align: left;

  font-size: 80%;
  color: #000;
}

#request-form-big td.right {
  text-align: right;
}

* html #request-form-big td input {
  height: auto;
}



#request-button {
  padding: 5px;
  margin: 0;

  text-align: right;

  font-size: 10pt;
  font-weight: bold;
  color: #A00;
}









#splash-box {
  height: 270px;
}

* html #splash-box {
  height: 265px;
}



#balloon {
  position: absolute;
  bottom: 90px;
  left: 300px;

  z-index: 2000;

  margin: 0;
  padding: 0;

  width: 190px;
}

#balloon span {
  display: none;
}

#balloon a {
  text-align: right;

  font-weight: normal;
  font-size: 13px;
  color: #0000CC;
  text-decoration: none;
}

#balloon a:hover {
  color: #0000EE;
  text-decoration: underline;
}




#testimony {
  margin: 0 10px 0 388px;
  padding: 10px 0 10px 0;

  text-align: left;

  font-size: 10pt;
  color: #666666;
}




#blue-band {
  position: relative;

  z-index: 50;

  margin: 0;
  padding: 0;

  height: 110px;

  background: #9486DB;
}




#icons {
  float: left;

  width: 510px;

  margin: 0;
  padding: 10px 0 0 0;

  list-style: none;
}

#icons li {
  float: left;

  width: 115px;
  height: 90px;

  margin: 0;
  padding: 0 0 0 8px;

  list-style: none;
}

#icons li a {
  display: block;

  width: 115px;
  height: 90px;

  margin: 0;
  padding: 0;
}

#icons li span {
  display: none;
}

#icons li#testimonials-item a {
  background: transparent url(ico-testimonials.gif) no-repeat 100% 0;
}

#icons li#enroll-item a {
  background: transparent url(ico-enroll.gif) no-repeat 100% 0;
}

#icons li#test-item a {
  background: transparent url(ico-test.gif) no-repeat 100% 0;
}

#icons li#videos-item a {
  background: transparent url(ico-video.gif) no-repeat 100% 0;
}

#icons li#faq-item a {
  background: transparent url(ico-ask.gif) no-repeat 100% 0;
}

#icons li#forum-item a {
  background: transparent url(ico-forum.gif) no-repeat 100% 0;
}

#icons li#podcast-item a {
  background: transparent url(ico-podcast.gif) no-repeat 100% 0;
}

#icons li#testimonials-item a:hover {
  background: transparent url(ico-testimonials.gif) no-repeat 100% -90px;
}

#icons li#enroll-item a:hover {
  background: transparent url(ico-enroll.gif) no-repeat 100% -90px;
}

#icons li#test-item a:hover {
  background: transparent url(ico-test.gif) no-repeat 100% -90px;
}

#icons li#videos-item a:hover {
  background: transparent url(ico-video.gif) no-repeat 100% -90px;
}

#icons li#faq-item a:hover {
  background: transparent url(ico-ask.gif) no-repeat 100% -90px;
}

#icons li#forum-item a:hover {
  background: transparent url(ico-forum.gif) no-repeat 100% -90px;
}

#icons li#podcast-item a:hover {
  background: transparent url(ico-podcast.gif) no-repeat 100% -90px;
}




/*#yellow-band {
  position: relative;

  z-index: 50;

  margin: 0;
  padding: 0;

  height: 45px;

  background: #FFCC00;
}

#enroll-buttons {
  margin: 0;
  padding: 5px 0 0 0;

  list-style: none;
}

#enroll-buttons li {
  float: left;

  width: 250px;
  height: 35px;

  margin: 0;
  padding: 0 0 0 2px;

  list-style: none;
}

#enroll-buttons li a {
  display: block;

  width: 250px;
  height: 35px;

  margin: 0;
  padding: 0;
}

#enroll-buttons li span {
  display: none;
}

#enroll-buttons li#enroll-ttt a {
  background: transparent url(btn-enroll-ttt.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-ctt a {
  background: transparent url(btn-enroll-ctt.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-mct a {
  background: transparent url(btn-enroll-mct.gif) no-repeat 100% 0;
}
*/



#yellow-band {
  position: relative;

  z-index: 50;

  margin: 0;
  padding: 0;

  height: 55px;

  background: #FFCC00;
}

#enroll-buttons {
  margin: 0;
  padding: 5px 0 0 2px;

  list-style: none;
}

#enroll-buttons li {
  float: left;

  width: 145px;
  height: 45px;

  margin: 0;
  padding: 0 0 0 5px;

  list-style: none;
}

#enroll-buttons li a {
  display: block;

  width: 145px;
  height: 45px;

  margin: 0;
  padding: 0;

  text-decoration: none;
  text-transform: uppercase;
}

/*#enroll-buttons li span {
  display: none;
}*/

#enroll-buttons li span {
  display: block;

  padding: 7px 7px 0 23px;

  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#enroll-buttons li#enroll-ttt a {
  /*background: transparent url(btn-enroll-ttt-new.gif) no-repeat 100% 0;*/
  background: transparent url(btn-enroll-wempty.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-ctt a {
  /*background: transparent url(btn-enroll-ctt-new.gif) no-repeat 100% 0;*/
  background: transparent url(btn-enroll-wempty.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-mct a {
  /*background: transparent url(btn-enroll-mct-new.gif) no-repeat 100% 0;*/
  background: transparent url(btn-enroll-wempty.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-ttto a {
  /*background: transparent url(btn-enroll-ttto-new.gif) no-repeat 100% 0;*/
  background: transparent url(btn-enroll-oempty.gif) no-repeat 100% 0;
}

#enroll-buttons li#enroll-ctto a {
  /*background: transparent url(btn-enroll-ctto-new.gif) no-repeat 100% 0;*/
  background: transparent url(btn-enroll-oempty.gif) no-repeat 100% 0;
}






a#ask-button {
  display: block;

  width: 115px;
  height: 90px;

  margin: 0;
  padding: 0;

  background: transparent url(ico-ask.gif) no-repeat 100% 0;
}

a#ask-button:hover {
  background: transparent url(ico-ask.gif) no-repeat 100% -90px;
}

a#ask-button span {
  display: none;
}





#certifications {
  position: absolute;
  top: 10px;
  right: 0px;

  width: 250px;

  margin: 0;
  padding: 0;

  font-size: 14px;
  text-align: left;

  list-style: none;
}

#certifications li {
  margin: 2px 0 0 0;
  padding: 2px 3px;

  list-style: none;
  font-size: 14px;

  background: transparent url(top-list-gradient.gif) repeat-y 0 0;
}

#certifications li a {
  display: block;

  margin: 0;
  padding: 4px 0 4px 20px;

  background: transparent url(top-list-triangle.gif) no-repeat 7px 50%;

  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #CC0000;
}

#certifications li a:hover {
  text-decoration: underline;
  color: #CC0000;
}






#title-photo {
  position: absolute;
  bottom: 55px;
  left: 0;

  z-index: 50;

  width: 490px;
  height: 235px;

  background: transparent url(top-photo4.jpg) no-repeat 0 0;
}




#main-content {
  margin: 0;
  padding: 0;

  text-align: left;
}


#main-content p, #main-content table {
  margin: 5px 10px 10px 10px;
  padding: 0;
}

#main-content ul {
  margin: 5px 10px 10px 1.8em;
  padding: 0;
}

#main-content ol {
  margin: 5px 10px 10px 2em;
  padding: 0;
}

#main-content dl {
  margin: 5px 10px 10px 10px;
  padding: 0;
}

#main-content dt {
  font-size: 100%;
  font-weight: normal;
  color: #9486DB;

  letter-spacing: 1px;
}

#main-content dd {
  margin: 0 0 10px 30px;

  font-size: 95%;
}




#main-content a.current {
  color: #000088;
  text-decoration: underline;
}

#main-content a.current:hover {
  color: #0000EF;
  text-decoration: underline;
}




#main-content .testimony-preface {
  min-height: 28px;

  margin: 5px 10px 10px 10px;
  padding: 10px;

  background-color: #FFFFCC;

  font-size: 98%;
  font-style: italic;
}

* html #main-content .testimony-preface {
  height: 28px;
}

#main-content .testimony-sign {
  margin: 5px 10px 10px 10px;
  padding: 10px;

  font-size: 95%;
  text-align: right;
}

#main-content .testimony-text {
  margin: 5px 10px 10px 10px;
  padding: 10px;

  font-size: 98%;
}



#content {
  width: 510px;

  margin: 0;
  padding: 0 0 10px 0;
}

#content h2 {
  padding: 7px 10px;
  margin: 0 0 10px 0;
  margin: 0 1px 10px 0;

  background: #FFCC00 url(yellow-header-bg.gif) repeat-x 0 0;
  background: #3A279C url(blue-header-bg.gif) repeat-x 0 0;

  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}


#content h3 {
  clear: both;

  padding: 7px 10px 7px 0;
  margin: 0 0 5px 10px;

  background: transparent url(white-shade1.gif) repeat-x 0 100%;

  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#content h4 {
  clear: both;

  padding: 7px 10px 7px 0;
  margin: 0 0 5px 10px;

  background: transparent url(white-shade1.gif) repeat-x 0 100%;

  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#content h5 {
  padding: 0;
  margin: 0 0 5px 10px;
}


#content h3 a {
  color: #CC0000;
  text-decoration: none;
}

#content h3 a:hover {
  color: #EE0000;
  text-decoration: underline;
}

#content h4 {
  clear: both;

  padding: 7px 10px 7px 0;
  margin: 0 0 5px 10px;

  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}


#content h4 a {
  color: #3a279c;
  text-decoration: none;
}

#content h4 a:hover {
  color: #3a279c;
  text-decoration: underline;
}


#content h2.big {
  padding: 0;
  margin: 10px;

  background: none;

  color: #000000;
  font-size: 26px;
}




#content .bio {
  margin: 10px 10px 10px 70px;
  padding: 10px;

  background-color: #FFFFCC;
}

#content .synopsis {
  margin: 10px;
  padding: 10px;

  background-color: #EEEEEE;

  font-size: 90%;
  font-style: italic;
}

#content .author {
  margin: 10px;
  padding: 0 0 10px 0;

  font-size: 90%;
  text-align: right;

  border-bottom: 1px solid #999999;
}

#main-content #content .bio h5 {
  clear: none;

  padding: 0;
  margin: 0 0 5px 0;

  color: #000000;
  font-size: 85%;
  font-weight: bold;
  text-align: left;
}

#main-content #content .bio p {
  padding: 0;
  margin: 0;

  font-size: 80%;
  text-align: left;
}






#main-content img {
  margin: 0 10px 5px 10px;
  padding: 0;
}

#main-content form img {
  margin: 0;
  padding: 0;
}

#main-content table img {
  margin: 0 !important;
  padding: 0 !important;
}





#main-content #receipt {
  margin: 5px 10px 10px 10px;
  padding: 0;

  border: 2px dashed #DAD6F7;
}

#main-content #receipt dl {
  margin: 0;
}

#main-content #receipt dt {
  margin: 0;
  padding: 5px 10px;

  background-color: #DAD6F7;

  font-size: 100%;
  font-weight: normal;
  color: #3A279C;

  letter-spacing: 1px;
}

#main-content #receipt #stamp {
  margin: 5px 0 0 0;
  padding: 5px 10px;

  background-color: #DAD6F7;

  font-size: 93%;
  font-weight: normal;
  color: #000000;

  border-top: 1px dotted #999999;
}

#main-content #receipt h5 {
  margin: 0;
  padding: 5px 10px;

  background-color: #666666;

  font-size: 105%;
  font-weight: bold;
  color: #FFFFFF;

  text-align: center;

}






#main-content #right-band .testimony-preface {
  min-height: 38px;
  padding: 5px;

  font-size: 92%;
}

* html #main-content #right-band .testimony-preface {
  height: 38px;
}

#main-content #right-band .testimony-sign {
  padding: 5px 0;

  font-size: 90%;
}

#main-content #right-band .testimony-text {
  padding: 5px 0;

  font-size: 92%;
}



#main-content #right-band .weather {
  margin: 10px auto;
  padding: 0;

  text-align: center;
}

#main-content #right-band .weather table {
  margin: 0px auto !important;
  padding: 0 !important;
  width: auto !important;
}

#main-content #right-band .weather tr {
  margin: 0 !important;
  padding: 0 !important;
}

#main-content #right-band .weather td {
  margin: 0 !important;
  padding: 0 !important;
}

#main-content #right-band .weather img {
  margin: 0 !important;
  padding: 0 !important;
}






.left {
  float: left;
}

.right {
  float: right;
}




.more {
  margin: 0 10px 10px 10px;
  padding: 3px 0;

  border-top: 1px dotted #AAAAAA;

  text-align: right;
  font-size: smaller;
}

.small {
  font-size: smaller;
}









.mtable {
  width: 490px;

  font-size: 10px;
  color: #002469;
}

.mtable thead th {
  padding: 4px;

  font-size: 11px;
  color: #FFFFFF;

  background-color: #002469;
}

.mtable tbody td, .mtable td {
  padding: 4px;

  font-size: 11px;
  color: #333333;

  background-color: #E5DACE;
}

.mtable tfoot td {
  padding: 4px;

  font-size: 10px;
  color: #666666;

  background-color: #FFE79B;
}

.mtable tbody th {
  padding: 4px;

  font-size: 11px;
  color: #CC0000;

  background-color: #D1CFCF;
}

.mtable tfoot th {
  padding: 4px;

  font-size: 11px;
  color: #CC0000;

  background-color: #FFDD35;
}

.mtable tbody tr.complete td {
  color: #999999;

  background-color: #EDEAEA;
}

.mtable tbody th a, .mtable tfoot th a {
  color: #CC0000;
  text-decoration: underline;
}

.mtable tbody th a:hover, .mtable tfoot th a:hover {
  color: #EE3333;
  text-decoration: underline;
}



.mtable .images td {
  background-color: #FFFFFF;
}

.mtable .captions td {
  padding: 4px;

  color: #999999;

  background-color: #EDEDED;
}




.mtable td.video {
  padding: 2px 2px 2px 58px;

  height: 58px;

  background: #E5DACE url(ico-display2.gif) no-repeat 4px 4px;
}

.mtable td.pdf {
  padding: 2px 2px 2px 58px;

  height: 58px;

  background: #E5DACE url(ico-pdf.gif) no-repeat 8px 8px;
}



.mtable tr.emph td {
  font-size: 12px !important;
  color: #333333 !important;

  background-color: #FFE79B !important;
}










.form-table {
  width: 490px;

  font-size: 13px;
  color: #002469;
}

td.inner .form-table {
  width: 330px !important;
}



.form-table tbody td {
  padding: 2px;

  width: 60%;

  color: #333333;

  background-color: #EDEAEA;

  text-align: left;
}

.form-table tfoot td {
  padding: 2px;

  background-color: #FFFFFF;

  text-align: right;
}

.form-table tbody th {
  padding: 2px;

  width: 150px;

  color: #000000;
  font-weight: normal;
  text-align: right;

  background-color: #FFFFFF;
}


.form-table tbody td input, .form-table tbody td select, .form-table tbody td textarea {
  width: 100%;
}

td.inner .form-table tbody td input, td.inner .form-table tbody td select, td.inner .form-table tbody td textarea {
  width: 250px;
}

.form-table tbody label sup {
  color: #CC0000;
  font-weight: bold;
}







.form-table1 {
  margin: 0;

  width: 475px;

  font-size: 13px;
  color: #002469;
}


.form-table1 tbody td {
  padding: 2px;

  width: 80%;

  color: #333333;

  background-color: #EDEAEA;

  text-align: left;
}

.form-table1 tfoot td {
  padding: 2px;

  background-color: #FFFFFF;

  text-align: right;
}

.form-table1 tbody th {
  padding: 2px;

  width: 20%;

  color: #000000;
  font-weight: normal;
  text-align: right;

  background-color: #FFFFFF;
}


.form-table1 tbody td input, .form-table1 tbody td select, .form-table1 tbody td textarea {
  width: 99%;
}

.form-table1 tbody label sup {
  color: #CC0000;
  font-weight: bold;
}









.incut {
  float: left;

  width: 230px;

  margin: 5px 10px 5px 10px;
  padding: 5px;

  background: #FFCC00;
  border-top: 4px solid #FCE897;
  border-left: 4px solid #FCE897;

  font-size: 90%;
}

* html .incut {
  margin: 5px 20px 5px 5px;
  padding: 5px;
}


#content .incut h4 {
  margin: 0 0 5px 10px;
  padding: 0;

  background-image: none;

  color: #000000;
  font-size: 92%;
}



.greybox {

  margin: 0 25px 0.5em 25px;
  padding: 10px;

  background: #DFDFDF;
  border: 5px solid #999;

  font-size: 80%;
}

#content .greybox h4 {
  margin: 0 0 10px 0;
  padding: 0;

  text-align: left;
  background: none;
}




#right-band {
  width: 250px;

  margin: 0;
  padding: 0 0 10px 0;

  background: transparent url(content-bg.gif) repeat-y 100% 0;
}

#right-band h3 {
  padding: 7px 10px;
  margin: 0;

  background: #3A279C url(blue-header-bg.gif) repeat-x 0 0;

  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}




#main-content ul#sub-nav {
  margin: 0;
  padding: 0;

  list-style: none;

  border-bottom: 1px solid #9486DB;

  font-size: 13px;
}

#main-content ul#sub-nav li {
  margin: 0;
  padding: 5px 10px 5px 20px;

  background: transparent url(subnav-triangle.gif) no-repeat 10px 10px;

  list-style: none;

  border-top: 1px solid #9486DB;
}

* html #main-content ul#sub-nav li {
  background: transparent url(subnav-triangle.gif) no-repeat 10px 13px;
}

#main-content ul#sub-nav a {
  text-decoration: none;
}

#main-content ul#sub-nav a:hover {
  text-decoration: underline;
}

#main-content ul#sub-nav a.current {
  font-weight: bold;
}





#main-content #right-band #links {
  display: block;

  padding: 0;
  margin: 40px auto 0 auto;

  width: 190px;
  height: 61px;

  background: transparent url(btn-links.gif) repeat-x 0 0;
}

#main-content #right-band #links span {
  display: none;
}




#main-content #right-links {
  margin: 10px 0 10px 0;
  padding: 0;

  text-align: center;
}

#main-content #right-links img {
  margin: 0;
  padding: 0;
}





hr.white {
  clear: both;

  margin: 2px 0;
  padding: 0;

  height: 6px;

  border: none;
  background-color: #FFFFFF;

  color: #FFFFFF;
}

div.clear {
  clear: both;
}




#bottom-menu {
  margin: 0;
  padding: 10px;

  height: 20px;

  background: #DED9FC;
  border-top: 10px solid #9486DB;

  font-size: 9pt;
  color: #666666;
}

#bottom-menu a {
  color: #666666;
  text-decoration: none;
}

#bottom-menu a:hover {
  color: #000099;
  text-decoration: underline;
}



#credits {
  margin: 0;
  padding: 10px;

  font-size: 9pt;
  font-weight: bold;
  color: #000000;
}








hr {
  margin: 10px 0;
  padding: 0;

  width: 100%;
  height: 2px;

  border: 0 none;

  background-color: #AAAAAA;
  color: #AAAAAA;
}





#article-menu {
  position: relative;

  margin: 0;
  padding: 0;

  list-style: none;
}

#article-menu li {
  position: absolute;
  top: -38px;

  height: 24px;

  margin: 0;
  padding: 0;

  list-style: none;
}

#article-menu li#send {
  right: 90px;
  width: 130px;
  background: transparent url(ico-envelope.gif) no-repeat 0 50%;
}

#article-menu li#print {
  right: 0px;
  width: 80px;
  background: transparent url(ico-printer.gif) no-repeat 0 50%;
}

#article-menu li a {
  display: block;
  padding: 5px 0 0 30px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}

#article-menu li a:hover {
  color: #666666;
  text-decoration: underline;
}




.highlight {
  background-color: #FFFC99 !important;
}



.fileref {
  padding: 10px;

  background-color: #FFFC99;
}

.fileref a {
  display: block;

  padding: 10px 0 0 40px;

  min-height: 40px;

  background: transparent url(ico-file.gif) no-repeat 2px 2px;

  color: #666;
  text-decoration: none;
}

* html .fileref a {
  height: 40px;
}


.fileref a:hover {
  color: #C33;
  text-decoration: underline;
}


.fileref a.pdf {
  background: transparent url(ico-pdf.gif) no-repeat 2px 2px;
}



.rss-entry {
  margin: 5px 10px 10px 10px;
  padding: 5px 0;

  border-bottom: 1px solid #999;
}

.rss-entry strong {
  font-size: 90%;
}

.rss-entry em {
  font-size: 90%;
}






.red {
  color: #CC0000;
}

.green {
  color: #00CC00;
}

.blue {
  color: #0000CC;
}

.yellow {
  color: #CCCC00;
}





.error-block {
  margin: 5px 10px 10px 10px !important;
  padding: 20px !important;

  text-align: center;
  color: #CC0000;

  border: 2px solid #CC0000;
  background: #FFFC96;
}

.message-block {
  margin: 5px 10px 10px 10px !important;
  padding: 20px !important;

  text-align: center;
  color: #3A279C;

  border: 2px solid #9486DB;
  background: #DAD6F7;
}

.error-span {
  color: #CC0000;
}




form fieldset {
  margin-bottom: 5px;
  padding: 4px;
}

form fieldset legend {
  padding: 0 2px;
  font-weight: bold;
}

form fieldset label {
  line-height: 1.8;
  vertical-align: top;
}

form fieldset dl {
  margin: 0 !important;
  padding: 0 !important;
}

form fieldset dt {
  padding: 2px !important;
  margin: 0 !important;

  font-weight: bolder !important;
  font-size: 11px !important;

  float: left !important;
  clear: both !important;
}

form fieldset dd {
  padding: 2px !important;
  margin: 0 !important;
}

form fieldset fieldset {
  border: none;

  padding: 0;
  margin: 5px 0 0 0;
}

form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form fieldset fieldset label {
  display: inline;
  width: auto;

  padding: 0;
  margin: 0;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form fieldset input, form fieldset textarea, form fieldset select {
  margin: 0;
  padding: 0;

  width: 95%;
}

form fieldset fieldset input,
form fieldset fieldset textarea,
form fieldset fieldset select {
  width: auto;
}

/*\*//*/
form legend {
  display: inline-block;
}
/* IE Mac legend fix */




form fieldset table {
  border: 0 none;
}

form fieldset table th {
  border-bottom: 1px solid #afc7d9;

  font-size: 95%;
  text-align: center;
}

form fieldset table td {
  font-size: 95%;
  text-align: center;
}



#content form fieldset {
  margin: 5px 10px 10px 10px !important;
}



.btn, .buttons {
  margin: 5px 0 10px 0;

  text-align: right;
}





.blog-posted-in {
  margin: 0 10px 10px 10px !important;
  padding: 10px 0 10px 0 !important;
  /* padding: 10px 0 25px 0 !important; */

  border-bottom: 5px solid #E7E6F7;

  /* background: transparent url(/skins/default/white-shade.gif) repeat-x 100% 100%; */
}

.current_page_item a {
  font-size: 12px;
  color: #FFFF00 !important;
  text-decoration: underline !important;
}

.current_page_item a:hover {
  font-size: 12px;
  color: #FFFF00 !important;
  text-decoration: underline !important;
}








.CategoryTable {
  border: 0 none;
  width: auto;
}

.CategoryCell {
  text-align: center;
  border:1px solid black;
}

.CategoryLink {
  font-family: verdana, arial, helvetica, sans-serif;
  color: blue;
  font-size:10pt;
  font-weight: bold;
}

.SubCategoryLink {
  font-family: verdana, arial, helvetica, sans-serif;
  color: blue;
  font-size:8pt;
}

.LinkListingTable {
  border: 0 none;
  width: auto;
}

.LinkListing {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  font-size:10pt;
}

.LinkURL {
  font-weight: bold;
}

.NavigationText	{
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  font-size:10pt;
  text-align: center;
}

.NavigationLinks {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: blue;
  font-size:10pt;
  text-align: center;
}

.SearchTerm {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:9pt;
}

.SearchSelectBox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:9pt;
}

.SearchSubmit {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:9pt;
}




/*******************************************************
********************************************************
***
***  Christmas Plugin
***
********************************************************
*******************************************************/

/*

body {
  background: #FFCC00 url(xpage-bg.gif) repeat-y 50% 0;
}


#top-menu ul {
  float: left;

  margin: 0;
  padding: 0;
}


#xmas1 {
  position: absolute;
  top: -37px;
  left: -14px;

  width: 52px;
  height: 172px;

  background: transparent url(xmas_snow1.gif) no-repeat 0 0;

  z-index: 4000;
}

#xmas2 {
  position: absolute;
  top: 10px;
  left: 280px;

  width: 192px;
  height: 58px;

  background: transparent url(xmas_snow3.gif) no-repeat 0 0;

  z-index: 4000;
}

*/

