.cardHeader
{
   width:650px;
   height:16px;
   background: url(../images/card_topx650.gif) 0 0 no-repeat;
   vertical-align:top;
}

.cardBody 
{
	line-height:1.6em;
    width: 650px;
    height: 100%;
    min-height: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    background: #FFF url(../images/card_bottomx650.gif) bottom left no-repeat;
    z-index:1000;
    border-top:none;
    margin-bottom:10px;
}

.cardBodyBlank 
{
	line-height:1.6em;
    width: 650px;
    height: 100%;
    min-height: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    background: #FFF url(../images/card_bottomx650_blank.gif) bottom left no-repeat;
    z-index:1000;
    border-top:none;
    margin-bottom:10px;
}

.pageTitle
{
	background: url(../images/header-background42.gif);
	height:42px;
	border: 1px solid #ccc;
}

h1{
	color:#4F7337;
	font-size: 120%;
	font-weight:bold;
	padding:12px;
}

.cardTitle{
	color:#4F7337;
	font-size: 120%;
	font-weight:bold;
}

H3 {
	font-size: 135%;
	color: #669750;
	border-bottom: #7DBAAA 1px dashed;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	line-height:normal;
}

