body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #BD996B;
	background-image: url(images/chevrons.jpg);
	background-repeat: repeat-x;
	background-position: 0px 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p, li   { /*don't add the td here as the p is sometimes in a table cell and it would inherit the size,
thus making it 75% of 75%*/
	font-size: 75%;
	color: #333333;
}
li {
	padding-top: 3px;
}
ul {
	margin-left: 16px;
	padding-left: 0px;
	margin-top: -5px;
	padding-top: -5px;
}
h1 {
	font-size: 100%;
	padding-top: 20px;
	margin-bottom: 5px;
	clear: left;
	color: #715C40;
	margin-top:  0px;
}
h2 {
	font-size: 90%;
	padding: 0px;
	margin-bottom: -10px;
	clear: left;
	color: #715C40;
	margin-top: 0px;
}

a:link  {
	color: #003399;
	text-decoration: underline;
}
a:visited  {
	color: #4C3D2B;
	text-decoration: underline;
}
a:hover  {
	color: #4C3D2B;
	text-decoration: underline;
}
/*div that holds the logos*/
#topbanner   {
	 width:90%;
	 height:57px;
	 z-index:1;
	 background-image: url(images/background_topbanner.gif);
	 layer-background-image: url(images/background_topbanner.gif);
}
/*div that holds the sidebar and text*/
#textarea   {
	 left:-1px;
	 width:90%;
	 z-index:2;
}
/*I made this float left for images that are kind of small so do not need a lot of margin. If you
want to put larger pictures in the text, I would create a separate ImageFloatLeft or Right*/
.imageIconLeft {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.imageFloatRight {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #333333;
	padding: 0px;
}
.imageFloatLeft {
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #333333;
	padding: 0px;
}
/*style for the table cell that holds the main text*/
.TextCell {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.SidebarNavigation  {
/*the only reason I even created this tag is so that in the print style sheet
you can set this table cell to display:none. It holds the picture and navigation
items in the sidebar*/
}

/*styles the bottominfo cell info*/
.bottominfo {
	font-size: 70%;
	color: #FFFFFF;
	margin-right: 0px;
	padding-top: 5px;
}
/*all these tags are for the table that holds the navigation bullets and text*/
.navTable {
}
.navTableCell {
	font-size: 75%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 8px;
	vertical-align: text-top;
}
.navTable a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.navTable a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
.navTable a:hover  {
	color: #4C3D2B;
	text-decoration: underline;
}

.rightSidebar   { /*this is a classed div that holds the stuff on the right hand side of secondary pages */
	float: right;
	width: 200px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	
}
.rightSidebar p  {
	font-size: 70%;
	margin-bottom: 10px;
}
.rightSidebar ol  {
	padding: 0px;
	margin-top: 10px;
	margin-left: 25px;
}
.rightSidebar li  {
	font-size: 70%;
	padding-bottom: 1px;
}
.rightSidebar h1  {
	font-size: 80%;
}
.rightSidebar h2  {
	font-size: 80%;
}

.runin {
	font-size: 110%;
	font-weight: bold;
}
.gregstitle {
	font-weight: bold; 
	padding: 0px;
	margin-bottom: 5px;
}
.gregsdesc {
	font-size: 70%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
a.rareheronlink:link  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.rareheronlink:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.rareheronlink:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
	color: #333333;
	width: 95%;
	float: left;
	clear: both;
	text-decoration: none;
	font-size: 1px;
	display: block;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.reverseheadings {
	width: 250px;
	background-color: #BD996B;
	color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px; 
	padding-right: 20px;
}
