/* Bootstrap.org Global CSS Stylesheet */
/* written for BACKWARD COMPATIBILITY */
/* HvE */

body {
	color: #330000; 
	background-color: #ffffea;
	}

td.left-panel {
	width: 18%;
/*	font-size: small; */
/* two lines added for backward compatibility: */
	color: #330000; 
	background-color: #ffffea;
	}

td.main-panel {
	width: 62%;
/* two lines added for backward compatibility: */
	color: #330000; 
	background-color: #ffffea;
	}

td.main-panel-program {
	width: 90%;
/* two lines added for backward compatibility: */
	color: #330000; 
	background-color: #ffffea;
	}


td.right-panel {
	width: 20%;
/*	font-size: small; */
/* two lines added for backward compatibility: */
	color: #330000; 
	background-color: #ffffea;
	}
   
.logo {
	color: #000099;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	}
	
table.logobanner {
	width: 100%;
	}

td.logoleft {
	width: 45;
	vertical-align: top;
	}
	
td.logomiddle {
	width: 172;
	text-align: left;
	vertical-align: top;
	}
	
td.logoright {
	text-align: left;
	vertical-align: middle;
	}
	
table.menu {
	color: #ffffff;
	background-color: #000099;
    font-family  :  arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
	width: 100%;
	}

div.center {
	text-align: center;
	}
	
div.right {
	text-align: right;
	color: #000099;
	background-color: transparent;
	}
	
div.left {
	text-align: left;
	color: #000099;
	background-color: transparent;
	}	
	
span.logodoug {
    font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: med;
    }	
	
span.logocolloquium {
    font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: small;
    }	
	
span.logoindepth {
    font-family: default;
	color: #000099;
	font-size: small;
	font-weight: bold;
	font-style: italic;
    }	
		
span.auxiliary-menu {
	text-decoration: underline;
    font-family  :  arial, helvetica, sans-serif;
	font-size: x-small;
	}
	
span.date {
	color: #000099;
	font-weight: bold;
	font-size: small;
	background-color: transparent;
	}

span.head1 {
	font-size: x-large;
	}
	
span.head2 {
	font-size: large;
	}
	
span.x-head {
	color: #000099;
	font-weight: bold;
	font-style: italic;
	background-color: transparent;
	}
	
span.x-small {
	font-size: x-small;
	}
	
span.spacer {
	color: #ffffea;
	background-color: transparent;
	font-size: x-small;
	}
	
span.underline {
	text-decoration: underline;
	}
	
p.italic {
	font-style: italic;
	}
	
p.small {
	font-size: small;
	}
	
li.small {
	font-size: small;
	}

a.ord:link {
   color: #330000;
   text-decoration: underline;
   background-color: transparent;
   }   

a.ord:visited {
   color: #330000;
   text-decoration: underline;
   background-color: transparent;
   }
	
a.nav:link {
   color: #ffffff;
   background-color: transparent;
   }

a.nav:visited {
   color: #ffffff;
   background-color: transparent;
   }

a.currentnav:link {
   color: #ffff00;
   background-color: transparent;
   }

a.currentnav:visited {
   color: #ffff00;
   background-color: transparent;
   }

a.navaux:link {
   color: #000099;
   background-color: transparent;
   }

a.navaux:visited {
   color: #000099;
   background-color: transparent;
   }

a.purple:link {
   color: #cc66cc;
   font-size: x-small;
   font-style: italic;
   text-decoration: none;
   background-color: transparent;
   }

a.purple:visited {
   color: #cc66cc;
   font-size: x-small;
   font-style: italic;
   text-decoration: none;
   background-color: transparent;
   }
   
/* Added for chronicle.html */

span.capital {
	color: #000099;
	background-color: transparent;
	font-size: large;
	font-weight: bold;
	}

table.color {
	color: #000099;
	background-color: transparent;
	width: 80%;
	left: 10%;
	}
	
div.thead {
	color: #000099;
	background-color: transparent;
	font-size: large;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	}
	
div.table {
	color: #000099;
	background-color: transparent;
	text-align: left;
	width: 80%;
	position: relative;
	left: 10%;
	padding: 0em;
	}

/* Added for nmt.html */

span.head0 {
	font-size: xx-large;
	}


