
/* Basic Elements */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	float: none;
	}

ul {
	list-style:circle;
	margin-left: 0;
	padding-left: 1em;
	margin-left: 1em;
	margin-right: 1em;
	}

/* Layout Divs */

#mastercontainer	{ width: auto; border: 1px solid red; float: none; }
#innercontainer	{ width: auto; border: 1px solid white; float: none; }
#outtercontainer	{ width: auto; border: 1px solid white; float: none; }

#utilities { display: none; }

#header { display: none; }
#header #archLogo a { display: none; }
#header #nyuLogo a { text-indent: 0px; }
#header #schoolLogo a { text-indent: 0px; }

#secondaryHeader { display: none; }

#nav { margin-top: 0px; top: 18px; float: none; display: none; }
/*
#nav a { margin-top: 0px; padding-top: 0px; }
#nav ul li a { height: 15px; color: black; text-indent: 0px; }
*/

#content.C4 { position: relative; border: 1px solid white; width: auto; width: 740px; float: none; }
#crumbs { float: none; width: 760px; }
#content.C4 #subheader { display: block; float: none; }
#content.C4 #primary { margin-left: 10px; width: 740px; position: relative; float: none; }
#content.C4 #primary a { text-decoration: underline; }
#content.C4 #primary p { line-height: 15px; }
#content.C4 #primary #secondarypanel { display: none; }
#content.C4 #primary #secondarypanelNoText { display: none; }
#content.C4 #primary #secondarypanelWithText { display: none; }
#content.C4 #primary #secondarypanelText img{ display: none; }
#content.C4 #primary #secondarypanelNoText img{ display: none; }

#leftContent { float: none; }
#rightContent { float: none; }

table.narrow { width: 550px; margin-top: 10px; margin-bottom: 20px; clear: both; float: none; }
table.narrow tr { height: 18px; }

table.standard { width: 550px;  margin-top: 10px; margin-bottom: 20px;  clear: both; float: none; }
table.standard tr { height: 15px; }
table.standard  tr td { margin: 4px 4px; line-height: 15px; }

* html table.narrow { position: relative; width: 550px;  margin-left: -20px; }
* html table.standard { position: relative; width: 550px;  margin-left: -20px; }

#footer { 
	display: none;
	/*
	position: relative; 
	top: 150px;
	background: #fff;
	color: #000;
	width: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	clear: both;
*/	
}

