body {
margin:0;
padding:0;
	background-color: white;
	color: #424242;
	font: normal 10pt Verdana, Arial, Tahoma, sans-serif;   
}

.wrapper { /* wrap */
width: 1150px; /*Width of main container*/
margin: 0;
padding: 0 10px 0 10px;
}

.headerbar { /* logo */
height: 50px; /*Height of top section*/
	border-bottom: 1px solid #00008b;		
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   padding-top: 10px;
}

.headerbar h1 { /* logo h1 */
margin: 0 0;
/*padding-top: 15px;
background-color: #bb0000;*/
background-color: transparent;
color: #0070c0;
font-size: 28pt;
/*padding-left: 215px;*/
}

.content {
float: left;
width: 100%;
}

/*#contentcolumn{
margin: 0 220px 0 220px;*/ /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*}*/

.items {
/*margin-left: 220px; Set left margin to LeftColumnWidth*/
margin: 0 220px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border: none;
}

.item {
	border: 1px solid navy;
	margin: 0 0 10px 0;
/*	padding: 5px 5px 5px 5px;*/
}

.item2 {
	border: 1px solid navy;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #191970;
	background-color: #b0c4de;
}

.pad1 {
    padding: 0px 0px 10px 10px;
    margin-right: 15px;
}

.sidebarl { /* menu */
float: left;
width: 220px; /*Width of left column*/
margin-left: -1150px; /*Set left margin to -(MainContainerWidth)*/
}

.sidebarr { 
float: left;
width: 220px; /*Width of left column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
}

.menuitembox { /* menusections */
	border: 1px solid navy;
	margin-bottom: 10px;
}

.footer{
clear: left;
padding: 4px 10px;
   margin-left: 10px;
   margin-right: 10px;
	border-top: 1px solid navy;	
   font-size: 9pt;
}

.copyrt {
/*	width: 950px;*/
   padding-left: 265px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h2.dark {
   font-size: 11pt;
   font-weight: bold;
   font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
   color: #f5f5f5;
   background-color: #c40000; /* #483d8b */
   padding: 5px 5px 5px 5px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

h2.mid {
   font-size: 11pt;
   font-weight: bold;
   font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
	color: #f5f5f5;
	background-color: #c40000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2.light {
   font-size: 11pt;
   font-weight: bold;
   font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
	color: #f5f5f5;
	background-color: #c40000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2.dark a {
   font-size: 11pt;
   font-weight: bold;
   color: #f5f5f5;
}

h2.mid a {
   font-size: 11pt;
   font-weight: bold;
	color: #f5f5f5;
}

h2.light a {
   font-size: 11pt;
   font-weight: bold;
	color: #f5f5f5;
}

h2.dark a.active, h2.dark a.hover {
   font-size: 11pt;
   font-weight: bold;
   color: #f5f5f5;
   background-color: navy;
}

h2.mid a.active, h2.mid a.hover {
   font-size: 11pt;
   font-weight: bold;
/*   color: #483d8b;
   background-color: #e6e6fa;*/
   color: #f5f5f5;
   background-color: navy;   
}

h2.light a.active, h2.mid a.hover {
   font-size: 11pt;
   font-weight: bold;
   color: #f5f5f5;
   background-color: navy;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
   font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
	background-color: #c40000; /* #00008b #0001b2 */
	color: #f5f5f5;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
   font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
	/*background-color: #0001b2;*/
	color: #404040;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
}

h3 {
    font-size: 11.5pt;
    font-weight: normal;
    font-style: italic;
    font-family: Arial, Verdana, sans-serif; /* "Century Gothic",  */
	/*background-color: #0001b2;*/
	color: #4d4d4d;
	padding: 5px 5px 5px 5px;
    text-align: center;
}

P {
	padding: 10px 15px 10px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.spacer
{ /* clean */
	clear: both;
}

a {
/*	color: #0000cd;
   color: #b22222;*/
   color: navy;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

.item a {
   color: navy;   
}

.copyrt a {
   color: navy; /* #b22222  */
   font-size: 8.5pt;
}

.item a:active, .item a:hover, .copyrt a:active, .copyrt a:hover {
	background-color: #e6e6fa;
}

/*.fordarkbga {
	color: #d2691e;
}
*/
.formbuttons {
	color: #585858;
	background:url(http://www.pptpinvitro.org/pix/button-bg.jpg) center left repeat;
 	background-color: transparent; /* #dfeec8 */	
 	border: 1px #e6e6e6 solid;
 	padding: 3px 3px 3px 3px;
	font: normal 9pt Arial, verdana, sans-serif;
}

input {
	border: 1px solid #dcdcdc;
	font: normal 9pt Arial, verdana, sans-serif;
   color: #696969;
}

.pptphide {
	display: none;
}

li {
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li.menu {
    padding: 5px 2px 5px 2px;
    margin-left: -30px;
   list-style: none;
}

li.menu a {
   font-weight: normal;
}

li.menu a:active, li.menu a:hover {
/*	background-color: #e6e6fa;*/
/*   color: #b22222;*/
   color: #c40000;
   font-weight: bold;
}

.indent1 {
    padding-left: 15px;
}

.indent2 {
    padding-left: 20px;
}

.indent3 {
   padding-left: 35px;
   padding-right: 35px;
   text-align: center;   
}

.indent4 {
   padding-left: 30px;
   padding-right: 30px;   
}

.ctr {
   text-align: center;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: 9pt;
   width: 20%;
}

.leftbox {
	float: left;
/*	border-right: 2px solid #ccc;*/
}

.rightbox {
	float: right;
/*	border-left: 2px solid #ccc;*/
}

.caption {
   text-align: center;
   color: gray;
   font-size: 9pt;
   font-style: italic;
}

.pic15l {
   padding: 15px 5px 15px 15px;
   display: inline;
}

.pic15r {
   padding: 15px 15px 15px 5px;
   display: inline;
}

li.bio {
   padding-bottom: 20px;
   list-style :disc;
}

table, td, tr {
	font: normal 10pt Verdana, Arial, Tahoma, sans-serif;   
}

/*.disc {
   display: block;
   list-style-type: disc;
}

.ctr {
   text-align: center;
}

.pubs {
   padding-top: 0px;
   padding-bottom: 0px;
}

.highlight1 {
   font-size: 12pt;
   font-weight: bolder;
}

.combobox {
background-color: #FFFFFF;
color: #000000;
font-size: 10pt;
font-family: Arial, Tahoma, sans-serif;
font-weight: bold;
}*/
