html, body {
 height:100%;
}

body {
 
 text-align:center;
}

#mainwrap {
  width:840px;
  margin-left:auto;
  margin-right:auto;
 text-align:left;
 position:relative;
 min-height:100%;
 
}




* html #mainwrap {
 height:100%;
}

/* commented backslash hack V2\*/
html body {
 height:100%;
}

* html #mainwrap {
 height:100%;
}

/* end hack */


body {
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	color:blue;
	background-color:#FDFFF8;
 }
#content {margin-top:20px;
 
 text-align:center;
}

#header *, #navigation * {margin:0; padding:0;}

	


#container {width:840px;}

#header {height:131px;	
	width:765px;
	text-align:center;
	margin-top:5px;
	

}

#headerleft {height:100px;
	width:435px;
	padding-right:20px;
	float:left;
}

#headermiddle {
	width:211px;
	padding-right:5px;
	float:left;
}

#headerright {
	margin-left:20px;
	width:265px;
	font-size:0.9em;
	font-weight:bold;
	float:left;
}



#navigation {width:170px;
	margin-top:10px;	
	float:left;
	
	font-family:georgia;
	overflow:hidden; /* prevents overlarge elements breaking out of column */	
}
#navigation ul {
	text-align:left;
	list-style-type: none;
	font-size:11pt;
	font-weight:bold;
	width:175px;
}


#navigation li a:link, #navigation li a:visited {
	text-decoration:none;
	background-color:#FDFFF8;
	color:#1C525D;
	display:block;
	height:15px;
	margin-top:5px;
	padding:5px;
	
}

#navigation li a:hover {background-color:#1C525D;
	color:#FDFFF8;
}


ul a, li {color:#3B9C9C}

a {text-decoration:none;}

#links a {color:blue;
	font-size:7pt;
}

table {width:600px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:9pt;
	background-color:#c9d04e;
	text-align:left;}

th {font-weight:bold;
	font-size:10pt;}


.right {text-align:right;}

.middle {text-align:center;}


#footer img {float:left;
	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
}


.edit {width:60px;
text-align:right;
}



.edit input {text-align:center;
float:right;
font-size:7pt;
background-color:transparent;
border:1;
color:red;
margin-right:0px;
}

#delivch {display:none;}