html {
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	background: url(../images/mfgsiderepeat_v2b.gif) repeat-y left;
    font-size: 11pt;
	color: #000000;
    font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
	
body {
	margin: 0px; 
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
		
table.page {
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#header {
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	clear: both;
	display: block;
}
		
/* -------------------------------------------------------------------------------TOP COLUMN TABS  ------------------------------------------------------------------------------- */

#topnavigation { 
	width: 800px;
	height: 22px;
	clear: both;
	float: left;
	display: block;
	background: url(../images/toptabbg.jpg) repeat-y left;		
	border-bottom: 1px solid #ffffff;
}

ul#toptabs {
        margin-top: 0px;
        padding: 0px;
        list-style-type: none;
        white-space: nowrap;
}

ul#toptabs li {
		float: left;
        font-family: verdana, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        margin: 0;
        padding: 2px 0px 2px 0px;
        background-color: #7e583b;
        border-top: 0px;
		height: 16px;
		background: url(../images/toptabbg.jpg) repeat-y left;
}

#toptabs a, #toptabs a:link {
        margin: 0px;
        padding: 5px 9px 4px 9px;
        color: white;
	    border-left: 1px dotted #778899;
        border-right: 1px dotted #778899;
        text-decoration: none;
}

ul#toptabs li#active {
        color: #95bbae;
        background-color: #deebe5;
}

#toptabs a:hover {
        color: #000000;
        background-color: #CEB8A1;
		text-decoration: none;
}		
		
/* --------------------------------------------------------------------------LEFT COLUMN TABS ------------------------------------------------------------------------- */

div#leftcolumn {
        width: 166px;
        border-style: solid solid none solid;
        border-color: #94AA74;
        border-width: 1px;
        margin: 2px;
        }

#leftcolumn li a {
		height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
		font-family: verdana;
		font-size: 10pt;
        text-decoration: none;
		font-weight: bold;
		background: url(../images/menu1.gif);
        }

#leftcolumn li a:link {
        color: #5E7830;
        display: block;
        background: url(../images/menu1.gif);
        padding: 8px 0 0 10px;
        }
		
#leftcolumn li a:visited {
        color: #5E7830;
        display: block;
        background: url(../images/menu1.gif);
        padding: 8px 0 0 10px;
}

#leftcolumn li a:hover, #menu li #current {
        color: #26370A;
        background: url(../images/menu1.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#leftcolumn li a:active {
        color: #26370A;
        background: url(../images/menu1.gif) 0 -64px;
        padding: 8px 0 0 10px;
        }


/* -------------------------------------------------- CONTENT ----------------------------------------------------- */

#content {
	width: 611px;
	margin: 4px;
	padding-left: 8px;
	float: right;
	padding-bottom: 20px;
	
}

#content strong {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  text-align: left;
  color: #006400;
  display: block;
  padding: 3px;
  border-bottom: 1px dotted #000000;
}

#content h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #696969;
  display: block;
  border-bottom: 1px dotted #000000;
}

#content a {
  color: green;
  font-weight: bold;
  text-decoration: none;
}
  
#content a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

#content a:visited {
  color: #A52A52;
  text-decoration: underline;
}

#content img {
  border: 1px dotted white; 
  display: inline; 
  margin: 5px;
  clear: none;
}

#content a img:hover {
  border: 1px solid white;
}

#content img.borderless {
  border: 0px;
  display: inline;
}

#content table.borderless {
  display: block;
  clear: both;
  border: 0px;
  padding: 10px;
}

#content ul {
	list-style: square;
	margin-left: 40px;
}

/* ----------------------------------- BOTTOM ------------------------------------ */

#footer {
	margin-left: 215px;
	margin-top: 60px;
	border: solid 1px #000000;
	padding: 6px;
	background: #607d3b;
	width: 550px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

#footer a:visited, #footer a:link { 
	color: #BEBEBE;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

