/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin: 0px;
	padding:0px;
	/*font: 13px Tahoma, sans-serif;*/
	background-color: #FFFFFF;
}

hr {
  border: 0;
  width: 99%;
  color: #29176f;
  background-color: #29176f;
  height: 2px;
}

#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;
}

#header{
/*	background-image:url('images/me2.png'); */
	background-repeat:no-repeat;
	background-position: 20% -40%;
	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:30px;
	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: 15px;
	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-right:10%;
	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;
}

table {
  width: 99%;
  border-collapse:collapse;
  border: 1px solid black;
}

td, th
{
  text-align:left;
  padding:5px;
}

th.Year {
  width: 5%;
}

th.Grade {
  width: 5%;
}

th.Project {
  width: 35%;
}

th.Lead {
  width: 15%;
}

th.Leads{
  width: 25%;
}

th.Output {

}

li{line-height:22px}
