/* styles reset */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-family: Arial, Helvetica, sans-serif;

	vertical-align: baseline;

}

:focus {

	outline: 0;

}



html {

	height: 100%;

}

 


body {
	background-color: #999999;
	margin-top: 0px;
	font-family: "Arial, Helvetica, sans-serif"
	
}



h1 {
	color: #666666;
	font-size: 1.3em;
	margin-bottom: 15px;
	
}

#mainbox {
	width: 960px;
  	margin:0 auto;
  	background-color: #fff;
  	border: 2px solid #666;
}

#mtaimg {
  height: 68px;
  background: url(images/bkgrnd.png) 0 0 repeat-x;
}
#MTAMainImage {
	float:left; 
	width:440px;
	height:68px;
}

#nav {
	width: 960px;
	height: 32px;
  	margin-left: auto;
  	margin-right: auto;
  	
}
 

.smallTxt {
	font-size: .75em	;
	color: #0066cc;
	font-weight: bold;
}


.emphasized {
	font-weight: bold;
}	


#searchBox{
	width:233px;
	float:right; 
	margin-top:20px;

}
.clear{
	clear: both;
	float:none;
	height:0px;
}

#breadcrumbs{
	width:450px;
	height:50px;
	font-size: .8em	;
	margin-left: 20px;
	margin-top: 20px;
}

#contentbox{
	width:830px;
	height:auto;
	margin-left: 70px;
	margin-top: 10px;
	font-size: .9em;
}


#nyctlogo{
	width:206px;
	height:37px;
	margin-left: 745px;
	margin-top: -60px;
}


.italic {
	font-style: italic;
}


