
body {
	color: #333333;
	background: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}  

A:link {
	color: #990000;
	text-decoration: underline;
}       /* unvisited link */

A:visited {
	color: #990000;
}   /* visited links */

A:hover {
	color: #cc0000;
	text-decoration: none;
}  

A:active {
	color: #990000;
	text-decoration: none;
}    /* active links */

A.plain {
	color: #000000;
	text-decoration: none;
}       /* unvisited link */

A.secnav {
	font-size: 9pt;
	font-weight: bold;
	vertical-align: bottom;
	display: inline;
	color: #000000;
	text-decoration: underline;
}  

A.secnav:hover {
	color: #CC0000;
	text-decoration: none;	
}

td.snav {
	vertical-align: top;
	background-image: url(images/navsec_bg.gif);
	height: 25px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

A.tnav {
	color: #000000;
	text-decoration: underline;
}  

A.tnav:hover {
	color: #CC0000;
	text-decoration: none;
}

span.tnavpos {
	top: 150px;
	position: absolute;
} /* positions tertiary navigation below secondary navigation in left column */

p.tnav {
	width: 145px;
	font-size: 9pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} /* adds space between line items to help distinguish each if text wraps */

.tnav_bg  {
	background-color: #cccc99;
	height: 550px;
	width: 150px;
	vertical-align: top;
} /* necessary for bg color for tertiary navigation */

table.container {
	margin: 0px;
	padding: 0px;
	width: 80%;
	min-width: 780px;
} /* controls width of page layout - accommodates 800 pixel resolution */
 
td.mainbg {
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(images/main_back.gif);
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}  /* sets background image for main content section */
 
td.maincontent {
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}  /* sets left and bottom margins for content section */

h1 {
	font-weight: bold; 
	font-size: 12pt;
	line-height: 20pt; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
}

h2 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-style: italic;
} /* used in contact.inc */

#people {
	position: relative;
	clear: both;
	vertical-align: top;
} /* used in resources.inc for text to clear bottom of image */

#people img {
	position: relative;
	float: right;
	vertical-align: top;
	margin: 10px;
} /* used in resources.inc to float images to the right of text */

#team {
	position: relative;
	clear: both;
	vertical-align: top;
} /* used in resources.inc for text above image */

#team img {
	position: relative;
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 10px;
} /* used in resources.inc to place images below text */

#contact {
	clear: both;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 10px;
} /* used in resources.inc to place images below text */

#contact img {
	float: right;
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 10px;
} /* used in contact.inc to float images to the right of text */

#logo {
	display: inline;
	white-space: nowrap;
} /* positions logos in associations.inc */

#logo img {
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
} /* positions logos in associations.inc */

ol {
	list-style-position: outside;
} /* controls ordered lists in products section */

h2.mainlist1 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 250px;
	left: 500px;
	top: 305px;
	color: #000000;
} /* positions first heading on home page */

ul.mainlist1 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: square;
	position: absolute;
	width: 250px;
	left: 510px;
	top:  330px;
	line-height: 18px;
	font-style: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
} /* positions first list on home page */

h2.mainlist2 {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-indent: 10px;
	color: #000000;
	width: 575px;
} /* positions remaining headings on home page */

ul.mainlist2 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	line-height: 18px;
	font-style: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	color: #000000;
	width: 575px;
} /* positions remaining lists on home page */

.footer {
	font-size: 10px;
	text-align: center;
	color: #000000;
} /* sets footer position and appearance */