html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Arial;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background-color: #f0f0f0;
	background-image: url('../images/binary.jpg');
    overflow:scroll;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

div.center {
  text-align: center;
}

div#wrapper 
{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	border: 1px solid #888;
	background-color: #fff;
	text-align: left;
	min-height: 530px;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header 
{
	margin: 10px;
	padding: 0px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	background-image: url('../images/binary_back_dms.jpg');
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 15px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	background: url(../images/mw_etl_logo.png) 0 0 no-repeat;
	margin-left: 20px;
	margin-top: 15px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#area {
	padding: 0;
}

#leftcolumn {
	padding: 10px;
	margin: 0;
	width: 200px;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 210px;
	padding: 10px;	
	width: 650px;
}

#maincolumn_full {
	margin-left: 0;
	padding: 20px;	
	width: 100%;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.menuitem {
	color: #200266;
	font-weight: normal;
	text-align: left;
	text-decoration:none;
}

.menuitem:hover 
{
	color: #da1c0c;
	text-decoration:underline;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #ededed;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
}

div.module_menu ul {
	margin: 0px 0px 10px 0px;
	padding-left: 20px
}

div.module_menu 
{
	border: 1px solid #ddd;
	margin-bottom: 10px;
}


#leftcolumn div.module table {
	width: auto;
}

#mainHeading 
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	padding-bottom: 10px;
}

#RequestContact
{
	width:350px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#Contact
{
	width:200px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}