body {
	background-image: url(../00assets_master/4723GVMwebBkgnd.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #827500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.headlineBrn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #827500;
	font-variant: small-caps;
	}
.pagename {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #827500;	
}
.Pagename_Hierarchy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #827500;
	font-style: italic;
}
.bodytextBrn12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #827500;
}
.bodytextBrn {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #827500;
}

.bodytextRed12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #514883;
}
.bodytextBlu12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #514883;
}
.bodytextBlu16px {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #514883;
}
.bodytextBlu14px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #514883;
}

/*Following three styles for David Gaw Presetations Page */

.GawSpeaks_Organization {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #827500;
	font-weight: bold;
}
.GawSpeaks_EventTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #514883;
	font-weight: bold;
	font-style: italic;
}
.GawSpeaks_Date_Location {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #827500;
	font-style: normal;
	font-weight: normal;
}

/* General Page Rules (link colors, and floating images) */
a:link {
	color: #827500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #827500;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.FloatImageRight {
	float:right;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #CCCC99;
	}
.FloatImageLeft {
	float:left;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #CCCC99;
	}

/* An unordered bullet list */
ul.NoBullet {
  list-style-type: none
  }