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

#content ol
{
	list-style: decimal;
	margin-left: 0;
	padding-left: 1em;
	margin-left: 1em;
	margin-right: 1em;
}


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

p {font-size: 12px;}

/* 
	Layout Divs 
*/
#mastercontainer {width: auto; border: 1px solid white; float: none; width: auto;}
#innercontainer {width: auto; border: 1px solid white; float: none; width: auto;}
#outtercontainer {width: auto; border: 1px solid white; float: none; width: auto;}
#contentcontainer { width: auto; border: 1px solid white; float: none; width: auto;}

#utilities {display: none;}

#header {display: block; margin-bottom: 20px;}
#header #archLogo a {display: none;}
#header #nyuLogo a {display: none;}
#header #schoolLogo a {text-indent: 0px; font-weight: bold; font-size: 20px; width: 740px; margin-left: 0px;}

#header #searchContainer {display: none;}

#navcontainer #nav {margin-top: 0px; top: 18px; float: none; display: none;}

#contentcontainer {float: none; position: relative; width: auto; width: 650px;}
#contentcontainer #content {width: 650px;}
#content #subheader {float: none; display: block;}

#contentcontainer #content #primary {margin-left: 0px; width: 600px; height: 1000px;}
#contentcontainer #content #primary a {text-decoration: underline;}
#contentcontainer #content #primary p {line-height: 15px; font-size: 11px;}
#contentcontainer #content #primary #secondarypanel {display: block;}
#contentcontainer #content #primary #secondarypanel img {}



/*
	Tables
*/
#content table {border: 0px solid black; width: 700px;}
#content table tr {}
#content table tr td {}

table.standard {width: 700px; margin: 20px 0px; clear: both; float: none;}
table.standard tr {height: 15px;}
table.standard tr td {margin: 4px 4px; line-height: 15px;}

table.faculty {width: 700px; margin: 20px 0px; clear: both; float: none;}
table.faculty tr {height: 15px;}
table.faculty tr td {margin: 4px 4px; line-height: 15px;}

table.contactForm {width: 700px; margin: 20px 0px; clear: both; float: none;}
table.contactForm tr {height: 15px;}
table.contactForm tr td {margin: 4px 4px; line-height: 15px;}

table.courses {width: 700px; margin: 20px 0px; clear: both; float: none;}
table.courses tr {height: 15px;}
table.courses tr td {margin: 4px 4px; line-height: 15px;}

table.faq {width: 700px; margin: 20px 0px; margin: 0px; clear: both; float: none;}
table.faq tr {height: 15px;}
table.faq tr td {margin: 4px 4px; line-height: 15px;}
#narrow {width: 260px;}


/* 
	Headers
*/
#content #subheader h1 {font-size: 20px; font-weight: bold;}

#faqNav {float: none; clear: both; width: 560px; margin-left:0px;}
#buttonDisplay #linkButton img {display: none;}


/*
	Footer
*/
#footer 
{
	display: none;
}

.linkImages 
{

	display: none;

}


