.contentdiv {
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
float: left;
min-height: 235px;
height:auto !important;
height:235px;

}

.contentdiv h1 {
font-weight: normal;
font-size: 2em;
}

.paginationstyle{ /*Style for demo pagination divs*/
float: left;
width: 918px;
border: 1px solid #6F91B6;
background-color: #CAD5E3;
}

.paginationstyle a { /*Pagination links style*/
padding: 5px;
float: left;
text-decoration: none;
border-right: 1px solid #6F91B6;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: navy;
padding: 5px;
background-color: #CAD5E3;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: navy;
background-color: #CAD5E3;
}
