html * { 
	margin: 0; padding: 0;
}

body {
	font-size: 0.75em;
	color: #000; 
	font-family: arial, verdana, helvetica,sans-serif; 
	background-color: #fff; 
	margin-left: 0;
	margin-top: 0;
}

p, ul, h4, h5 { 
	padding-top: 2px; padding-bottom: 12px;
}

h2, h3 { 
	padding-top: 15px; padding-bottom: 15px;
}
	
p,tr,td,ol,li,ul,table  {
	font-size: 100%;
}
	
	
/* -------------------------- header section ----------------------- */

td.topright {
	color: #fff;
	font-size: 90%;
	background-color: #AC7145;
	padding: 3px 10px 3px 0px;
	text-align: right; 
    border-bottom: 1px solid #fff;
}

/* ================ header ==============*/

td.banner1, td.banner2 { 
	height: 86px;
	background-color: #40627d;
	color: #fff;	
	padding: 0;
	margin: 0; 
}

td.banner1 { vertical-align: bottom;
}

td.banner2 { 
	width: 485px; 
	background-repeat: no-repeat;
	background-position: right;		
	vertical-align: top; 
}


.title1 {
	font-size: 180%;
	margin: 0 0 0 13.05em ;
    padding-right: 0.3em;
	text-align: right; 
	color: #fff; 
    background-color: #75292D;
}

.title2 {
	font-size: 160%;
	text-align: right; 
	color: #fff; 
	background-color: transparent; 
}

.space { 
	font-size: 1.1em;
	font-weight: bold;
}

a.nav:link {
	font-weight: bold; 
	color: #fff; 
	background-color: #AC7145; 	
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
	background-color: #AC7145; 	
}
a.nav:hover {
	font-weight: bold; 
	color: #EEB54E; 
	background-color: #AC7145; 	
}


/* position hidden elements off screen */

.skip {
	position: absolute;
	top: 0;
	left: 0;
}

.offscreen, .skip a, .skip a:hover, .skip a:visited, .deptname {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}   

.skip a:active {
	position: static;
	width: auto;
	height: auto;
	font-size: .8em;
}


/* =============== content ================= */

/* ------------------------ main content section ------------------ */

