html, body { height: 100%; }

div {   margin: 0; padding: 0; }

body {
	background-color: white;
	font-family: garamond, Helvetica, Arial;
	font-size:12pt;
	margin: 0;
	padding: 0;
}

.hc	{
	color: #b2b2b2;
	text-decoration: none;
	font-size:10pt;}

a:link	{
	color: #2d370d;
	text-decoration: underline;}
	
a:hover {
	color:#2d370d; 
	text-decoration: none; }

a:visited {
	color:#2d370d; 
	text-decoration: underline; }
	
a:visited {
	color:#2d370d; 
	text-decoration: underline; }

img { border: 0px;}

H3 { 
	text-align: left;
	padding: 5;}

#head
{
	height: 340px;
}

#left {
	width: 180px;
}

.menuitem {
	margin-bottom: 10px;
}

#foot {
	height: 80px;
	width: 229px;
	background-image: url("foot.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	padding-left: 15px;
	padding-right: 15px
}

p {padding: 0;
	height: auto;
	width: 100%;
	min-width: 0;
	text-align: left;}
	
li {padding: 5px;
	text-align: left;}
	
ul.none {padding: 5px;
	text-align: left;
	list-style-type: none;}