b.bt, b.bt b, b.bb, b.bb b {
display: block;
height: 16px;
font-size: 1px;
background: url(../images/corners.gif) no-repeat;
position: relative;
}

b.bt {
top: -2px;
left: -2px;
}

b.bt b {
background-position:100% -16px;
left: 4px
}

b.bb {
background-position:0 -32px;
top:2px;
left: -2px;
}

b.bb b {
background-position:100% -48px;
left: 4px;
}

.greyborder {
border: #c8d1d8 2px solid;
}

/* added by Frank */

div.greyborder h2.heading {
	margin: 0;
	padding: 0 0 0 1em;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

div.picture {
	float: right;
	clear: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div.picture {
	display: block;
	width: 200px;
	text-align: center;
	margin: -0.8em 10px 0em 10px;
	/* padding: 0 10px 2px 10px; */
}

div.picture a img {
	border: 0;
}

h2.heading a {
	text-decoration: none
}

div.greyborder {
	position: relative;
	color: #1c2a5c;
	font-family:Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0 1em 0.5em 0;
	text-align: left;
	padding: 0;
}

div.greyborder p a {
	text-decoration: none;
}

p.paragraph, div.greyborder p {
	clear: none;
	/*margin-bottom: 0;*/
	padding: 0 0.3em 0 1em;
	line-height: 1.3;
	margin: 0.5em 0.3em 0 0;
	font-size: 90%;
	color: #1c2a5c;
}

/* Ryans neutralize.css*/
.clearfix, .cls, clear { /* use with a <br class="cls" /> to clear floats with no extra space*/
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}