/*
Styles are organized by sections as follows:
	CONTENT - Main content area of the page
	DEPARTMENT NAME - The banner across the top of the page
	NAVIGATION MENU - The lefthand navigation, including popup menus
	SEARCH - Search form beneath the navigation menu
	NEWS ANNOUNCEMENTS - Home page news annoumcements section
	FOOTER - End of page information
*/ 


BODY {
 scrollbar-face-color:#000066;  /* dark blue */
 scrollbar-highlight-color:#FFFFFF;  /* white */
 scrollbar-3dlight-color:#C0C0C0;  /* lte grey */
 scrollbar-darkshadow-color:#000000; /* black */
 scrollbar-shadow-color:#808080;  /* medium grey */
 scrollbar-arrow-color:#FFFFFF;  /* white */
 scrollbar-track-color:#E0E0E0;  /* lite blue grey */

 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: black; 
 font-style: normal; 
 font-size: 12px; 
 line-height: 16px;
}

/****** CONTENT Section styles ******/

a:link { 
    color: #000066; 
    text-decoration: none; 
    font-weight: normal; 
    }

a:visited { 
    color: #000066; 
    }

a:hover, a:visited:hover {
	color: #FF9933;
    }

/* Headings */

h1, h2, h3, h4, h5{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000066;
    font-weight: bold;
    }
    
h1	{
	font-size: 20px;
   	}
h2	{
	font-size: 18px;
	}
h3	{
	font-size: 16px;
	}
	
h4, h5	{
	font-size: 14px;
	}
	
/* General Fonts */
p, ul, ol, td{
   font-family: Arial, Helvetica, Verdana, sans-serif; 
   font-size: 14px; 
   line-height: 18px;
}



/****** DEPARTMENT NAME Section styles ******/
.dept_title {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight:bold;
   color: #000066;
   font-size: 20px; 
   line-height: 24px;
   padding-left: 17px;
   padding-top: 0px;
   padding-bottom: 10px;

}

/****** NAVIGATION MENU Section styles ******/

.nav, p.nav {
font-family: Arial, Helvetica, Verdana, sans-serif;
text-align: left;
width: 197px;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color: #000066;
background-color: #FFFFFF;
margin: 0px;
border-bottom: thin dotted #999999;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

.nav a:link, .nav a:visited, p.nav a:link, p.nav a:visited {
	color: #000066;
	font-weight: normal;
	text-decoration: none;
	}
.nav a:hover, .nav a:visited:hover, p.nav a:hover, p.nav a:visited:hover {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
	}

/* Breadcrumbs */
td.navhome {
font-size: 10px;
background: #CCCCCC url('http://www.uri.edu/home/template2/images/top-grids.gif');
padding-top: 0px; 
padding-left: 10px; 
padding-bottom: 1px
}

td.navhome A:link {
font-size: 10px;
color: #000066;
font-weight: normal;
text-decoration: none;
}
td.navhome A:hover {
text-decoration: none;
color: #000066;
font-weight: bold;
background-color: #dddddd;
}

/****** SEARCH Section styles ******/

.searchbox {

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	
}
/****** NEWS ANNOUNCEMENT Section styles ******/

.news_headline {
   font-family: Arial, Helvetica, Verdana, sans-serif; 
   font-size: 14px; 
   line-height: 24px;
   background-color: #CCCCCC;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 0px;

}

.news_writer {
  font-family: Arial, Helvetica, Verdana, sans-serif; 
   font-size: 11px; 
   line-height: 14px;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 0px;

}

/****** FOOTER Section styles ******/

.footer {
  font-family: "times new roman", serif; 
   font-size: 11px; 
   line-height: 13px;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 0px;

}

.disclaimer {
  font-family: "times new roman", serif; 
  color: white;
  font-size: 11px; 
}

.disclaimer A:link {
  font-family: "times new roman", serif; 
  color: #FF9933;
  text-decoration: none;
}

.disclaimer A:visited {
  font-family: "times new roman", serif; 
  color: #FF9933;
  text-decoration: none;

}
.disclaimer A:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000066; 
}
