/*
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:0px 0px 0px 0px;
	color:#000000;
	background:#FFFFFF;
	text-align: center;
	overflow:auto;
}

h1
{
	text-align: left;
	color: #c91f1f;
	font-size: 16pt;
	font-weight: lighter;
	text-indent: 40px;
	margin: 10px 10px 10px 10px;
}
h2
{
	color: #086908;
	margin: 0px 0px 0px 0px;
	font-size: 13pt;
	font-weight: 700;
}
h3
{
	color: #c9921f;
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	font-weight: 700;
}

img 
{ 
	border: 0;
}

a
{
	color:#086908;
	text-decoration: none;
}

/* ids for screen */
#header
{
	position:relative;
	left: 0px;
	top: 0px;
	width: 792px;
	height: 96px;
	background-image: url('../images/mnkheader.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: #faf3e4;
	/* padding-bottom:10px; */
	/* overflow: hidden; */
}

.row
{
	display: block;
	top:0px;
	left:0px;
	width: 100%;
	overflow:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.leftColumn
{
	float:left;
	display:inline; /* fix for IE6 */
	width:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:visible;
	text-align:left;
	-moz-box-sizing:border-box;
}

.rightColumn
{
	float:right;
	display:inline; /* fix for IE6 */
	width:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:visible;
	text-align:left;
	-moz-box-sizing:border-box;
}

.hrdivide
{
	color:#666666;
	width:90%;
	height:1px;
	text-align:center;
	margin:10px auto 10px auto;
}

.ddMenu
{
	z-index:99;
	position:absolute;
	left:0;
	top:74px;
	width: 500px;
	height: 24px;
}

.footer
{
	display:block;
	width: 792px;
	/*height: 60px;*/
	/*overflow: hidden;*/
	color: #666666;
	font-size: 8pt;
	margin:0px auto 8px auto;
	padding:0px 0px 0px 0px;
}
.footer A
{
	color: #666666;
}
.btmall
{
	position:relative;
	top:0px;
	left:6px;
	width:992px;
	height:8px;
}
