.col_left {
float:left;
margin-top: .5em;
background-color:#CDDBEB;
width:15em;
height: 27em;
border: solid 1px;
border-color: #000;
text-align: center;
}

.col_left img {
margin: .8em;
width: 13.4em;
height: 25.4em;
border: solid 1px black;
}

.col_left p {
text-align:center
}

.col_right {
float:left;
width: 25em;
margin-top: .5em;
padding-left: 1em;
}

.hdr, .hdr2 {
font-size: .9em;
font-weight: bold;
}

.hdr2, .sub_hdr 
{text-indent: 1em;
}

.indent {
text-indent: 2em;
}

#footer { 
float: left;
margin-top: .3em;
width: 100%;
clear: both;
 }

#footer p {
font-size: 0.8em;
color: #000000;
}