body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	margin 0em;
	padding 0em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h3 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.inline_head {
	font-size: 1.3em;
	font-weight: bold;
}
h4 { font-size: 1.1em; }
h5 { font-size: 1em;
	text-transform: uppercase;
}
h6 {
	font-size: 1em;
}
.inline_h6 {
	font-size: 1em;
	font-weight: bold;
}


/* standard links for OPID - blue -> red */
a:link {
	color: #0000CC;
}
a:visited {
	color: #A2003F;
}

/* breadcrumb links - black -> black with blue type for hover */
.stable_black a:link {
	color: #000000
}	

.stable_black a:visited {
	color: #000000
}	

.stable_black a:hover {
	color: #0000CC
}	

/* footer links - no-line red -> no-line red with underline for hover */
.noline_red a:link {
	text-decoration:none;
	color: #A2003F;
}

.noline_red a:visited {
	text-decoration:none;
	color: #A2003F;
}

.noline_red a:hover {
	text-decoration:underline;
	color: #A2003F;
}

/* footer links also - revised to stay white *with* underline
but hover shown with light blue background like in IUE site */
.bold_rev {
	color: #FFFFFF;
	font-weight: bold;
}

.bold_rev a:link {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.bold_rev a:visited {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.bold_rev a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
}

/* whole navcontainer used for old menu removed */

/* this section for type used to avoid style1, 2, etc on pages */
.smaller {font-size: 0.75em}


.9pxtype {
	font-size: 9px;
}

.9pxtype_rev {
	font-size: 9px;
	color: #FFFFFF;
}

.larger {
	font-size: 1.3em;
}

.indent {
	padding-left: 2em;
}

.UC	{
	text-transform: uppercase;
}	

.hilite {
	color: #A2003F;
}

.nobullet ul {
	list-style-type: none;
}

.spread li {
	margin-bottom: 9px;
	margin-top: 9px;
}

p {
	margin-top: 0px;
}	

blockquote {
	margin-top: 0px;
}
	
/* positioning */

#siteWidth {
	margin: 1em auto 1em auto;
	padding: 0em;
	width: 702px;
	text-align: left;
}

#siteHead {
	height: 134px;
	background-image: url(../images/OPID_banner700.gif);
}

#pageHead {
	margin: 2px 0px 0px 0px;
	padding: 3px;
	width: 524px;
	background-color: #000000;
	float: left;
} 

#pageHead h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
}


#mainCol {
	margin: 2px 0px 2px 0px;
	padding: 1em 0px 1em 0px; /* blank line top & bottom built in */
	width: 530px;
	float: left;
}

.gray {
	background-color: #CCCCCC; /* gray background */
}

.white {
	background-color: #FFFFFF; /* white background */
}

hr {
	margin: 0px;
	padding: 0px;
}

/* may not be needed. */
#fullWidth {
	clear: both;
	margin: 2px 0px 2px 0px; 
	padding: 0em; 
	width: 100%;
	background-color: #FFFFFF; /* white background built in */
	text-align: left;
	float: none;
}

#siteFooter {
	margin: 1em 0em 0em 0em; 
	padding: 0em; 
	width: 100%;
	background-color: #FFFFFF;
	height: 85px;
}
#siteFooter p {
	margin: 0px;
}

#footerHead {
	margin: 0px 0px 0px 4px;
	padding: 3px 0px 3px 0px;
	width: 590px;
	background-color: #000000;
	float: left;
}

/* with the gray background built in */
#footerMain {
	margin: 2px 0px 0px 4px;
	padding: 6px 0px 6px 0px; 
	width: 590px;
	background-color: #CCCCCC; /* gray background built in */
	float: left;
}


#photoBlockRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* see how it works for headings, etc in left column */
.leftCol {
	clear: both;
	margin: 8px 8px 8px 1px;
	padding: 0em;
	width: 160px;
	float: left;
}

body {behavior: url(/opid/menu/csshover.htc);} /* WinIE behavior call */
div#nav {
	clear: both;
	margin: 0px 4px 8px 0px;
	padding: 0em;
	width: 166px;
	float: left;
	background-color: #FFFFFF;
	font-size: 14px;
}

div#nav ul {
	margin: 0;
	padding: 0;
	width: 160px;
	border: 2px solid #FFFFFF;
	background-color: #CCCCCC;
	color: #000000;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: none;
}
div#nav li:hover {
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#nav li.submenu {
	background-color: #CCCCCC;
	background-image: url(/opid/menu/submenu.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div#nav li.submenu:hover {
	background-color: #000000;
}
div#nav li a {
	display: block;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	width: 154px;
	color: #000000;
}
div#nav li a:hover {
	display: block;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	width: 154px;
	color: #FFFFFF;
}

div#nav ul.level2 {
	margin: 0;
	padding: 0;
	width: 160px;
	border: 2px solid #FFFFFF;
	background-color: #666666;
	color: #000000;
}
div#nav ul.level2 li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #666666;
	background-image: none;
}
div#nav ul.level2 li:hover {
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div#nav ul.level2 a {
	display: block;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	width: 154px;
	color: #FFFFFF;
}
div#nav ul.level2 a:hover {
	display: block;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	width: 154px;
	color: #FFFFFF;
}
div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: -2px; left: 160px;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

