body {
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif }

/* -- p color is for std paragraph only <p> text */
p  { color: rgb(0,0,0); font-family: Arial, Helvetica, sans-serif; margin-right: 10px ; }

/* -- container is grey box, seen on left only since top banner, content, and footer covers up the right side part */
#container { background-color: rgb(240,240,240); width: 780px; \width: 800px; w\idth: auto; border: solid 0 gray; background-image: none; min-width: 600px; }

/* -- banner is the top image box, PC wont see empty bkgd in page so put image in page area not in CSS */
#banner {
	margin: 0;
	background-color: rgb(240,240,240);
	min-height: 100px;
	max-height: 100px;}
#bannerinside { background-color: white; background-image: url(images_site/inside-bar-top-right.gif); background-repeat: no-repeat; background-position: right 0; margin: 0; min-height: 10px; max-height: 10px; }
/* -- main content "area" */
#content  { background-color: white; margin-left: 175px; padding: 10px 20px 20px 10px; min-height: 500px; margin-top: 0; border-left: 1px solid gray; border-right: 1px solid gray; }

/* -- sidebar a appears to be text container for left side link area, is sort of a redundant item with nav container */
#sidebar-a { font-size: 80%; float: left; width: 200px; \width: 210px; w\idth: 175px; list-style-type: none; }

/* -- footer is colored box only */
#footer { background-color: #f0f0f0; text-align: right; min-height: 10px; max-height: 100px; padding: 5px; border: 0; }
#footerinside { background-color: #ff7200; background-image: url(images_site/inside-bar-bottom-right.gif); background-position: right 0; text-align: right; min-height: 10px; max-height: 10px; border: 0; }
/* -- nav container unorderedlist is the 'area holder' for the left side links, needed only to keep the text wrapped from not jumping into the main content area */
#navcontainer {
	width: 175px;
	margin-left: 0;}

#navcontainer ul {
	display: list-item;
	margin: 0px;
	padding-left: 0;
	list-style-type: none;}

#navcontainer a {
	display: list-item;
	color: gray;
	padding: 4px;
	width: 167px;}
#navcontainercurrent a {
	display: list-item;
	background-color: rgb(240,223,197);
	color: gray;
	padding: 4px;
	width: 167px;}

/* -- navitem is list of text for nav items */
#navcontainer a.navitem  { 
	text-decoration: none; 
	list-style-position: inside; 
	display: list-item;}

/* -- make rollover nav link a color */
#navcontainer a:hover {
	color: black;
 	background-color: #ff7200;}

.transparent {
	visibility: hidden;}

.bold { font-weight: bold; }

a.orangelink:link { color: #ff7200; font-weight: bold; text-decoration: underline; }
a.orangelink:visited { color: #914100; font-weight: bold; text-decoration: underline; }
a.orangelink:hover { color: #ff7200; font-weight: bold; text-decoration: underline;}
.greytext { color: gray; }
.greyblock { background-color: #e0e0e0; padding: 9px; }
a.greylink:link { color: #808080; text-decoration: none; }
a.greylink:visited { color: #808080; text-decoration: none; }
a.greylink:hover { color: #808080; text-decoration: none; }
.minus1-80per { font-size: 80%; }
.minus2-70per { font-size: 70%; }
.plus1-120per { font-size: 120%; }
.plus2-140per { font-size: 140%; }
.orangebold { color: #ff7200; font-weight: bold;}
.centered { text-align: center; }
.floatleft { float: left; margin-top: 2px; margin-right: 5px; margin-bottom: 2px; }
.floatright { float: right; margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
.img_dkgreyborder { border: solid 1px #666; }
/*Stuff for the IMAGE HOVER javascript rollovers*/


/* { 
/* Reset the margins so IE doesnt barf all over with Box Model problems */
/*	margin: 0px;
	padding: 0px;
	}
*/
hoverbody {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #494949;
	background-color: #FFFFFF;
}
/*trail image id controls the size of the hover box*/
#trailimageid
{ font-size: 0.75em; position: absolute; visibility: hidden; left: 0; top: 0; width: 250px; height: 0; z-index: 200; padding-top: -15px; }
.hoverh3 { font-size: 1.17em; font-weight: bold; margin: 0; padding: 0; }
.greentext { color: #090; }
