body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-position: outside;
	list-style-type: disc
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc
}
.pagetitle {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bolder; font-variant: normal; text-transform: uppercase; text-decoration: none; color: 4C526A}
.pagesubtitle {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bolder; font-variant: normal; text-decoration: none; color: 4C526A}
.leftyellow {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: E4AC3B; text-decoration: none}
.nodecoration {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-decoration: none}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #999999;
}

#main {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#leftNav {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color:#FFD700;
  margin: 10px;
  float: left;
  width: 200px;
  text-align:center;
}

.bigBar {
  height:8px;
  color: #f00;
  background-color: #f00;
}

/* Image Classes - Bob */
.imgFltRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgFltLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
