body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

a {
	color: #000;
}

ul {
}

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%;
}

#content {
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 90%;
}

#homeNav {
	width: 795px;		/* 800px - 5px of left padding to align 1st colum of links w/ above content */
	clear: both;
	font-size: 80%;
	position: relative;
	background-color: #FFF;
	line-height: 1.1;
	border-top: 1px solid #000;	
	padding: 0 0 0 5px;
}

#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;
}

/***********************************************/
/* Global nav links styles                     */
/***********************************************/
#globalNav a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#globalNav a:hover {
	text-decoration: underline;
}

/***********************************************/
/* content styles (orange arrow bulleted list) */
/***********************************************/
#content ul {
	list-style-image: url(../images/arrow_bullet.gif);
}

#content li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/**********************************************************************/
/* Main link styles on bottom half of home page                       */
/* homeNav titles formatted as list to align with bulleted list below */
/**********************************************************************/
#homeNav ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#homeNav li {
	margin: 0;
	padding: 0 0 0 10px;
}

#homeNav a:hover {
	color: #FF6600;
}

/***********************************************/
/* site links - orange dot bulleted list       */
/***********************************************/
#bottomrowlink {
	line-height: 200%;
}

#bottomrowlink ul {
	margin: 0;
	padding: 0;
}

#bottomrowlink li {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/***********************************************/
/* Bottom nav links styles                     */
/***********************************************/
#bottomNav a:hover {
	background-color: #DDD;
}