

body {
	background-color:#fff;
	color: #000;
	padding:0em;
	margin:1em;
 	
}

/* there is only one thetable */
#thetable {
	border:1em;
	margin:0em;
}

/* thetable's head td. */

.headerLogo1 {
	text-align:center;
	background-color:#cc9900;
	border-color: #003366;
	border-style: solid;
	border-width: medium;
	
	border-radius: 20px 0 20px 0; /*tl tr br bl */
	-moz-border-radius: 20px 0 20px 0;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
}




.headerLogo2{
	background-color:#003366;
	border-color: #003366;
	border-style: solid;
	border-width: medium	;
	padding-left:1em;


	border-radius: 0 20px 0 20px; /*tl tr br bl */
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
}




#headerName {
	font-size:x-large;
	font-weight: bold;
	color:#ffcc00;
		
}



/* the left navigation menu */
.nav {
	background-color:#cc9900;
	border-color: #003366;
	border-style: solid;
	border-width: medium;
	width:15%;
	color: #003366; 
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-size: 12pt;
	padding-top:1pt;
	padding-left:7pt;
	font-family: Verdana, Tahoma, "Helvetica", "Helv", "Arial", sans-serif;
	

	border-radius: 0 20px 0 20px; /*tl tr br bl */
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;	
}

	
/* **********************************************    */
/* START of  style for the links at the left         */ 
/* **********************************************    */
.nav dl, .nav dt, .nav dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover
{
	background-color:#cc9900;
	color: #003366;	; 
	text-decoration:none;
	padding: .5em 0 .5em 0em;
	display:block;
	margin: 0 0 0 0;
}




/* ********************************************    */
/* END of style for the links in the left          */
/* ********************************************    */

/* link color for all other links.*/




/* where the mian content of every page exists. In a td.workspace */
.workspace {
	background-color:#ffffff;
	border-color: #003366;
	border-style: solid;
	border-width: medium;
	padding: 7pt;
	margin: 7em;
	font-size:100%;
	vertical-align:top;
	font-family: "Arial", "Times", sans-serif;

	border-radius: 20px 0 20px 0; /*tl tr br bl */
	-moz-border-radius: 20px 0 20px 0;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
}



/* the footnote area td.workspace2*/
.workspace2 {
	background-color:#003366;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	vertical-align:bottom;
	color:#003366;
	text-align:center;
	
	border-color: #003366;
	border-style: solid;
	border-width: medium;

	border-radius: 20px 20px 20px 20px; /*tl tr br bl */
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;		
	-webkit-border-bottom-left-radius:20px; 
}

/* defines the container for a page's main image. */
div.imageBox {
  	display: block;
	width: 280px;
  	float: right;
  	margin-left: 1em; 
}

/* the caption for the main image's caption */
div.imageBox .imageCaption {
	text-align: center;
	color: #002666;
	font-weight: bold;
	font-size: smaller;
}


/* LattE word styles */
.latt, .integrale, .macchiato {
	color:#003366;
	font-weight: bold;
}

.E {
	color: #cc9900;
	font-weight: bold;	
}	

			
/* used for outbound and external links */
a.outlink {font-style: italic; 

}
			
			
/* used as style for things printed in footnote.php */
.footNote {
	color: #fff;
	font-size:1em;
	font-family:verdana,arial,helvetica,sans-serif;
}


/* general shortcuts */
.bold, .b {font-weight:bold; color:#fff;}

.i { font-style: italic;}
.u {text-decoration: underline;}


.centerimg {
	display:block;  /* centers an image in middle of page */
	margin-right:auto;
	margin-left:auto;
}










