/*ai v11 stylesheet */

/* general layout */

body {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: LucidaGrande, Helvetica, Arial;
	}
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 10px;
	background-color: #333333;
	}
#header {
	text-indent: 110px;
	background-image: url("nmlogo.gif");
	background-repeat: no-repeat;
	height: 110px;
	}
#header p{
	margin: 0px 0px 0px 5px;
	color: #999999;
}
#footer {
	width: 900px;
	margin: 10px auto 0px auto;
	text-align: right;
	padding: 10px;
	background-color: #333333;
	color: #666666;
	font-style: italic;
}
#footer p{
	font-size: 10pt;
	margin: 0px;
}
div.project {
	background-color: #444444;
	color: #999999;
	padding: 0px 10px 1px 10px;
}
p {
	font-size: 11pt;
	font-weight: 100;
	margin: 0px 20px 20px 110px;
}
a {
	color: #FF9933;
	text-decoration: none;
	border-bottom: dotted 1px #FF9933;
}
a:hover {
	color: #FFDD66;
	border-bottom: solid 1px #FFFF00;
}
h1 {
	font-weight: 100;
	font-size: 22pt;
	margin: 0px 0px 15px 0px;
	padding-top: 20px;
}
h2 {
	font-weight: 200;
}
h3 {
	font-size: 22pt;
	font-weight: 300;
	margin-bottom: 10px;
}
h4 {
	margin-left: 110px;
}
