a:link, a:hover, a:active, a:visited {
	color:#1D7247;
	text-decoration:none;
	}
p, td {
	color:black;
	font-family: Verdana,Arial;
	font-size:11pt;
	}
ul { list-style:square; color:#285; }
li {
	/* can't have color b/c I want only the marker in color */
	font-family: Verdana,Arial;
	font-size:11pt;
	padding:.25em 0;
	}

body {
	margin:0;
	text-align:center;
	}
	
/* The header is the green bar at the top of each page */
#header {
	width:740px;
	* width: 750px;
	height:50px;
	background-color:#285; /* green */
	color:white; 
	border-bottom:2px solid black;
	border-right:2px solid black;
	margin:0 auto;
	padding:5px;
	text-align:left;
	}
#headerpagename {
	float:right;
	font:16pt Verdana, Arial, sans serif;
	height:100%;
	line-height:50px;
	}
.headertext1 { color:white; font:20pt Times New Roman, Times; font-style:italic; }
.headertext2 { color:white; font:12pt Georgia; letter-spacing:.1em; }
.headertext3 { color:white; font:9pt Times New Roman, Times; letter-spacing:.1em; }

	
/* The container div includes both the body and left menu */
#container {
	width:750px;
	margin:1em auto;
	padding:0;
	text-align:left;
	}

/* left menu layout */
.leftmenu {
	border-bottom:1px solid #ccc;
	margin:1.5em 0;
	}
.leftmenu a {
	font:11pt Arial;
	}

/* The maincontent div includs just the main content of the page */
#maincontent {
	float:right;
	padding:0 .5em 1em .75em;
	width:525px;
	border-left:1px solid #ccc;
	background-color:white;
	min-height:400px;
	* height:400px;
	}
h1 {
	height:20px;
	font:16pt Times;
	color:#A53B4F;
	border-bottom:1px solid #A53B4F;
	letter-spacing:-.05em;
	}

/* This is for all tables that contain data (not layout) */
#datatable {
	border-collapse:collapse;
	border:1px solid black;
	}
#datatable .trhdr {
	border:1px solid black;
	background-color:#8DE2B8;
	}
#datatable .trgray {
	border:1px solid black;
	background-color:#eee;
	}
#datatable .tt {
	font-family: Courier; /* Courier New makes bold '%' look like 9/6 */
	text-align:center;
	border:1px solid black;
	}
#datatable td {
	padding:.2em .5em;
	}
	
/* special table for freight bill inquiry */
table.freightbill {
	border-collapse:collapse;
	border:1px solid #888;
	margin:1em 0;
	}
.freightbill tr td {
	border:1px solid #888;
	padding:.1em .5em;
	}
