body {
   margin: 0;
   padding: 0;
   background-color: #ffffff;
}

td.permission {
   padding: 20px 0 20px 0;
}

td.permission p {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #151515;
}

td.permission p a {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #00536d;
}

td.header {
   background-image: url('header.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #b62e2e;
   height: 130px;
}

td.header h1 {
   font-family: Georgia, serif;
   font-size: 30px;
   font-weight: normal;
   color: #333333;
   margin-left: 50px;
   margin-bottom: 24px;
}

td.gray_bar {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
   background-color:#cccccc;
}


table.content {
   background-color: #f5f5f5;
}

td.sidebar a {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #00536d;
   text-decoration: none;
}

td.sidebar ul {
   margin: 0 0 0 24px;
   padding: 0;
}

td.sidebar ul li,
td.sidebar ul li a {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #00536d;
}

td.sidebar h3 {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #333333;
   margin: 10px 0 14px 0;
   padding: 0;
}

td.sidebar h3.buttons {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #333333;
   margin: 0 0 4px 0;
   padding: 0;
}

td.sidebar h4 {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   margin: 0 0 2px 0;
   padding: 0;
}

td.sidebar p {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #505050;
   margin: 0 0 13px 0;
   padding: 0;
}

td.sidebar p.buttons {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #505050;
   margin: 0 0 4px 0;
   padding: 0;
}

td.border {
   border-right: 2px solid #e0e0e0;
}

td.mainbar a {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #00536d;
   text-decoration: none;
}

td.mainbar h2 {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #00536d;
   margin: 0 0 4px 0;
   padding: 0 0 4px 0;
}

td.mainbar h2 em{
		   font-family: 'Lucida Grande', sans-serif;
		   font-size: 13px;
		   font-weight: bold;
		   color: #333333;
		   margin: 0 0 2px 0;
		   padding: 0;
		   font-style:italic;
		}

td.mainbar h3 {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 14px;
   font-weight: bold;
   color:#333333;
   margin: 0 0 4px 0;
   padding: 0 0 4px 0;
}

td.mainbar p {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   margin: 0 0 16px 0;
   padding: 0;
}

td.mainbar ol {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
}

td.mainbar p.top {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #00536d;
   margin: 0 0 30px 0;
   padding: 0;
}

td.mainbar p.top a {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #00536d;
}

td.mainbar ul {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   margin: 0 0 20px 24px;
   padding: 0;
}

td.footer {
   padding: 20px 0 20px 0;
}

td.footer p {
   font-family: 'Lucida Grande', sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #151515;
}






<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:690px;
	height:303px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:303px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:303px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:303px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}








