/* body used by all pages*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	background-image: url(images/table_header_bg.jpg); /* blue background in header */
	background-repeat: repeat-x;
	background-position: center top;	
}
/* a.email used for email addys on staff page and also products, etc. */
a.email
{
	text-decoration: underline;
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: "#007BB6";
	font-weight: bold;
}
a.email:hover
{
text-decoration: underline;
color:#CC6633;
}

/* a.menu options used by menus at top of all pages */

a.menu
{

text-decoration:none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #FF982B;
	text-decoration: none;
}
/* a.botmenu is used by the menu options at the bottom of the web pages */
a.botmenu
{
text-decoration:none;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
}
/* wrapper is used to wrap the table page with lines; it appears on all pages right after the <body> tag */
#wrapper {
	width: 795px;
	margin: 0 auto;
	padding: 0;
	background: #FFF  center top no-repeat;
	border-left: 2px solid #046592;
	border-right: 2px solid #046592;
	border-bottom: 2px solid #046592;
}
/* h1 currently used by all pages to display the Deschutes Research title at the top of the display  */
h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000066;
	margin-top: 7px;
}
a.h2 {
text-decoration: none;
color: #000066;
}
/* h2 used by the "tagline" at the top of the pages and also the headers on the page */
h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000066;
	margin-bottom:  5px;
	
}
/* use for ordered/unordered lists */
ul, ol, li {
	font-size: 12px;
	text-indent: 0em;
	margin-top: 0;
}
/* standard text and formatting for all paragraphs  */
p {
	font-size: .75em;
	text-indent: 0em;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
}
/* used for text "there are no job openeings ....  on Careers page*/
.jobs {
	color:#F00;
	font-size: large;
	}
/* used by the anchors within the News and projects pages to get back to top of page */
.topOfPage {
	font-size: .60em;
	text-indent: 0em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}
/* this formats the "note" on the home page  */
.note {
	color: #000066;
	font-size: .6em;
	font-style: italic;
	margin: 0 150px;
	text-indent: 0;
	padding: 10px;
	border: 2px solid #990000;
	background-color: #FFFF66;
}
/* horizontal line used in all pages */
hr {
	width: 25%;
	size: 2;
	color: #FF982B;
}
/* "dots is for the color of the  "..." in the tag line  */
.dots {color: #FF982B}
/* color for the word "snus" on news page */
.snus {
	color: #CC0000;
	font-weight: bold;
}
/* following are styles for the "associated staff"  (a.assocCo, .info, a.assocemail) on the staff page */
a.assocCo
{
	text-decoration: underline;
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:"#007BB6";
	font-weight: bold;
}
.info {
	font-size: .75em;
	text-indent: 0em;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
}
a.assocemail
{
	text-decoration: underline;
	font-size: .75em;
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:"#007BB6";
	font-weight: bold;
}
