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;
}

h5 {
	font-size: 1em;
}

#all {
}

.smalltext {
	font-size: x-small;
}

.smalltext ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.indent {
	position: relative;
	padding-left: 30px;
}

/*-------Contact Us Form-------------*/
.form {
	border: 1px solid #000;
	background-color: #FAC833;
	padding: 0 0 10px 5px;
	margin: 0;
}

/***********************************************/
/* 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%;
	margin-bottom: 15px; /* not included in "index.css" or "sitemap.css"  */
}

#sectionLinks {
	width: 150px;
	height: 400px;
	background-color: #EEE;
	font-size: 90%;
	font-weight: bold;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#content {
	width: 639px; /*800px - 150px (sectionLinks) - 10px (left indend) - 1px (contactForm border) = 639 */
	left: 10px;
	position: relative;
}

#bottomNav {
	width: 800px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	text-align: center;
	clear: both;
	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;
}

/***********************************************/
/* Section links styles                        */
/***********************************************/

#sectionLinks ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sectionTitle {
	background-color: #CCC;  /* #FAC833  */
	padding: 3px 0 3px 10px;
	margin-bottom: 0px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#sectionLinks li {
	border-bottom: 1px solid #999;
}

#sectionLinks a {
	display: block;
	padding: 4px 4px 4px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #FAC833;
	text-decoration: underline;
}

#graylogo {
	position: absolute;
	left: 12px;
	top: 440px;
}

/***********************************************/
/* Bottom nav links styles                     */
/***********************************************/

#bottomNav a:hover {
	background-color: #DDD;
}