 a:active { color: #000000; text-decoration: underline; } 
 a:hover { color: #000000; text-decoration: underline; } 
 a:link { color: #2F3A7F; text-decoration: underline; } 
 a:visited { color: #2F3A7F; text-decoration: underline; } 
 
 
.sidelink
{
	color: #595593;
	font-family: Helvetica,Arial;
	font-size: 12px;
	font-weight: normal;
	display: block;
	xpadding-top: 12px;
	xpadding-bottom: 3px;
}

.subhead
{
	color: #2F3A7F;
	font-family: Helvetica,Arial;
	font-size: 15.5px;
	font-weight: normal;
	display: block;
	xpadding-top: 12px;
	xpadding-bottom: 3px;
}

.boldsubhead
{
	color: #2F3A7F;
	font-family: Helvetica,Arial;
	font-size: 15.5px;
	font-weight: bold;
	display: block;
	xpadding-top: 12px;
	xpadding-bottom: 3px;
}

.minihead
{
	color: #2F3A7F;
	display: inline;
	font-weight: bold;
	font-family: Helvetica,Arial;
}


.title {
	width: 667px;
	height: 54px;
	background: url(/images/title.gif);
	text-align: left;
	font: bold 19px/25px "trebuchet ms",arial,sans-serif;
	color: #59659a;
	padding-left: 30px;
}

.samplebox {
	width: 80%;
	border: 2px solid #9FBB82;
	padding: 5px 10px; 
	margin: 30px auto;
}
.samplebox p {
	margin: .5em 0;
}

