body#mcft h1 {
	font-size: 1.3em;
	margin: 0 0 10px 5px;
	padding: 0;
	color: #377709;
}

body#mcft h2 {
	font-size: 1.2em;
	margin: 10px 0 5px 5px;
	padding: 0;
	color: #377709;
}
body#mcft a {
	font-weight: bold;
	color: #55a51c;	
}
body#mcft #secrow {
	float: left;
	padding: 15px 0 10px 0;
	background: #fff url(/images/ft_bgd_secrow.gif) top left no-repeat;
	width: 750px;
}
body#mcft #toolrow {
	clear: both;
	width: 750px;
	float: left;
	text-align: right;
	color: #377709;
	font-size: 1.0em;
	margin-bottom: 7px;
	vertical-align: middle;
}
body#mcft #floatimg {
	/*width: 297px;*/
	}
body#mcft #footer {
	clear: both;
	background: #fff url(/images/ft_bgd_footer.jpg) top left no-repeat;
	color: #377709;
}
body#mcft #tophead {
	background: #fff url(/images/ft_bgd_secnav.jpg) bottom left no-repeat;
	text-align: left;
	padding: 10px 0 0 25px;
	margin: 0;
	float: left;
}
body#mcft #secnav {
	float: left;
	color: #377709;
	width: 456px;
	padding-bottom: 15px;
	font-size:1.0em;
}
body#mcft #secnav a {
	color: #377709;
}
body#mcft #search label {
	margin: 0;
	color: #377709;
}
body#mcft ul#nav li {
	float: left;
	border-right: 1px solid #7fc775;
}
body#mcft ul#nav li#lastnav {
	border: none;
}

body#mcft ul#nav li a {
	font-size: 1.2em;
	color: #55a51c;
	text-decoration: none;
	margin: 0 15px 0 15px;
}
body#mcft ul#nav li a:hover, body#mcft ul#nav li a.on {
	background-color:#c8eca0;
	font-size: 1.2em;
}
body#mcft #toolrow #texttools a {
	font-size:1.0em;
	color: #377709;
	text-decoration: none;
}
body#mcft dl#leftcolboxs dt {
	font-size:1.2em;
	margin: 0;
	font-weight:bold;
	color:#333333;
	padding: 5px 20px 10px 15px;
}
body#mcft dl#leftcolboxs dd li a{
	padding:3px 0 5px 0;
	color:#55a51c;
	list-style:none;
	margin:0;
	display:block;
	background: transparent url(/images/ft_arrow.gif) bottom right no-repeat;
}
body#mcft ul#subnav {
	width: 167px;
}
body#mcft ul#subnav li {
	padding: 0;
	margin: 0 0 0 2px;
	/*border-top: 1px solid #ffea8a;*/
	color: #377709;
}
body#mcft ul#subnav ul li {
	margin: 0;
}
body#mcft ul#subnav ul li a {
	background-color: #c8eca0;
	border-bottom: 1px solid #AAC2C5;
	color: #377709;
}
body#mcft ul#subnav li a:hover {
	background-color: #c8eca0;
}
body#mcft ul#subnav li a.subon {
	background-color: #c8eca0;
	color: #377709;
}

/* ft styles */

table.ft-table {
	width: 364px;
	border-spacing: 0px;	
	background: transparent url(/images/training_entrybgd.jpg) bottom left no-repeat;
}

table.ft-table th {
	background: #fff url(/images/ft_searchbgd.gif) top left no-repeat;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 5px #fff solid;
}

table.ft-table tr {
}

table.ft-table td {
	padding: 10px;
	border-top: 5px #66BC29 solid;
}


table.ft-table-wide {
	width: 550px;
	border-spacing: 0px;	
	background: transparent url(/images/training_entrybgd_550.gif) bottom left no-repeat;
}
table.ft-table-wide th {
	background: #fff url(/images/ft_searchbgd_wide.gif) top left no-repeat;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 5px #fff solid;
}

table.ft-table-wide tr {
}

table.ft-table-wide td {
	padding: 10px;
	border-top: 5px #66BC29 solid;
}

a.ft-large-button, p.ft-large-button {
       display: block;
       background: #3C9438 url(/images/ft_large_bu.gif) bottom left no-repeat;
       color: #fff !important;
       padding: 2px 0 2px 0;
       margin-top: 10px;
       font-size: 12px;
       width: 227px;
       text-align: center;
       text-decoration: none !important;
       font-weight: bold;
       /*float: right;*/
}

a.ft-med-button, p.ft-med-button {
       display: block;
       background: #3C9438 url(/images/ft_med_bu.gif) bottom left no-repeat;
       color: #fff !important;
       padding: 2px 0 2px 0;
       margin-top: 10px;
       font-size: 12px;
       width: 160px;
       text-align: center;
       text-decoration: none !important;
       font-weight: bold;
       /*float: right;*/
}

table.ft-widequote {
	width: 95%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.ft-widequote td.ft-widequote-left {
	background: transparent url(/images/ft_quotes_left.gif) top left no-repeat;
	width: 80px;
}

.ft-widequote td.ft-widequote-right {
	background: transparent url(/images/ft_quotes_right.gif) bottom left no-repeat;
	width: 80px;
}

.ft-widequote td.ft-widequote-author{
	text-align:right;
	font-weight:bold;
	/*padding-right:10px;*/
}

.ft-widequote td.ft-widequote-text{
	text-align:left;
	padding: 2px
}