body {
	background-color: #a6bf79; /* green for entire page */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 10px; /* ensure that some green will show */
	padding: 0px;
}

/* avoid overwriting floating elements */
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

/* This is the entire content display area, including the stuff above and below the "box" */
#container {
	margin: 0 auto;
	text-align: left;
	width: 720px;
}

/* Redefine the line spacing at paragraph breaks and color of headers */
p{ 	margin: 15px 0px; }
h1 {	color: #000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
h2 { color:#85a157;
	font-size:14px;
	text-align:center;
	margin: 10px 0px 15px 0px;
}
h3 {	color:#85a157;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

/* Use "hometop" to display the top picture and text of default.htm */
#hometop {
	font-size: 24px;
	font-style:italic;
	text-align: center;
	color:#FFFFFF;
	top:0px;
	height: 272px;
	/* headercrop is 716x240 pixels */
	background: url(images/headercrop.jpg) bottom center no-repeat;
	margin: 0 0 0 0;
}

/* Menu bar definitions */
#nav, 
#nav ul {
	float: left;
	width: 717px;
	list-style: none;
	line-height: 1;
	background: white;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
#nav a {
	display: block;
	width: 116px;
	color: #7C6240;
	text-align: center;
	text-decoration: none;
	padding: 4px 0px;
	border: solid #eda;
	border-width: 3px 3px;
}
#nav li {
	float: left;
	padding: 0;
	width: 119px;
}
#nav li:hover { background: #eda; }

#nav li ul {
	position: absolute;
	left: -99em; /* Hide the drop-downs by pushing them off-screen */
	height: auto;
	width: 120px;
	font-weight: normal;
	border-width: 5px;
	margin: 0;
}
#nav li:hover ul { background: white; left: auto; }

#nav li li { padding-right: 0px; width: 120px }
#nav li ul a { width: 117px; }

/* "content" defines the grey box, terminate it with "footerline" */
#content {
	float: left;
	background-image: url(images/content_bg.gif);
	width: 717px;
	margin: -10px 0 0 0;
}
/* Tweak the color of links */
#content a {color:#c77e0c;}
#content a:hover {color:#85a157;}

#left {
	float: left;
	width:428px;
	margin-left: 27px;
	padding: 0px 10px 0px 0px;
}

#right {
	float: right;
	width:200px;
	padding: 0px 20px 20px 20px;
	margin-top:15px;
	border-left: #FFF 2px solid;
}

#fullwidth {
	float: left;
	width: 670px;
	margin-left: 27px;
	padding: 5px 10px 20px 0px;
}
#fullwidth li { margin-left: 50px; }

#umclinks {
	clear: both;
	width: 670px;
	margin-left: 50px;
	padding: 5px 10px 20px 0px;
}
#umclinks, #umclinks a{ padding: 0 20px 0 0; }

/* Footer graphic closes off "content" */
#footerline {
	clear:both;
	background-image:url(images/footer_bg.gif);
	/* font-size:1px; */
	height:10px;
}

/* Use for stuff below gray box */
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
}



