body { 
  background: #fff; 
  color: #61646a;
}
.p0 { 	}

a {color: #61646a; outline: none; }
a:hover{ text-decoration: none; }
/* Headers
          --------------------------*/
h1 {

	font-size: 26px;
	line-height: 1.2em;
	color: #29467d;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-weight: normal;
}
.csc-firstHeader {padding-top:35px}
h2 {

  font-size: 26px;
  line-height: 1.2em;
  color: #29467d;
  padding: 20px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: none;
  font-weight: normal;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #29467d;
	padding: 10px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: none;
	font-weight: normal;
}

/* lists 
          --------------------------*/
.list {
  margin: 15px	0 0 0;
  padding: 0;
}

.list li {
    line-height: 24px;
    background: url(../Img/list-li-bg.gif) left bottom repeat-x;
	list-style-type: none;
	
  }
.list li a {
      color: #3daceb;
      background: url(../Img/list-a-bg.gif) 1px 4px no-repeat;
      padding-left: 16px;
      text-decoration: none;
    }
.list li a:hover {
        color: #2e4e8c;
        /*font-weight: bold;*/
        background: url(../Img/list-a-bg-hover.gif) 1px 4px no-repeat;
      }
.list .last {background: none; margin: 0 0 8px 0;}
ul.list_1 {
	list-style-position: outside;
	list-style-type: none;
}
.list_1 {
  margin: -9px 0 -9px;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
  .list_1 li {
    
    background: url(../Img/list_1-li-bg.gif) left bottom repeat-x;
    width: 100%;
    overflow: hidden;
	padding-bottom:10px;

  }
    .list_1 li a {
      color: #2e4e8c;
      background: url(../Img/list_1-a-bg.gif) 1px 6px no-repeat;
      padding-left: 18px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 7px;
      display: inline-block;
    }
      .list_1 li a:hover {
        text-decoration: underline;
      }
    .list_1 li p {padding: 0 0 11px 0;}
  .list_1 .last {background: none;}
  .list_1 .block {
    float: left;
  }

/* link
          --------------------------*/
.link {
  font-size: 1.22em;
  line-height: 1.20em;
  color: white;
  display: inline-block;
  text-decoration: none;
  background: url(../Img/link-bg.gif) 0 0 repeat-x;
  text-align: center;
  margin: 7px 0 0 1px;
  text-transform: uppercase;
  padding: 9px 9px;
  letter-spacing:-1px;
  font-weight: normal;
}
.link:hover {
  background: url(../Img/faded-text-a-bg.gif) 0 0 repeat-x;
  }


ul,li {
	list-style-type: none;
}

/* Date List 
               --------------------*/
.date {}
.date-list {
  margin-top: -1px;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
  .date-list li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 18px;
	list-style-type: none;
	
  }
    .date-list li span.date {
      display: block;
      width: 43px;
      height: 55px;
      background: url(../Img/date-list-span-bg.gif) 0 0 no-repeat;
      float: left;
      margin: 2px 10px 0 1px;
	  font-style: normal;
	  
    }
    .date-list li span.date i,
	   .date-list li span.date em {
	font-size: 24px;
	line-height: 1.2em;
	color: #29457c;
	padding: 5px 0 2px 9px;
	display: block;
	letter-spacing: -1px;
	color:#29457c;
	font-style: normal;
	font-weight: bold;
    }
    .date-list li span.date b,  
	   .date-list li span.date strong {
      display: block;
      text-transform: uppercase;
      color: white;
      text-align: center;
      padding-left: 3px;
      padding-top: 0px;
	  color:#fff;
    }
    .date-list li a {
      font-weight: bold;
      color: #2e4e8c;
      text-decoration: none;
    }
      .date-list a:hover {
        text-decoration: underline;
      }
    .date-list li p {padding-top: 0; margin-bottom:0px;overflow: hidden;}
	
blockquote {
  display:block;
  margin:0 0px 0px 0px;
  quotes:none;
  font-size:16px;
  line-height:21px;
  text-shadow:1px 0 #8e8f90;
  color:#151515;
}

blockquote {
  padding: 5px 0px 5px 20px;
  margin: 10px 0 12px 0px;
  font-size: 14px;
  border-left: 5px solid #36aff5;
}
/* Advanced */
/*  Dropcaps style */

.dropcap_1 {
  font-size:40px;
  width:34px;
  line-height:1.2em;
  color:#14181b;
  display:block;
  float:left;
  text-align:center;
  font-weight:normal;
  text-transform:uppercase;
}
.dropcap_2 {
  font-size:40px;
  width:52px;
  line-height:1.2em;
  color:#f8f9fb;
  display:block;
  float:left;
  margin-right:7px;
  text-align:center;
  font-weight:normal;
  border-radius:26px;
  -moz-border-radius:26px;
  -webkit-border-radius:26px;
  height:52px;
  text-transform:uppercase;
  background:#094c68;
  }	
	@media (max-width: 767px) { 
	h1,h2,h3,h4,h5,h6 {text-align:center}
	}