/*
JFM Style Sheet
4/15/2009
based on 1024x768
*/

/* tags for screen */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	color:#000000;
	background-color:#e32028;
	text-align: center;
	overflow:auto;
}

h1
{
	text-align: left;
	color: #e32028;
	font-size: 16pt;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

.nobg
{
	text-align: center;
	color: white;
	font-size: 16pt;
	font-weight: normal;
	margin: 9px 0px;
}

img 
{ 
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a
{
	color:#086908;
	text-decoration: none;
}

/* ids for screen */
#header
{
	position:relative;
	left: 0px;
	top: 0px;
	width: 792px;
	height: 133px;
	background-image: url('../images/mfk_header_new.png');
	background-repeat: no-repeat;
	/*background-color: #ffffff;*/
	overflow: hidden;
}



/* classes for screen */
.content
{
	margin: 5px auto 0px auto;
	width:792px;
	height:auto;
	font-size: 10pt;
	color: #000000;
	background-color: #e32028;
}

.ddMenu
{
	z-index:99;
	position:absolute;
	left:2;
	top:95px;
	width: 791px;
	height: 38px;
	background-image: url('../images/mfk_menubg.png');
	background-repeat: no-repeat;
}

.btmheader
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:792px;
	height:19px;
	font-size: 10pt;
	color: #000000;
	background-image: url('../images/mfk_content_hdr.png');
	background-repeat: no-repeat;
	text-align: left;
}

.btmcontent
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 9px 18px;
	width:792px;
	height:auto;
	font-size: 10pt;
	color: #000000;
	background-image: url('../images/mfk_content_bg.png');
	background-repeat: repeat-y;
	text-align: left;
}

.btmfooter
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:792px;
	height:19px;
	font-size: 10pt;
	color: #000000;
	background-image: url('../images/mfk_content_ftr.png');
	background-repeat: no-repeat;
	text-align: left;
}

.footer
{
	display:block;
	width: 792px;
	/*height: 60px;*/
	/*overflow: hidden;*/
	color: white;
	font-size: 8pt;
	margin: 0px auto 8px auto;
	padding: 0px 0px 0px 0px;
}
.footer A
{
	color: white;
}
