/* CSS Document */

/* START - Body and Page Parameters */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(../media/images/topbg.gif);
	background-repeat: repeat-x;
	background-color: #E2E1E2;	
	width: 797px;
}
.tileBg{
	background-image: url(../media/images/bg_color.gif);
	background-repeat: repeat;

}

#container {
	width: 797px;
	text-align: left;
	margin: 35px 0px 0px 0px;
	position: relative;
	height: 100%;
	z-index: 25;

}

#navholder {
	width: 781px;
	margin: 230px 0px 0px 8px;
	position: absolute;
	z-index: 29;
	background-image: url(../media/images/nav_bg.gif);
	background-repeat: repeat-x;	
}

#pageContent {
	width: 797px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 1;
}

#footer{
	width: 797px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	height: 135px;
	background-image: url(../media/images/bg_color.gif);
	background-repeat: repeat;
	z-index: 2;
}


.tileBg{
	background-image: url(../media/images/bg_color.gif);
	background-repeat: repeat;

}
#topTag  {
	width: 797px;
	text-align: left;
	margin: -25px 0px 0px 0px;
	position: absolute;
	left: 25px;
	padding: 0px;
	z-index: 1;
	vertical-align: top;

}

#topNav  {
	width: 797px;
	text-align: right;
	margin: -45px 0px 0px 0px;
	position: absolute;
	padding: 0px;
	z-index: 2;

}

#searchmfc  {
	width: 589px;
	height: 35px;
	text-align: right;
	margin: 52px 0px 0px 200px;
	position: absolute;
	z-index: 27;
	vertical-align: top;

}
#searchmfcHead  {
	width: 191px;
	height: 35px;
	text-align: left;
	position: absolute;
	margin: 52px 0px 0px 9px;
	z-index: 28;
	vertical-align: top;
	background-image: url(../media/images/searchmf.gif);
	background-repeat: no-repeat;	
	background-position: 0% 0%;

}

#searchsf  {
	width: 590px;
	height: 125px;
	text-align: right;
	margin: 52px 0px 0px 200px;
	position: absolute;
	z-index: 27;
	background-color: transparent;
	vertical-align: top;

}
*/

#searchsf  {
	width: 589px;
	height: 35px;
	text-align: right;
	margin: 0px 0px 0px 200px;
	position: absolute;
	z-index: 27;
	background-color: transparent;
	vertical-align: top;

}
#searchsfHead  {
	width: 191px;
	height: 35px;
	text-align: right;
	margin: 52px 0px 0px 9px;
	position: absolute;
	z-index: 28;
	vertical-align: top;
	background-image: url(../media/images/sf_search.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;

}


.bgNavSec {
	background-image: url(../media/images/nav_bg.gif);
	background-repeat: repeat-x;	
}


#form  {
	width: 797px;
	position: absolute;
	padding-right: 15px;
	z-index: 1;




}


a {
	text-decoration: none;
}

#nocss {
	display: none;
}



/* Hide text repeated from images */
.label {
	display: none;
}
/* END - Body and Page Parameters */



/* START - content div */
#content {
	clear: left;
}

#content a {
	color: #336699;
}

#content a:hover {
	text-decoration: none;
}
/* END - content div */

