/*This style sheet for Adaptive Control Software includes styles that do not work well in Netscape 4 */

/* This style sheet is divided into the following sections: 

1. Elements
2. Lists
3. Tables
4. Links
5. Major sections of the template. This section has several sub-sections.
6. Classes

*/


/* ******** SECTION 1: Elements ******** */
	
body {
	font-size: 100%;
	color: #000;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	}
	
p {
	margin-top: 0;
	padding: 0;
	}

div.breadcrumb {
	font-size: 85%;
	color: #000;
	margin-bottom: 20px;
	}

h1 {
	margin: 1em 0 0 0;
	font-size: 135%;
	}
	
	
h2 {
	font-family:  verdana, arial, sans-serif;
	font-size: 120%;
	color: #000066;
	}

h3 {
	font-size: 105%;
	color: #7B0400;
	padding: 10px 0px 0px 0px;
	}

h4 {
	font-size: 95%;
	font-weight: bold;
	color: #000066;
	padding: 0px 0px 0px 0px;
	}
	
h5 {
	font-family:  verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	}
	
h6 {
	font-family:  verdana, arial, sans-serif;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	color: #7B0400;
	}
	
dt {
	font-weight: bold;
	}

dd {
	margin-bottom: 1em;
	margin-left: 1.5em;
	}
	
/* ******** SECTION 2: Lists ********* */

ul {
	list-style-type: square;
	}

/* ******** SECTION 3: Tables ******** */
/* these styles are for data tables. make sure to apply a class="datatable" for these styles to work */

.datatable {
	font-size: 85%;
	font-family:  verdana, arial, sans-serif;
	background-color: #ccc;
	}
	
.datatable th {
	background-color: #e4e4e4;
	color: #000;
	text-align: left;
	vertical-align: bottom;
	padding: 4px 10px 4px 10px;
	}
	
.datatable td {
	padding: 6px 12px 5px 12px;
	background-color: #fff;
	}
	
.datatable caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 100%;
	}

.tablenote {
	font-size: 85%;
	padding: 10px 0px 20px 0px;
	text-align: left;
	}

.toctable {
	font-size: 86%;
	font-family:  verdana, arial, helvetica, sans-serif;
	border-top: 5px solid #fff;
	}
	
.toctable th {
	background-color: #e4e4e4;
	color: #000;
	text-align: left;
	padding: 4px 10px 4px 10px;
	border-top: 5px solid #fff;
	}

.toctable td {
	padding: 2px 2px 2px 10px;
	}
	
.toctable caption {
	font-family:  verdana, arial, sans-serif;
	font-size: 100%;
    font-weight: bold;
    text-align: left;
	}
	
.border {
	border-right : 1px solid #aaaaaa;
	border-top : 1px solid #aaaaaa;
}

.borderleft{
	border-left : 1px solid #aaaaaa;
}

.borderbottom{
	border-bottom : 1px solid #aaaaaa;
}
.borderright {
	border-right : 1px solid #aaaaaa;
}

.bordertop {
	border-top : 1px solid #aaaaaa;
}

.bordernone {
	border : none;
}

.grey {
	background-color : #e4e4e4;
}

/* ******** SECTION 4: Links ******** */

/********* SECTION 5:  Major sections of the template. *********** */

/* Each section has beeen assigned its own ID or class */

#heading {
	font-family: verdana, arial, sans-serif;
	color: #0033CC
	}

html>body #content  {
	padding: 30px;
	width: 90%;
/* ie5win fix ends -- these lines are for Opera */
	}
	
#javadate {
	font-size: 100%;
	padding: 10px 2px;
	}
	
#footer-bar {
	background-color: #000066/*#1A5431*/;
	text-align: center;
	height: .25em;
	}	

#footer-logo {
	padding: 10px 2px;
	}	

#footer-info {
	padding: 10px 2px;
	}

#footer td {
	text-align: center;
	}

/* ******** SECTION 6: Classes ********* */
/*this is for the figure photos*/
	
/* Tell NS4 to ignore these styles.... */
/*/*/
	
div.inset-photo {	
	float: right;
	margin: 15px;
	width: 275px;
	}

div.inset-photo img, div.photo img {
	margin-bottom: 0;
	border: 1px solid #000;
	}
	
div.inset-photo2 {	
	float: left;
	margin: 15px;
	width: 275px;
	}

div.inset-photo2 img, div.photo img2 {
	margin-bottom: 0;
	border: 1px solid #000;
	}

.caption {  
	font-size: 100%;
	font-weight: bold; 
	padding: 30px 0px 2px 0px;
	}
	
