* {margin:0px; padding:0px;}
img {border:0;}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #D7EBFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-size:12px;
	font-weight:bold;
	color:#04648A;
}
.wrapper { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fltlft {
	float:left
}
.fltrt {
	Float:right;
}
.nav {
	display:block;
	width:231px;
}
div.text { padding:10px;
}
div.wrapper {
	width:725px;
}
div.head { margin:0px; padding:0px;
}
div.navtop_ {
}
div#content {
}
#foot {
	clear:both;background-color: #D7EBFF;
}
.form {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#04648A;
	border: 1px solid white;
	width:170px;
	float:left;
}
form b {
	display: block-inline;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color:#FFFFFF;
}
.field {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 150px;
}
.fieldsmall {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 20px;
}
