/* basic html attributes ------------------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #D5D5D5;
	}
p, ul, .p1, td, div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	}
a:link, a:visited {  
	text-decoration: underline;
	color: #333333;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #1F487F;
	}
h1, h2 {
	font-family: arial-black, arial,helvetica, verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
	}
h1 {
	padding-top: 25px;
	color: #9a9a68;
	font-size: 20px;
	font-weight: bold;
	}
h2 {
	padding-top: 15px;
	color: #3f89ba;
	font-size: 14px;
	font-weight: bold;
	}
h3 {
	font-family: arial,helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
    color: #315994;
}
.smalltext {
	font-size: 9px;
	}
/* title of printed page ------------------------------------------------------------------------------ */
#print_title {
	display: none;
	}
/* container ------------------------------------------------------------------------------------------ */
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	background: url(/NanoInvestor2006/img/bg.gif) repeat-y;
	}
/* header --------------------------------------------------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	height: 157px;
	background: url(/NanoInvestor2006/img/header.gif) no-repeat;
	}
/* main content ----------------------------------------------------------------------------------------- */
#content {
	margin-right: 176px;
	padding: 0px;
	background: url(/NanoInvestor2006/img/content.gif) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
        min-height: 300px;
        /* Hack for IE min-height bug. */
        height: 300px;
        }
/* Reverses hack for IE min-height bug in other browsers. */
div[id] #content {
        height:auto;
        }

/* conference news ------------------------------------------------------------------------------------ */
#news {
	float: right;
	width: 176px;
	margin: 0;
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 50px;
	background: url(/NanoInvestor2006/img/news.gif) no-repeat;
	}
#news ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}
#news li {
	display: block;
	background: url(/NanoInvestor2006/img/arrow_small_white.gif) no-repeat 3px 2px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	line-height: 11px; 
	color: #333333;
	margin-top: 10px;
	padding-left: 18px;
	list-style-type: none;
	}
#news a:link, #news a:visited {  
	text-decoration: underline;
	color: #333333;
	}
#news a:hover, #news a:active { 
	text-decoration: underline; 
	color: #1F487F;
	}
#news div {
	padding: 20px;
	}
#news p {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}
/* copyright ------------------------------------------------------------------------------------------ */
#copyright {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background: #D5D5D5 url(/NanoInvestor2006/img/footer.gif) no-repeat;
	}
#copyright p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	}
#copyright a:link, #copyright a:visited {  
	text-decoration: underline;
	color: #666666;
	}
#copyright a:hover, #copyright a:active { 
	text-decoration: underline; 
	color: #000000;
	}
/* For application-to-present and one-on-one sites */
#app p, #app li, #app td, #app div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#app a:link, #app a:visited {  
	text-decoration: underline;
	color: #000099;
	}
.borderedTable td {
	background: #FFFFFF;
}
.borderedTable {
	background: #999999;
}
#app {
	margin-right: 176px;
	padding: 0px;
	background: url(/NanoInvestor2006/img/content.gif) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}
#headerRow td {
	background: #AFAFAF;
	color: #FFFFFF;
}
#headerRow a {
	color: #FFFFFF;
}
#darkRow td {
	background: #ADADAD;
}
#lightRow td {
	background: #E7E7E7;
}
#meetingRow td {
	background: #D9CEAE;
}
#selectedRow td {
	background: #D9CEAE;
}
.tight {	margin-left: 1em;	padding: 0px;}
