/* CSS Document */

body{
    background-color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    color: #636363;
    line-height: 18px;
}


/* Text part */
p{
    font-size: 12px;
    line-height: 17px;
    color: #636363;
}

strong {
    font-weight: bold;
    color: black;
}

h2{
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}
#news h2 {
    line-height: 23px;
    color: #000;
    font-weight: bold;
}
           
h4{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
}
#index h2,
#news h3,
#specialFeature h3,
#eventInfo h3,
#funFact h3{
    font-size: 12px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
}

h3 strong {
    font-size: 14px;
}

#news p,
#specialFeature p{
    font-size: 12px;
    line-height: 17px;
    color: #636363;
    margin-bottom: 10px;
}
p.unsubscribe,
p.info{
    font-size: 11px;
    color:#959595;
    line-height: 1.35em;
    margin-bottom: 15px;
}

p#infoFirst{
    font-size: 11px;
    color: #959595;
    line-height: 1.35em;
    margin-top: 20px;
    margin-bottom: 7px;
    text-align: center;
    clear: both;
    padding-top: 5px;
    border-top: 1px solid #BFBFBF;
}

#index li {
    color: black;
    font-size: 12px;
    color: #636363;
    list-style: disc inside none;
}

a, a:visited{
    text-decoration: none;
    color:#959595;
}

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

p.unsubscribe a,
#eventInfo a,
#news a,
#specialFeature a {
    color: #4B89D1;
}

#news a:hover,
#specialFeature a:hover {
    color: #4B89D1;
    text-decoration:underline;
}
/* style part */

#allCont{
    width: 600px;
    margin: 0 auto;
    height: auto;
}

.picSpace{
    width: 600px;
    margin-bottom: 15px;
}

.picSpace img{
    display: block;
}
#header{
    width: 600px;
    height: 200px;
}

.headerPart{
    width: 600px;
    height:auto;
    border-top:1px #BFBFBF solid;
    border-bottom:1px #BFBFBF solid;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    clear: both;
}

div#allCont .contentBorder {
    border-bottom: 1px #BFBFBF solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* header content */

h1 img{
    display: block;
}

/* header conetnt end */

#news{
    width:600px;
}
#index {
    background:none repeat scroll 0 0 #EFEFEF;
    margin-bottom:20px;
    padding:10px;
}
/* specialFeature content */

#article1, #article2{
    width:600px;
}


#article1Cont, #article2Cont{
    width:600px;
}


/* specialFeature content end */


/* copy part */

#copy .unsubscribe,
#copy .info{
    text-align:center;
}

/* copy part end */

/* word space */


h4.wordSpace{
    margin-bottom: 15px;
}

h5.wordSpace{
    margin-bottom: 15px;
}

p.wordSpace{
    margin-bottom:30px;
}

p.wordSpaceS{
    margin-bottom: 15px;
}

p.wordSpaceMini{
    margin-bottom: 5px;
}

h4 a {
    color:#4B89D1;
}

/* img */
.event-img {
    float: left; 
    padding-right: 15px;
    margin-bottom: 15px;
}
.news-02-img {
    float: left;
    padding-right: 15px;
    padding-bottom: 9px;
}

.clear {
    clear: both;
}

p.photocopyright {
    text-align: right;
    color: #666666;
    font-size: 10px;
}

.eventWrap p {
    margin-bottom: 0;
}
#allCont .lastCont {
    margin-bottom: 18px;
}