/*
	NMSU Master Style Sheet
	�2007 NMSU Board of Regents

	Version: 3.1
	Updated: 2007-06-14

	This version rolls back the hanging indents we added to the
	headings, but (hopefully) still gives our pages better visual
	distinction between headings.

*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}

/*	------------------------------
	BLOCK LEVEL ELEMENTS
	------------------------------
*/



h1 {
	color: #882345;
	
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

h2 {
	font-size: 130%;
	margin: 0;
	color: #333;
	padding: 20px 0 0 0;
	}

h3 {
	font-size: 115%;
	margin: 0;
	color: #333;
	padding: 10px 0 0 0;
	}

h4 {
	font-size: 115%;
	font-weight: normal;
	margin: 0;
	color: #333;
	padding: 10px 0 0 0;
	}


h5 {
	font-size: 105%;
	padding: 10px 0 0 0;
	margin: 0;
	color: #333;
	font-weight: normal;
	}

h6 {
	font-size: 80%;
	padding: 10px 0 0 0;
	margin: 0;
	color: #333;
	text-transform: uppercase;
	}

p {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
	margin: 0;
	padding: 5px 0;
	}

td, th {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
	}

dd {
	line-height: 1.7em;
	font-size: 90%;
	color: #333;
	padding-bottom: 5px;
	}

dd p {
	font-size: 100%;
	}

dt {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.6em;
	color: #333;
	}

li {
	font-size: 90%;
	color: #333;
	line-height: 1.4em;
	padding-bottom: 5px;
	}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	}

li ul {
	font-size: 110%;
	}

/* mater stylesheet ends */




