html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;  
}

a,div,span,blockquote,table,dl,address,caption,title,p,li,ul,ol,tt,pre,code,cite {
  font-size: 1em;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #000;
	font-weight: bold;
	margin-top: 10px; 
	margin-bottom: 2px;
}
h1 {
	/*color: #3366cc;*/
	font-size: 22px;
}
h2 {
	font-size: 16px; 
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px; 
}
h5 {
	font-style:italic; 
}
p {
	margin-top: 8px; 
	margin-bottom: 8px 
}
ul {
	margin:.5em 0 1.25em; 
	padding:0 0px; 
	list-style:none;
}
ul li {	
	background:url(http://library.nyu.edu/images/icon_arrow_sm.gif) no-repeat 2px .25em; 
	margin:0; 
	padding:0 0 3px 16px; 
	margin-bottom:3px; 
	line-height:1.4em; 
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a { 
	color: #BF0900; text-decoration: none;
}
a:visited {
	color: #BF0900; text-decoration: none; 
}
a:active {
	color: #BF0900; text-decoration: none; 
}
a:hover {
	color: #BF0900; text-decoration: underline;
}
a img{ 
	border: 0px;
}


hr {
  height:1px;
  border:none;
  color:#e0d8c9;
  background-color:#e0d8c9;
  padding:0;
  margin:0;
}

/*Forms Style*/
form {
	padding: 0;
	margin: 0 0 1em 0;
}

input,button {
padding: 3px;	
}

input, textarea, select {
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
	margin-top:5px;
	margin-bottom:5px;
}

input[type="text"], input[type="password"], select, textarea {
	display: block;
	/*border: 1px solid #674739;*/
}

input[type="text"], input[type="password"], textarea {
	width: 26em;
}

input[type="checkbox"], input[type="radio"] {
	
}

fieldset {
	border: 1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	padding: 10px;
}

legend {
	font-family: Arial, Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #3366cc; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px; 
	padding: 0px;
}

label {
	margin: 0px; 
	padding: 0px;	
}

/*Navigation Style*/
#nav1 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	overflow:auto;
}

#nav1 ul {
	list-style: none;
	margin: 0;
	padding:0;
	padding:10px;
	padding-left: 18px;
	padding-right: 18px;	
	background-image:none;
}

#nav1 ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding:0;
	vertical-align:middle;	
	background-image:none;
	background-color: #EFEFEF;
	font-size: 90%;
	color: #666666;
}


/*Wrappers*/
 #header { 
	height: 100px;
	margin: 0;
	background: url(http://www.newschool.edu/include/css/images/ns_bigbanner.png); 
        background-repeat: repeat-x;
	background-position: 280px top;
	background-color: #ffffff;
	background-position: center top;	
 } 

#maincontent {
	display: block;
	margin: 0 18px 18px 18px;
	padding: 0;
}

#footer {
	font-size: 100%;
	margin: 18px;
	color: #999;
}

/*Alias Classes*/
ul.nostyle {
	list-style:none;	
	background-image:none;
}

ul.nostyle li {
	list-style: none;	
	background-image:none;
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

.clearBoth {
	clear: both;	
}

