body {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
 font-size: 12px;
 padding: 0; margin: 0;
 background: #eef1ed;

 }

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px dashed #ccc;

width: 345px; /*width of featured content slider*/
height: 300px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 343px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:0px;
text-align: right;
background-color: navy;
padding: 0;
}

.pagination a{
padding: 0 px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* Begin Parent Right Column ----------------------------------------------------------------------- */
#contentTitle {
 margin: 0 0 0 0px;
 display: inline; /* IE Fix */
 width: 345px;
 height:220px;
 float: left;
 background-color: #fff;
}
#contentTitle2 {

 margin: 0 0 0 0px;
 display: inline; /* IE Fix */
 width: 342px;
 float: left;
 background-color: #fff;
}
#contentTitle p.content {
border: 1px solid #fff;
 margin: 10px;
}
#contentTitle p.content img {
 float: left;
 margin: 0px 10px 0px 0px;
}
#contentTitle h1 {
 margin: 0px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 20px;
 background: #EEF1ED;
}