td.main {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td {
	text-align: left;
	vertical-align: top;
}

th {
	text-align: left;
	vertical-align: bottom;
}

/* ------------------- text styles --------------------------- */

h1 {
	font-weight: bold; 
	font-size: 1em; 
	color: #990; 
	background-color: #E9EACC;
}



h2 {
	font-weight: bold; 
	font-size: 125%; 
	color: #75292D; 
	background-color: #fff
}

h3 {
	font-weight: bold; 
	font-size: 110%; 
	color: #40627D; 
	background-color: #fff;
}

h4 {
	font-weight: bold; 
	font-size: 1em; 
	color: #000; 
	background-color: #fff;
}

h5 {
	font-weight: bold; 
	font-size: .9em; 
	color: #000; 
	background-color: #fff;
}

.indent40 { 
	padding-left: 40px;
}

.indent20 { 
	padding-left: 20px;
}

ol { 
	padding-left: 40px;
}

.floatright { 
	float: right;
}

blockquote {
	padding: 0px 40px 12px 40px; 
	text-align: left;
}


td.quote {
	width: 50%;
}

blockquote.pagetop {
   padding: 15px 50px 30px 60px;
   text-align: left;
   border: 1px solid silver;
   color: #000; 
	background: #e0e0e0 url(../images/quote_arrow.gif) no-repeat;;
	background-position: 10px 10px;
	margin: 0 60px;
}
p.quotereftop { 
	padding: 10px 30px 40px 30px;
	text-align: left;
	font-size: .8em;
	color: #000; background-color: #e0e0e0;
}

cite{
	font-size: .9em;
	font-style:normal;
}

ul {
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-top: 2px;
	margin-left:25px;
}

ul.nobullet, ul.nobullet ul {
	list-style-type: none;
}

ul.nobullet ul { 
	margin-left: 1.2em;
}

li {
	padding-bottom: 2px;
}

ol {
	padding: 20px 20px 20px 20px; 
}

.figurename {
	font-weight: bold;
	padding-bottom: 12px;
	color: #330;
	background-color: #fff;
	font-size: 1em;
}

.shadedgrey {
   color: #000; background-color: #e0e0e0;
}
.shadedblue {
   color: #000; background-color: #EAF2F7;
}

/* ------------ body text links ------------------------- */

a:link {
	color: #06f; 
	background-color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #AC7145; 
	background-color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #75292D; 
	background-color: #fff; 
	text-decoration: none;
}
a:active {
	color: #75292D; 
	background-color: #fff; 
	text-decoration: none;
}

/* page title */

td.pagetitle {
	color: #fff; 
	background-color: #AC7145;
	border-bottom: 1px solid #75292D;
	border-top: 1px solid #fff;
}

.title {
/*	font-weight: bold; */
	font-size: 140%; 
	padding-right: 3px; 
	padding-left: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 5px 0px 5px 5px; 
	color: #fff; 
	background-color: #AC7145;
}

/* ------------------------------ page index section ----------------- */

.indexmenu {	
	font-weight: bold; 
	font-size: 95%; 
	color: #000; 
	background-color: #fff;
}
h4.indexmenu {    
	margin-top: 30px;
   padding-bottom: 0px;
}

ul.indexmenu {
	margin-left: 40px; 
   margin-top: 10px;
	list-style-type: none;
   padding-bottom: 20px;
}

ul.indexmenu ul {
	margin-left: 7px; 
	list-style-type: none;
}



a.index:link {
	color: #06f; 
	background-color: #fff;
}

a.index:visited {
	color: #06f; 
	background-color: #fff;
}

a.index:hover {
	color: #75292D; 
	background-color: #fff; 
	text-decoration: underline;
}

a.index:active {
	color: #75292D; 
	background-color: #fff; 
	text-decoration: underline;
}

/* --------------------------data table styles ------------------ */
table.datatable {
   border: 1px solid #75292d;
	border-right: #ac7145 2px solid; 
	border-top: #ac7145 2px solid; 
	border-left: #ac7145 2px solid; 
	border-bottom: #ac7145 2px solid; 
	border-collapse: collapse;
    padding-bottom: 20px; margin-bottom: 10px;
}

table.datatable td, table.datatable th { 
	padding: 5px; 
}

caption {
	font-weight: bold; 
	font-size: 1em; 
	padding-bottom: 6px; padding-top: 20px;
	color: #330; 
	background-color: #fff; 
	text-align: left;
}

th.side {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

th.sideheader {
	text-align: left; vertical-align: top; font-weight: bold;
}

td.center, th.center {
	text-align: center;
}

th.centernormal {
    text-align: center; 
	 font-weight: normal;
}

.notes {
	font-size: 90%; 
    padding: 0 0 1.5em 0;
}
.notesindent40 {
	font-size: 90%; 
    padding: 0 0 12px 1.5em;
}

.rightalign {
	text-align: right;
}


/* ==================== NAVIGATION ELEMENTS ============== */



/* ----------------- section navigation (top of page) -------------- */
td.sections {
	color: #fff; 
	background-color: #75292D; 
	border-top: 1px solid #fff;
}

div.sectionlink {
	font-weight: bold; 
	font-size: 95%; 
	margin: 5px 0px 5px 5px; 
	color: #fff; 
	background-color: #75292D;
}

a.sectionlinks:link {
	color: #fff; 
	background-color: #75292D; 
	text-decoration: none;
}
a.sectionlinks:visited {
	color: #fff; 
	background-color: #75292D; 
	text-decoration: none;
}

a.sectionlinks:hover {
	background-color: #75292D;
	color: #EEB54E;
}

a.sectionlinks:active {
	color: #EEB54E; 
	background-color: #75292D;
}

/* styles for links to top-level page for current section */

a.sectioncurrent:link {
	color: #fff; 
	background-color: #75292D; 
	text-decoration: none;
}
a.sectioncurrent:visited {
	color: #fff; 
	background-color: #75292D; 
	text-decoration: none;
}
a.sectioncurrent:hover {
	color: #fff; 
	background-color: #75292D;
}

/* previous and next row */

td.leftarrow { 
	padding-left: 10px; 
	padding-right: 2px;
	height: 15px;
	vertical-align: middle; 
	text-align: right;
}

td.rightarrow { 
	padding-left: 2px; 
	padding-right: 10px;
	height: 15px; 
	vertical-align: middle; 
	text-align: left;
}
td.previous {
	text-align: left;
	height: 15px;
	vertical-align: middle; 
}
 
td.toc { 
	text-align: center;
	height: 15px;
	vertical-align: middle; 
}

td.next { 
	text-align: right;
	height: 15px;
	vertical-align: middle; 
}

.prevnext {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	font-size: 95%;	
	padding: 0px 5px 0px 5px;
}

a.prevnext:link {
	background-color: #fff; 
	text-decoration: none;
	color: #06f; 
}
a.prevnext:visited {
	color: #06f;
	background-color: #fff; 
	text-decoration: none;
}
a.prevnext:hover {
	 color: #75292D; 
	 background-color: #fff; 
    text-decoration: none;    
}
.sidenav { 
	color: #fff; 
	font-weight: bold; 
	background-color: #75292D;
	font-size: 95%;
	padding: 4px 2px 4px 6px;
}

.sidelinks {
	text-align: left;
	padding: 6px 1px 7px 7px;
	border: 0px;	 
	color: #06f;
   background-color: #fff;
	font-size: 90%;
}

.sidelinks a:link {
	 color: #06f; 
	 background-color: #fff; 
	 text-decoration: underline;
}

.sidelinks a:visited {
	 color: #06f;
	 background-color: #fff;  
	 text-decoration: underline;
}

.sidelinks a:hover {
	 color: #75292d; 
	 background-color: #fff; 
}

/* --------------------------- footer --------------------------- */

#footer {
	font-weight: bold; 
	font-size: 95%; 
	margin: 5px 0px 5px 5px; 
	color: #fff; 
	background-color: #75292D;
}

/* --------------------------- toc sidebar ---------------------- */

td.contents { 
	padding-right: 12px;
}

table.sidebar {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 15px 0px 5px 15px;
}

/* ------------------------ for photo gallery ------------------- */

table.gallery td { 
	text-align: center; 
	vertical-align: top; padding: 10px;
}

dl.gallery {
	color: #000; 
	background-color: #fff; 
	margin: 0;
   padding-bottom: 10px; padding-left: 10px; padding-right: 10px;
}

.gallery dd {
	margin: 5px 0 0 0; 
	padding-left: 10px; padding-right: 10px;
	text-align: left;
	font-size: 90%;
}
.gallery img{
	border: 3px solid;
	border-color: #40627D #40627D #778E9F #778E9F;
	}

/* -------------------------  Search page styles ---------------------- */
ol.searchResultList {
	list-style-position: inherit;
	margin-left: 8px;
}

/* -------------------------  End search page styles ------------------ */






