/* CSS Document */

/* header */
#header {
 	background: url(/images/fut/logo.jpg) no-repeat bottom left;
	height:126px;
}
#headerbanner {
    background:url(/images/fut/banner.jpg)  no-repeat bottom right;
	text-align:left;
	text-indent:-5000px;
}

/* breadcrumbs */
#nav {
	border-top:1px #ffffff solid;
	border-bottom:1px #ffffff solid;
}
#breadcrumb {
	padding-left:15px;
	width:765px;
	background:#2e5b82;
	color:#ffffff;
}
#righttitle {
	background-color:#CCCCCC;
	color:#404040;
	font-weight:bold;
}

/* content */
#content {
	width:490px;
}
#content h1{
	color:#000000;
	font-size:1.6em;
	font-weight:lighter;
}
#content form{
	margin:10px 0 0 0;
}

/* left navigation */
#leftcolumn {
	padding:20px 0 100px 0;
	width:200px;
}
#leftcolumn a.topnav{
	color:#ffffff;
	font-size:95%;
}
#leftcolumn li{
	border-top:1px solid #528abb;
	padding: 6px 10px 6px 20px;
	margin:0;
	background:url(/images/cpl/navt2.gif) no-repeat 0% 50%;
}
#leftcolumn li.current{
	border:none;
	margin:0;
	background:none;
	padding:0;
}
#leftcolumn li.parent{
	background:none;
}

#leftcolumn li.current ul {
	margin:7px 0 0 0;
}
#leftcolumn ul.show li{
	border:none;
}
#leftcolumn .pde {
	border-bottom:1px solid #528abb;
	}

/* workaround since there is no class for nav heading */
#leftcolumn li.current {
	margin-left:5px;
}
#leftcolumn li.current ul {
	margin-left:-5px;
}

/* search */
#search legend {
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
}
#searchsubmit, #content form .button {
	background:url(/images/fut/go_mpmfut.gif) no-repeat top left;
	border:none;
	text-indent:-5000px;
	text-align:left;
	line-height:0px;
	width:29px;
	height:23px;
}

/* background and footer */
#faux, #documentnumber {
	background:url(/images/fut/leftbg.gif) repeat-y;
}
#footer {
	border-top:1px solid #000000;
	background:#FFFFFF;
}

#footer p {
	color:#000000;
}

.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover { background-color: #2e5b82; font-size:0.85em; color:#fff; text-decoration:none; }