@import url("/eemb/common/stylesheets/table.css");
@import url("/eemb/common/stylesheets/alumni.css");
@import url("/eemb/common/stylesheets/publications.css");
@import url("/eemb/common/stylesheets/category.css");
@import url("/eemb/common/stylesheets/button.css");
@import url("/eemb/common/stylesheets/nav.css");
@import url("/eemb/common/stylesheets/giving.css");

/* Body */

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 20px 0 0 0; /* Top, Right, Bottom, Left */
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* Spacer */

#spacer_mainpage{
	border-left: 1px solid #000000;
	background-image:  url(images/main_background.jpg);
	background-color: #DAE6FF;
}

/* Spacer Subpage */

#spacer_subpage{
	border-left: 1px solid #000000;
}


/* Navigation Sidebar */

#sidebar{
	background-image:  url(images/sidebar_background.jpg);
	background-color: #DAE6FF;
}


/* Footer Table */

#footer{
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0;
	background-color: #003671;	
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;	
	font-size: 11px;	
	}

#footer a:hover {
	text-decoration: underline;
	font-size: 11px;	
	}

	
#bottom_text{
	font-size: 11px; 
	color: #000000; 
	margin-top: 0px;
}	


#bottom_text a:link, #bottom_text a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
	font-size: 11px;	
	}

#bottom_text a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;	
	font-size: 11px;		
	}

/* Breadcrumb */	
	
#breadCrumb{
	font-size: 11px; 
	line-height: 24px;
	font-weight: normal;}

/* Content Links */

a:link, a:visited, a:hover{
	color: #003671; 
	text-decoration: underline;}

a:hover{	
	color: #003671; 
	text-decoration: underline;}

/* Header and Footer Links */

a.navigation:link, a.navigation:visited, a.navigation:hover{
	color: #FFFFFF; 
	text-decoration: none;}

a.navigation:hover{
	color: #FFFFFF; 
	text-decoration: underline;}

/* Sidebar Links */

a.sidebar:link, a.sidebar:visited, a.sidebar:hover{
	color: #003671;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;}

a.sidebar:hover{
	color: #003671; 
	text-decoration: underline;}

/* Main Page Links */

a.mainepage:link, a.mainepage:visited, a.mainepage:hover{
	color: #003671;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;}

a.mainepage:hover{
	color: #003671; 
	text-decoration: underline;}

/* Footer Links */

a.footer:link, a.footer:visited, a.footer:hover{
	color: #003671;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;}

a.footer:hover{
	color: #003671; 
	text-decoration: underline;}

/* Heading Tags */

h1{
	font-size: 24px;
	font-family: Arial, sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 30px;}

h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 24px;}
	
h2{
	font-size: 14px;}
	
h3{
	font-size: 12px;}

/* Table */

#table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;}

#table-list{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 6px;
}

/* Border for Images */

	.image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;}

/* A-Z Text */
	
	#a-z{
	font-size: 10px; 
	color: #000000; 
	margin-top: 0px;
}

	.a-z{
	font-size: 10px; 
	color: #000000; 
	margin-top: 0px;
}




#news h2 {
	font-size: 16px;
	font-weight: bold;	
	padding: 0;  /* Top, Right, Bottom, Left */		
	margin: 20px 0 0 0; /* Top, Right, Bottom, Left */
	line-height: normal;			
	}
	
#news h3 {
	font-size: 14px;
	font-weight: bold;	
	padding: 0;  /* Top, Right, Bottom, Left */		
	margin: 14px 0 0 0; /* Top, Right, Bottom, Left */
	line-height: normal;			
	}	
	
#news p {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	padding: 0; /* Top, Right, Bottom, Left */
	margin: 0 0 14px 0; /* Top, Right, Bottom, Left */	
	}	
	
.news_date {
	font-size: 10px;
	color: #666666;
	padding: 0; /* Top, Right, Bottom, Left */
	margin: 0 0 8px 0; /* Top, Right, Bottom, Left */	
	}	
	
.news_subtitle {
	font-size: 12px;
	color: #000000;
	padding: 0; /* Top, Right, Bottom, Left */
	margin: 0 0 8px 0; /* Top, Right, Bottom, Left */	
	}		
	
#news a:link, #news a:visited {
	color: #003672;
	text-decoration: none;
	font-weight: inherit;	
	font-size: inherit;	
	}

#news a:hover {
	text-decoration: underline;
	font-weight: inherit;	
	font-size: inherit;		
	}	


.border {
	margin: 0; /* Top, Right, Bottom, Left */
	padding: 0;
	border: 1px solid #999999;		
	}

.float_right {
	float: right;
	margin: 8px 0 12px 12px; /* Top, Right, Bottom, Left */
	border: 1px solid #999999;		
	}	
	
.float_right_no_border {
	float: right;
	margin: 8px 0 12px 12px; /* Top, Right, Bottom, Left */	
	}	
	
.float_left_no_border {
	float: left;
	margin: 8px 12px 12px 0; /* Top, Right, Bottom, Left */	
	}		
	
.float_left {
	float: left;
	margin: 8px 12px 12px 0; /* Top, Right, Bottom, Left */
	padding: 0;
	border: 1px solid #999999;		
	}
	
