html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


body {
	font-family: Tahoma;
	background-color: white;
	
}

#container {
	width: 100%;	
}

#header {
	width: 100%;
	height: 74px;
        background-color: #48567b;   	
}

#innerheader {
	width: 100%;
}

#logo {
	width: 74px;
	height: 64px;
	float: left;
	padding: 5px;
}

#nav {
	width: 74px;
	height: 74px;
	float: right;
	padding: 5px;
	margin-top: 16px;
}

#navprev {
	float: left;
		
}

#navnext {
	margin-left: 37px;
}

#title {
	height: 74px;
	margin: 0 140px 0 100px;
        display: table-cell;
        vertical-align: middle;
	
}

h1 {
	color: white;
	font-weight: bold;
	font-size: 20px;
	
}

.spacer5px {
	width: 100%;
	height: 5px;
}

.spacer15px {
	width: 100%;
	height: 15px;
}

#breadcrumbs {
	color: white;
	padding: 5px;
        background-color: #48567B;       
}

#breadcrumbs  a,a.visited{
	color: white;
}

#content {
	padding: 5px;
	background-color: white;
}

#footer {
	padding: 5px;
	color: white;
	background-color: #48567B; 
}

.libimg {
	padding: 5px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.glos_letter {
	font-size: 14pt;
        font-weight: bold;        
        margin-top: 10px;
}

.glos_term {
        font-weight: bold;
        margin-top: 10px;                   
}
.highlight { background-color: yellow }
