/* This stylesheet (depts_global_style.css) is used for the global elements common to department-level sites. It is used in conjunction with the specific stylesheet for each department site. 

IMPORTANT: For the cascade of properties to inherit as designed, the two stylesheets must be linked in the head of the document in this order: first this stylesheet (depts_global_style.css) and then the department stylesheet. */

/* ******************* */
/* GENERAL styles */
body
	{
	margin: 0px;
	background-color: #E0E0E0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	} 

/* ******************* */
/* TOP BANNER styles */

/* The padding on wordmark is set to align the left edge of the image with the left edge of the navigation links in the column below. (The margins on the nav links are controlled by cellspacing in the table in the HTML file and by the sidenavMargin selector below.) If you change one of these margins, remember to make the appropriate changes in both areas so that the alignment is maintained. */ 
.wordmark
	{
	padding-left: 20px;
	padding-right: 0px;
	}
	
.bannerImage
	{
	text-align: right;
	padding-left: 0px;
	}
	
/* This sets the default properties for the links in the global nav bar. The hover properties for these links are controlled in the department-specific stylesheet. */
.navtop
	{
	color: #c6b5de; 
	text-decoration: none;
	}
/* This sets the default properties for the links in the global nav bar. The hover properties for these links are controlled in the department-specific stylesheet. */
.navbottom
	{
	color: #cc66ff; 
	text-decoration: none;
	}

/* This sets the properties for the black global nav bar.  */
.blacknav		
	{
	background-color: #009966 ; 
	font-size: 70%;
	color: #FFFFFF; 
	padding-top: .5ex; 
	padding-bottom: .5ex; 
	padding-right: 1em;
	}

/* ******************* */
/* SIDE NAVIGATION styles */

#sidenavMargin
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	}

/* This class sets the default properties for the links in the side nav bar. The hover properties for these links are controlled in the department-specific stylesheet. */	
.navside
	{
	color: #009966;
	text-decoration: none; 
	font-size: 100%;
	font-weight: bold;
	
	}		

.URhere
	{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	} 		
	
.subnav
	{
	color: #c6b5de;
	font-size: 85%;
	margin-top: 0px;
	margin-left: 1.5em;
	margin-bottom: 0px;
	}
	
/* ******************* */	
/* SEARCH styles */

/* These selectors use absolute values for font-size to work around a bug in Dreamweaver. If the Dreamweaver bug is fixed, these should be changed to relative values. */
.searchTitle 		
	{
	font-size: 8pt;
	text-align: right; 
	}
	
.searchButton 	
	{
	font-size: 8pt; 
	}

.searchBox 			
	{
	font-size: 8pt; 
	}

/* ******************* */
/* CONTENT SECTION styles */
#contentMargin
	{
	padding: 1em;
	}

td
	{
	font-size: 80%; 
	}

h1
	{	
	font-size: 155%; 
	font-weight: bold;
		}

h2
	{	
	font-size: 140%; 
	font-weight: bold;
	}
	
h3
	{	
	font-size: 125%; 
	font-weight: bold;
		}

/* ******************* */
/* CONTACT TABLE styles */
#contactMargin
	{
	padding: 1em;
	}

.contact		
	{	
	font-size: 70%; 
	font-style: italic; 
	}

.logoPadding
	{
	text-align: right; 
	padding-left: .5em;
	padding-top: .5em;
	}

