/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin: 0px;
	padding:0px;
	font: 12px Tahoma, sans-serif;
	background-color: #FFFFFF;
}
#global{
	width:100%; 
	margin-left: auto;
	margin-right: auto;
}
#toppage{
	text-align: right;
	height:40px; 
	background-color: #29176f;
	background-repeat:repeat-x;
	border-right:solid 1px #29176f;
	border-left:solid 1px #29176f;
	border-bottom:solid 1px #29176f;
}
#toppage h2{
	display:inline;
}

#iacrlogo {
    margin: 2em 0 0 0;
    float: left;
}

#header{
	background-image:url('iacrlogo.gif');
	background-repeat:no-repeat;
	background-position: 5% -30%;
	background-color:#FFFFFF;
	border-left:solid 1px #29176f;
	border-bottom: solid 1px #29176f;
	border-right: solid 1px #29176f;
	
}	

#titletext {
	margin-top:0px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color: #000000;
	
}

#content{
}

#menu{
	float:left; 
	width:150px;
	border-right:solid 1px #29176f;
	border-left:solid 1px #29176f;
	border-top:solid 1px #29176f;
	margin-left:20px;
	margin-top:20px;
	list-style-type: none;
	padding-left:0px;
}

#menu h2{
	display:inline;
}

#menu a{
	display:block;
	height:20px;
	padding-top:5px;
	text-align:center;
	background-color: #FFFFFF;
	border-bottom:solid 1px #29176f;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

#menu a:hover{
	background-color: #29176f;
	color: #FFFFFF;
}

#menu a#current{
	color: #29176f;
}

#menu a#current:hover{
	background-color: #29176f;
	color: #FFFFFF;
}

#contenttext{
	background-color:#FFFFFF; 
	border-left:solid 1px #29176f; 
	border-right:solid 1px #29176f; 
	border-bottom:solid 1px #29176f;
	min-height:500px; /* to change if the news box overflows */
	padding-left:172px;
	padding-right:222px;
	padding-top:10px;
}

#footer{
	color:#aaaaaa;
	font-size:12px;
}

#rightbox{
	float:right; 
	width:200px;
	margin-right:20px;
	margin-top:8px;
	margin-left:10px;
}

#news{
	background-color:#FFFFFF;
	border:solid 1px #29176f; 
	padding: 3px;
	list-style-type: none;
}

#news h4{
	margin-top:5px;
	margin-bottom:0px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

#news p{
	margin-top:0px;
	margin-bottom:12px;
	color:#666666;
	font-size:12px;
}

#deadlines{
	background-color:#FFDDDD;
	border:solid 1px #29176f; 
	padding: 3px;
	padding-top: 3px;
	list-style-type: none;
}

#deadlines h4{
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

#deadlines p{
	margin-top:0px;
	margin-bottom:0px;
	color:#6666ff;
	font-size:12px;
}

/*TEXT STYLES*/
h2 { 
    color: #151B8D 
}

.bodytext {
        text-align: justify;
	padding : 12px;
}
.newstitletext {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.newscontenttext {
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.smallwhitetext {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 11px;
}

.smalltext {
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}
.smallwhitetext a{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}

.archive
{
    color: #999999;
}




#newstext{
	font-size: 11px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	
}

#tbl{
	text-align:center;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

#program h2{
	margin-top: 30px;
}

.pc-member {
    text-align: right;
    padding-right:5px;
}

.affiliation {
    font-style: italic;
}

.chair {
    float: right;
    font-style: italic;
}


.title {clear:right;margin-bottom:20pt;padding:3pt;font-style: italic;}
.paper {padding:2pt}
.title2 {clear:right;margin-bottom:20pt;padding:3pt;font-weight: bold;}