/*
Most of the page styles are the same, so we import a 
central style sheet, and override/add selectors in the local style 
sheet.
*/

/* make relative call for IE mixed content warning for https */
@import "/style/template_styles.css";

#nmsu-link-document {
	}
	
#primary-content-container h3 {
	color: #333;	
	}
	
#primary-content-container h4 {
	font-size: 80%;	
	}
	
#primary-content-container ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;	
	}			
	
#primary-content-container li {
	list-style-type: none;
	padding-bottom: 6px;	
	}

#primary-content-container a:link, #content a:visited { 				
	color: #333;
	}
	
#primary-content-container a:hover {
	color: #882345;
	}

