<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===========================
 initial font face and size for the whole body section 
 ========================================*/
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color: #48525B;
}

body {
	font-family: arial;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}




/* =======================================================
	Default the text font and size within the td column 
===============================*/
td {font-family: Arial;
	font-size: 11px;
}


/*=========================================
	Side Navigation Setting 
===========================================*/

.sideNavTitle {
	font-weight: bold; 
	color:#fff; 
	padding:5px 0 5px 20px; 
	margin: 0 0 0 10px;
	background:#84A2BE; 
	width:80%;
}

.sideNavTitle h2 {
	display: inline;
	font-size: 11px;
}

.sideNav { 
	color: #687983; 
	text-decoration: none;
	background: #EFF2F5; 
	border-top: 1px solid #B2C7DD;
	border-right: 1px solid #B2C7DD;
	border-left: 7px solid #CA7860;	
	padding: 0;
	text-indent: 13px;
	margin: 0 0 0 10px;
	width:204px;	
	/*Nhi added */
	font-family:arial;
	font-size:11px;	
	/*orginal
	width: 204px;*/
	/*content width + padding + border = 212px */
		
}

.sideNav ul{
	margin: 0;
	list-style: none;
	list-style-image: url("/images/2008/bullet2.jpg");
	text-indent:0;
	padding: 0px 5px 0px 18px;
	vertical-align:text-top;	
}

.sideNav a,
.sideNavOn {
	color: #697983;
	display:block;
	margin:0;
	text-indent:0;
	padding: 5px 0 5px 13px;
	border-bottom:1px solid #B2C7DD;
}

.sideNav a:link,	
.sideNav a:visited	{
	text-decoration:none;
} 


.sideNav a:hover,
.sideNavOn {
	text-decoration:underline; 
} 

/*====================================
text within the portlet content section
=================================*/
.content {
font: 11px arial;
color: #48525B;
}

.content a:link  {
font: 11px arial;
color: #48525B;
text-decoration: underline;
}
.content a:hover {text-decoration: underline}

