body {
 color: black;
 background: white;
 margin: 10px 100px 10px 10px;
 
}

a:link, a:visited {
 color: #6060a0;
 text-decoration: none;
 border-bottom: 1px dotted #cccccc;
}

a:hover, a:active {
 color: #6060a0;
 text-decoration: none;
 border-bottom: 1px dotted #8080c0;
}

a.navi:link, a.navi:visited {
 color: #8080c0;
 text-decoration: none;
 border-bottom: 0;
}

a.navi:hover, a.navi:active {
 color: #8080c0;
 text-decoration: none;
 border-bottom: 1px dotted #8080c0;
}

a.event:link, a.event:visited {
 color: #000;
 text-decoration: none;
 border-bottom: 0;
}

a.event:hover, a.event:active {
 color: #ff8080;
 text-decoration: none;
}


h1, h2, h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #bbbbbb; 
}

h2 {
 padding-left: 10px;
 border-left: 7px solid  #ccc;
}

p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 text-align: justify; 
 color: #000000;
}

p.talkTitle {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-style: italic;
 font-weight: bold;
 /* text-align: justify; */
 color: #000000;
 margin-top: 5pt;
 margin-bottom: 0pt;
}

p.talkAbstract {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
/* text-align: justify; */
 color: #999;
 padding-left: 10pt;
 margin-top: 5pt;
 margin-bottom: 0pt;
}


code {
 font-size: 10pt;
 color: #aaaaaa;
 font-style: normal;
 white-space: pre;
}

strong {
 color: #ff8080;

}
a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

ul{
 list-style-image: url(images/bullet1.gif);
 
}


#header {
 margin: 0;
 padding-bottom: 50px ;
 padding-left: 60px;
 padding-top: 20px;
}

#navibar {
 float: left;
 width: 120px;
 padding-top: 5px;
 padding-right: 5px;
}

#content {
 margin-left: 125px;
 padding-left: 10px;
 padding-top: 10px;
 border-left: 1px dotted  #ccc;
 width: 500px;
}

#projectTitle {
 margin-top: 10px;
 font-family: arial;
 padding-left: 10px;
 text-align: left;
 font-size: 10pt;
 border-left: 3px solid  #ccc;
 color: #8080c0;
}

#projectTitleNew {
 margin-top: 10px;
 font-family: arial;
 padding-left: 10px;
 text-align: left;
 font-size: 10pt;
 border-left: 3px solid  #f08080;
 color: #8080c0;
}

#projectDesc {
 padding-top: 0px;
 padding-left: 10px;
 border-bottom: 1px dotted  #ccc;
 border-left: 1px dotted  #ccc;
}

#projectLinks {
 margin-top: 10px;
 font-family: arial;
 padding-left: 10px;
 text-align: left;
 font-size: 10pt;
 color: #aaaaaa;
}

#eventTitle {
 margin-top: 10px;
 font-family: arial;
 padding-top: 3pt;
 padding-bottom: 3pt;
 padding-left: 10px;
 text-align: left;
 font-size: 10pt;
 border-left: 6px solid  #ccc;
 color: #000;
 background: #eee;
}

#eventTitleUpcoming {
 margin-top: 10px;
 font-family: arial;
 padding-top: 3pt;
 padding-bottom: 3pt;
 padding-left: 10px;
 text-align: left;
 font-size: 10pt;
 border-left: 6px solid #ff8080;
 color: #000;
 background: #eee;
}


#eventDesc {
 padding-top: 10px;
 margin-top: 0px;
 padding-bottom: 10px;
 padding-left: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 border-bottom: 1px dotted  #ccc;
 border-left: 1px dotted  #ccc;
 border-right: 1px dotted  #ccc;

}

#eventData {
 color: black;
 padding-top: 0px;
 padding-left: 0px;
}

#eventLogo {
 float: right;
 padding-left: 0px;
 padding-top: 0px;
 margin-top: 0px;
}

#pressTitle {
 margin-top: 10px;
 font-family: arial;
 padding-left: 10px;
 text-align: left;
 font-size: 11pt;
 border-left: 3px solid #ff8080;
 color: #000;
}

#pressDesc {
 margin-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;

}


#newshdr {
 font-family: arial;
 text-align: left;
 font-size: 8pt;
 color: #8080c0;
 border-bottom: 1px dotted #cccccc;
}

#copyright {
 text-align: right;
 font-family: arial;
 font-size: 8pt;
 color: #9D9D9D;
 border: 0;

}
