/**************************************************************************
 * Page                                                                   *
 **************************************************************************/
*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: White;
	background-image: url(/img/background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#wrapper
{
	min-width: 800px;
	max-width: 880px; /*Fix for *-IE6 in ie.css*/
}
#page
{
	margin-top: 7px;
	width: 800px;
	float: right;
	position: relative;
}

/**************************************************************************
 * Default font, colors and sizes                                         *
 **************************************************************************/
body
{
	color: #0000;
}
a
{
	color: #0078A4;
	text-decoration: underline;
}

/**************************************************************************
 * Header                                                                 *
 **************************************************************************/
#header
{
	margin-left: -25px;
	height: 113px;
	width: 825px;
	background-image: url(/img/header.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#header a
{
	position: absolute;
}
#header img
{
	border: none;
}
#nyu
{
	top: 20px;
	left: 55px;
}
#hik
{
	top: 9px;
	left: 580px;
}
#vxu
{
	top: 9px;
	left: 687px;
}
#printheader
{
	display: none;
}

/**************************************************************************
 * Breadcrumb                                                             *
 **************************************************************************/
#breadcrumb
{
	z-index: 999;
	font-size: 0.9em;
	margin-top: -17px;
	margin-bottom: 24px;
	padding-left: 7px;
}
#breadcrumb a
{
	text-decoration: none;
}
#breadcrumb a.current
{
	font-weight: bold;
}
#breadcrumb a:hover
{
	text-decoration: underline;
}

/**************************************************************************
 * 3-column layout (From http://www.alistapart.com/articles/holygrail)    *
 **************************************************************************/
#left,
#center,
#right
{
	float: left;
	padding: 0;
}
#left
{
	width: 160px;
}
#center
{
	width: 454px;
}
#right
{
	width: 186px;
}

/**************************************************************************
 * Left / Menu                                                            *
 **************************************************************************/
#menu
{
	color: #494949;
	margin-bottom: 30px;
}
#menu ul
{
	list-style-type: none;
}
#menu li
{
	background-image: url(/img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu li.first
{
	background: none;
}
#menu a
{
	display: block;
	padding: 9px 0;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	color: #494949;
	font-size: 1em;
}
#menu a:hover
{
	text-decoration: underline;
}
#menu ul a
{
	background-image: url(/img/bullet.gif);
	background-position: 0 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#menu ul ul a
{
	background-image: url(/img/arrow.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
#menu ul ul ul a
{
	margin-left: 20px;
}
#menu ul ul ul ul a
{
	margin-left: 30px;
}
#menu ul ul ul ul ul a
{
	margin-left: 40px;
}
#menu ul ul ul ul ul ul a
{
	margin-left: 50px;
}

/**************************************************************************
 * Center (remember to also update fonts in preview.css (for FCKEditor)   *
 **************************************************************************/
#center h1
{
	color: #3E3E3E;
	font-size: 2.2em;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 0.4em;
}
#center h2
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
#center h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.25em;
}
#center p.lead
{
	font-size: 1.3em;
}
#center p
{
	font-size: 1em;
	margin-bottom: 1.4em;
	line-height: 1.5em;
}
#center ul,
#center ol
{
	margin-left: 1.5em;
	margin-bottom: 1em;
}
#center p.publishinfo
{
	border-top: 1px #E4E4E4 solid;
	font-size: 0.8em;
	color: #AFAFAF;
	padding-top: 2px;
	clear: right;
}
#center div.fullimage div.imageshadow,
#center div.fullimage div.noshadow
{
	margin-bottom: 1em;
}
#center div.articleimage
{
	float: right;
	text-align: right;
	font-style: italic;
	clear: right;
	margin: 1em;
	margin-right: 0;
	margin-bottom: 0;
}

#center div.teaser a
{
	text-decoration: none;
}
#center div.teaser a:hover
{
	text-decoration: underline;
}
#center .teaserimage
{
	float: right;
}
#center div.banner,
#center div.article,
#center div.teaser
{
	padding: 0 28px; /*Fix for *-IE6 in ie.css*/
	margin-bottom: 30px;
	clear: right;
}
#center div.banner
{
	margin-bottom: 10px;
} 
#center div.banner img
{
	border: none;
	width: 400px;
}

/**************************************************************************
 * Right                                                                  *
 **************************************************************************/
#right
{
	font-size: 1em;
}
#right div.imageshadow,
#right div.textshadow,
#right div.banner
{
	margin-bottom: 24px;
}
#right p
{
	background-color: #F3F3F3;
	padding: 6px;
	width: 158px; /*170px-padding*/ /*Fix for IE5.5 in ie55.css*/
	line-height: 1.4em;
}
#right a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover
{
	text-decoration: underline;
}
#right div.banner img
{
	border: none;
	width: 186px;
}

/**************************************************************************
 * Footer                                                                 *
 **************************************************************************/
#footer
{
	clear: both;
	color: #494949;
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-bottom: 20px;
}
#footer a
{
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer div
{
	width: 180px; /*Fix for IE5.5 in ie55.css*/
	float: left;
	padding: 17px 10px 5px 10px;
}

/**************************************************************************
 * Shadow                                                                 *
 **************************************************************************/
div.imageshadow,
div.textshadow
{
	float: left;
	background: url(/img/shadow1.gif) no-repeat bottom right;
}
div.imageshadow div,
div.textshadow div
{
	background: url(/img/shadow1.png) no-repeat left top !important;
	background: url(/img/shadow2.gif) no-repeat left top; /*Fix for *-IE6 in ie.css*/
}
div.imageshadow div
{
	padding: 2px 4px 2px 2px; /*Fix for *-IE7 in ie7.css*/
}
div.textshadow div
{
	padding: 2px 4px 4px 2px;
}
div.imageshadow img,
div.textshadow img
{
	border: 5px solid #FFFFFF;
}
div.imageshadow p,
div.textshadow p
{
	border: 5px solid #FFFFFF;
}
