* {
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

body {
	background-image: url('images/mdtbak.jpg');
	background-color:#0b4316;
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	top:0;
	left:0;
	width:934;
	height:158;
}

#menu {
	top:0;
	left:0;
	width:934;
	height:44;
	background-image:url('images/menubar.jpg');
	background-repeat:repeat-x;
}

#form {
	z-index:25;
}

#maincontent {
	float:clear;	
	position:relative;
	width:934;
	background-color:white;
}

#michael {
	position:absolute;
	top: 0;
	right:26;
	width:254;
	height:202;
}

#footer {	
	float:clear;
	position:relative;
	width:956;
	background-image:url('images/ftrda_02.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#004000;
}

input,textarea {
border: 1px solid #A5ACB2;
background: #333333;
background-color: #FFFFFF;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
}

.altTextField {
border: 1px solid #A5ACB2;
background-color: #ececec;
font-family: verdana;
font-size: 12pt;
color: #09c09c
}

.formbutton {
cursor:pointer;
border:outset 0px #ccc;
width: 80;
height: 24;
background:#999;
font-family: verdana;
font-color: black;
font-size: 10pt;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) center top;
}

.noborder {
border: none;
}