a:visited 
{
   color: #006633;
   text-decoration: none;
}
a:link
{
   color: #006633;
   text-decoration: none;
}
a:hover
{
   color: #009933;
   text-decoration: none;
}
a:active
{
   color: #006633;
   text-decoration: none;
}

#wrapper
{
   background:#edf5fa 0;
   /*margine: 0px 10px 0px 10px;	*/
}

#container 
{
   border-bottom: 8px solid #006633;
   border-top: 8px solid #006633;
}

/* make an empty space(white color) above the logo and header*/
#header-region 
{
   position: absolute;
   display: none;
   text-decoration: none;
}


#header
{
   border-bottom: 8px solid #006633;
   height: 100px;
   color: #006633;
   position: relative;
   text-decoration: none;
}

#logo-floater
{
   position: relative;
}

/* get's rid of border around Ph.D. in Computer Science program logo*/
#logo
{
   border: 0;
}

form
{
   margin: 0;
   padding: 0;
}

/* get's rid of borders around pictures with tag <img>*/
img
{
   border: 0;
}

hr
{
   border: 1px solid #006633;
   height: 1px;
}

/* menu with links to Past Talks, Pictures and so on*/
#menu ul
{
	position: relative;
	float: left;
	clear: both;
	/*display: box;*/
	padding-top: 26px;
	padding-left: 16px;
	/*width: 10%;*/
	list-style: none;
	margin: 0;
}

#content
{
   position: relative;
   top: 10px;
   left: 7%;
   margin-bottom: 2em;
   padding: 0;
/*   margin-left: -190px;
   margin-right: -190px;*/
   width: 80%;
   text-align: center;
}  


#picture
{
 	position: relative;
	float: left;
	padding-right: 10px;
}

.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #027AC6;
  
}

.menu
{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

.name
{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #009933;
}

.affiliation
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}

.title
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

.contact_info
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.schedule_title
{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}


.clear-block:after
{
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clear-block
{
   display: block;
}
* html .clear-block
{
   height: 1%;
}
.clear-block
{
   display: block;
}

.style-highlight {color: #FF0000}
