body {
	width: 800px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

a {
	color: #000;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topbarimg {
	width: 800px;
	background-color: #FAC833;
	border-bottom: 1px solid #000;
}

#addressbar {
	width: 800px;
	background-color: #DDD;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.75;
}

#globalNav {
	width: 800px;
	background-color: #000;
	line-height: 1.75;
	text-align: left;
	border-top: 1px solid #FF0000;
	font-variant: small-caps;
	color: #FFF;
	text-indent: 10px;
	font-size: 90%;
}

#bottomNav {
	width: 800px;
	text-align: center;
	font-size: 80%;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	line-height: 1.5;
}
/***************************************************/
#globalNav a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#globalNav a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Page heading - "Sitemap"                    */
/***********************************************/
#title {
	position: relative;
	left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
	margin-top: 15px;
}

/***********************************************/
/* Gray section titles at top                  */
/***********************************************/
#headers {
	margin-bottom: 10px;
	background-color: #DDD;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/***********************************************/
/* Main section                                */
/***********************************************/
#links {
	line-height: 1.5;
	font-size: 80%;
}

#links a:hover {
	color: #FF6600;
}

#bottomNav a:hover {
	background-color: #DDD;
}