@charset "utf-8";
/*****************************
	Imported Stylesheets
*****************************/
@import url(buttons.css);
@import url(images.css);

/*****************************
	Global Styles
*****************************/
html, body {
	margin:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/bg-html.jpg') top left repeat-y;
	font-size:11px;
	color:#666;
}

h2 {
	font-weight:700;
	margin-top:0;
	padding-top:0;
}
	

h3 {
	font-size:13px;
	font-weight:700;
}

h4 {
	font-size:11px;
	font-weight:700;
}


.hidden {
	visibility:hidden;
	text-decoration:none;
}

.display {
	display:none;
}

.clear {
	clear:both;
}

a:link {
	color:#cc3300;
}

a:hover {
	color:#cc3300;
	text-decoration:none;
}

.blue-text {
	color:#006699;
}

/*****************************
	Body Styles
*****************************/
#doc {
	height:100%;
	width:750px;
}

#left {
	width:440px;
	padding:10px 30px 30px 30px;
	background: url('../images/bg-body.gif') top left repeat-y;
	float:left;
}

#right { 
	width:250px;
	background: url('../images/bg-right.gif') top left repeat-y;
	float:right;
}


#bd #callout {
	width:250px;
	background:#bbe3f1;
}

#callout p {
	margin:0 10px 0 18px;
}
/*****************************
	Header Styles
*****************************/
#logos {
width:750px;
height:108px;
}

#logo-nyu, #logo-accenture {
	display:block;
	height:108px;
	float:left;
}

#logo-nyu {
	width:500px;
	background: url('../images/logo-nyu.gif') top left no-repeat;
}
	
#logo-accenture {
	width:249px;
	background: url('../images/logo-accenture.gif') top left no-repeat;
}

#hd {
width:750px;
height:77px;
}

#hd-left, #hd-right {
	display:block;
	height:77px;
	float:left;
	text-decoration:none; /*Firefox Link Fix */
}

#hd-left {
	width:489px;
	background: url('../images/head-left.gif') top left no-repeat;
}

#hd-right {
	width:260px;
	background: url('../images/head-right.gif') top left no-repeat;
}
	







