span.highlight {
    color: #990000;
    font-size: 14px;
    font-weight: normal;
}

span.date {
    color: #6b0300;
    font-size: 10px;
    font-weight: bold;
}

span.h1 {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

span.heading {
    color: #990000;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

span.navHeading {
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

span.normal {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-style: normal;
}

a.more {
    color: #CC0000;
    padding: 0px 10px 0px 0px;
    background-image: url("../images/arrow.gif");
    background-position: center right;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: none;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

#content-left {
    width: 710px;
    float: left;
    margin-right: 0px;
	padding-left: 10px;
    padding-top: 10px;
	display:table-cell;
}

#content-left-home {
    width: 720px;
    float: left;
    margin-right: 0px;
    padding-top: 0px;
	display:table-cell;
}

#content-right {
    background-color: #eeeeee;
    width: 220px;
    float: right;
    padding: 20px 10px 10px 10px;
	display:table-cell;
}

img.bannerv {
    border-top: 10px solid #FFF;
    border-right: 10px solid #FFF;    
    float: left;
    z-index: 10;
}

div.contentTxt {
    margin-top: 10px;
    width: 484px;
    float: right;
}

p.caption {
    background:#000000;
    color: #FFF;
    padding: 10px 20px 10px 20px;
}

p.heading {
    color: #990000;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 5px;
}

p.text {
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}



/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:960px; height:293px;  background::#EEE;  }
#bannerRotator ul li img{ max-width:960px; max-height:293px; }


/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative; }
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; }
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; right:15px; bottom:15px; background:url(images/transBlack75.png) repeat 0 0; padding:5px 5px 5px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#bannerNav a { margin:3px 10px 0 0; height:10px; width:10px; display:block; background:url(../images/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(../images/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(../images/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(../images/play.png) }