/*=====
#7FBAF0
=====*/
.content a:visited	{font: 11px arial;color: #4D9FFB;text-decoration: underline;}
.content ul li {
	margin-left:-15px;
	line-height:20px;
}
.content h1{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;

}
/*============================
Content Title within portlet Setting
=========================*/
.contTitle{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;

}
.contTitle1{
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;

}
.contTitle2{
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;

}
.contTitle3{
font-size: 14px;
font-family: "Arial";
font-weight: bold;
color: #48525B;

}

.contTitle4{
font-size: 20px;
font-family: Arial;
font-weight: bold;
color: #48525B;
}

.contLine{
	height:1px;color:CA7860
}
.contEmphasis{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #D2491F;
	font-weight: bold;

}

/*=================================
Line use to separate the header 
from the rest of the page
===================================*/
.headLine
{
	height:1px;color:CA7860
	
}


/*======================================= 
Header - Global Navigation - font should stay the same
First level navigation.
The container for this div must be positioned as well. 
=========================================*/
.globalNav {	
	font-family:arial;
	font-size: 11px;
	padding:0;
	margin: 0;
	font-weight: bold;
	color:#687983;
}

.globalNav a:link,
.globalNav a:visited{
	color:#687983;
	text-decoration:none;


}

.globalNav a:hover {
	color: #57656D;
	text-decoration: underline;
}
.globalNav a:active{
	color: #c97962;
	font-size: 12px;
}

/*======================================
Header: Utility Navigation - Second level navigation 
===============================*/
.utilityNav {
	font-family:arial;
	margin: 0;
	padding:2;
	font-size: 10px;
	font-weight: bold; 
	text-align: right;
	color: #687983;
}

.utilityNav a:link,
.utilityNav a:visited {
	color: #687983;
	text-decoration: none;
}

.utilityNav a:hover {
	color: #687983;
	text-decoration: underline;
}
/*==============================
Department Title Setting
==========================*/
a.deptTitle	{
	font: bold 20px arial;
	text-decoration: none;
	color: #193C79;
}
/*=========================
Program Title Setting
=========================*/
a.programTitle	{
	font: bold 20px arial;
	text-decoration: none;
	color: #B8AA64;
}

/*=====================
 Footer Setting
 ===============================*/
.footer {
	font: 11px arial;
	color: #687983;
	text-decoration: none;	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: 1px solid #B2C7DD;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 6px;
	padding-top: 19px;
	text-align: center;
}

.footer a{
	color: #687983;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footerImage {
	width: 285px;
	margin-left: auto;
	margin-right: auto;	
	border: 0;
	padding:0;
	text-align:center;
}



/* Footer ATTRIBUTES ONLY BELOW */
/* comment: Attributes for the footer Menu Drop Downs */
td.footdrop 
{text-align:left;font:11px arial;color:white;display:block;}
/* comment: first td.footdn controls font attributes */
td.footdrop a{text-decoration:none;text-align:left;font:11px arial; color:#687983;display:block;}
/* comment: second td.footdn controls link attributes */
td.footdrop a:hover{background-color:white;text-decoration:underline;text-align:left;}
/* comment: Third td.topdn col attributes */		
td.footdrop {background:white;font:11px arial;
color:#FFFFFF;margin-left:0px;
}
/* comment: table.dropdn table attributes */
table.footdrop
{   position:absolute;
 	display:none;
    margin-top:1px;
    margin-left:-3px;
    z-index:9999;
   }


/* =========================================
	WebSphere Portal portlet layout
==========================================*/

.wpsPortlet { 
	margin:0 0 10px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #b2c7dd; 
	background-image:none;
	/*Nhi added
	width:212px;*/ 	
	width:520px;
}

.wpsSimplePortlet { 
	margin: 0px 0px 10px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #002569;
	background-image:none;
}

.wpsNoSkinPortlet { 
	margin: 0px 0px 10px 10px;
	border: 0;
	background-image:none;
}

.wpsPortletBody {
	margin: 6px;
	/*Nhi commented out */
	/*padding: 5px;*/
	background-image:none;
	line-height: 16px;
	/*Nhi added */
	font-family: Arial;
	font-size: 11px;
	color: #48525B;	
}



.wpsPortletTitleBar  {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;
	/*background-image: url("/images/2008/BarFade.jpg");*/
	background-image: url("/images/2008/Bar.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	border-top: 1px solid;
	border-left: 5px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#002569;
	padding-left: 8px;
	width:100%;
	line-height: 1.5em;
	

}

.wpsPortletTitleBar td {
	font-size: 12px; 
	font-family: "Trebuchet MS";	
	font-weight: bold;
	color: #48525B;
	padding-left: 8px;
	line-height: 1.5em;

}

.wpsPortletTitleBar h2 {
	display: inline;
	text-align: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #48525B;
	line-height: 1.5em;
	
}

.wpsPortletBlankTitleBar {
	/*background-image: url("");*/
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	border-top: 1px solid;
	border-color: #002569;
	width:100%;
	line-height: 1.5em;
}

.wpsNoSkinTitle {
	background-image: none;
	border:0;
	font-family:arial;
}

.wpsNoTitlePortlet { 
	margin: 0px 0px 10px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #b2c7dd;
	background-image:none;
	width:520px;
}

/*==========================
Top content : Nhi's added
===========================*/
.topContent
{
	width: 520px; 
	height:259px; 
	background-image: url('/images/icons/drugtakeback427.jpg'); 
	background-repeat:no-repeat;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #b2c7dd;
}

.topHead
{
	font-family: arial;	
	font-size: 36px;
	padding-left: 15px;
	

}

.topBar
{
	
	background-image: url('/images/icons/top_bgr.gif');
	color:48525b;
	font-size: 9px;
	font-weight:bolder;
	/*font-family: "Trebuchet MS";	*/
	font-family: arial;
	background-repeat:no-repeat;
	padding-left: 5px;
	
}
.topBarLink 
{
	color:48525b;
	font-size: 9px;
	font-weight:bolder;	
	font-family: arial;
	text-decoration:none

}

.topicContent
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #b2c7dd;
	width:520px;	
	margin: 0px 0px 10px 10px;

}

.topicContentImages
{
	width:520px;	
	margin: 0px 0px 0px 10px;
}

.topicSection
{
 	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: cccccc;
	margin: 2px 2px 2px 2px;	
	width:250px;
	height:60px;
}
.topicText
{
	font-family:arial;
	color: 1c3664;
	font-size: 11px;
	

}
.topicLink a:link, 
.topicLink a:visited
{
	text-decoration:none;	
	font-family: arial;
	color: #48525B;
}

.topicLink a:hover {
text-decoration:underline;
}
/*=========================
Generic Submit Button Setting
=================================== */
.submitButton {
	background-color: #c97960;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
	border: 1px solid #666666;
}
/*===============================
A To Z Submit Button Setting
=================================== */
.aTozButton {
	background-color: #c97960;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
	border:0;
}
/*===============================
Table for A To Z Setting
=================================== */
table.atoz {
	width:180px;
	border-color:white;
	padding:0;

}
.aTozH {
	background-color:#84a2be;
	color: #fff;	
	font-family: arial;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
	border:0;
	text-decoration:underline;
}

.aTozH2 {
	background-color:#c97960;
	color: #fff;	
	font-family: arial;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
	border:0;
	text-decoration:underline;
}
.aTozH3 {
	background-color:#fff;
	color: #c97960;	
	font-family: arial;
	margin: 5px 5px 5px 5px;
	font-weight: bold;
	text-align:center;
	font-size: 12px;
	border:0;
	text-decoration:underline;
}

/*===============================
table colum for A To Z Setting
=================================== */
td.atoz{
	border-color:#666666;
	background-color: #c97960;	
	padding:0px;
	text-align:center;
	border:1px solid #666666;
}
/*===============================
dropdown selection for phdrop Setting
=================================== */
.progdrop{
	font-family: Arial;
	font-size: 11px;
	color: #48525B;
	width:175px;
}
/*===============================
generic dropdown selection Setting
=================================== */
select{
	font-family: Arial;
	font-size: 11px;
	color: #48525B;
	/*width:175px;*/
}
 /*=====================================
 Dropdown Submenu  Setting
 e.g on the employee of the footer
 ============================*/
table.topdrop
{  position:absolute;
   display:none;
   margin-top:2px;
   margin-left:-3px;
   background-color:white;  
   border-width:1px;
   border-style:solid;
   border-color:#687983;  
   font: 11px arial; 
   
}

td.topdrop
{
border-right: 1px solid #687983;
text-align:center;
font: 11px arial;

}



/* side navigation */
* html .sideNav {
	width:212px; 
}</pre></body></html>