/* scrollbar hack */
html { 
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #c8b9a6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5em;
	height: 100%;
	margin: 0;
}

acronym {
	cursor: help;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066cc;
}

a:visited {
	color: #718dab;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	margin: 0;
}

h2 {
	font-size: 1.6em;
	margin: 0;
}

h3 {
	margin-top: 0;
	background-color: #CCCCCC;
	border: 1px solid black;
	border-top: none;
	border-right: none;
	padding: 2px 4px;
	letter-spacing: .2em;
	font-weight: bold;
}

h4 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .1em;
	word-spacing: .1em;
}

p.grants-igms {
	border: 2px solid black;
	background-color: #eee;
	padding: 1px 3px 1px 1px;
}

p.indent20px {
	padding-left: 20px;
}

/* TOOLBOX */

div#brown-bar {
	background: #663300;
	height: 1em;
}

div#header {
	background: #feedd6;
}

div#main-menu {
	background: #eddbc5;
	width: 150px;
	height: inherit;
	float: left;
	clear: none;
}

div#main-menu a, div#main-menu a:visited {
	color: black;
	font-weight: bold;
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	background-image: url(images/menu/buttonframe.gif);
	font-size: 11px;
}

div#main-menu a.double_high, div#main-menu a.double_high:visited {
	background-image: url(images/menu/buttonframe_hx2.gif);
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}

div#main-menu a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
}

.toolbox-main {
	background: #feedd6;
	margin-left: 150px;
	padding-left: 10px;
	height: auto;
	/* float: right;
	clear: none;
	*/
}

.breadcrumbs {
	font-size: .9em;
	border-bottom: 1px solid black;
	padding: 1px 0 1px 0;
}

.footer {
	clear: both;
}

/* DOCUMENT VIEWER */

img {
	vertical-align: middle;
	border: none;
}

iframe {
	border: none;
	margin: 0;
	height: 600px;
	width: 100%;
}

.header {
	height: 2em;
	background: #fff;
}

.toolbar {
	background-color: #eddbc5;
	height: 2em;
}

.tool {
	padding: .3em 1em .2em 1em;
}

.tool-alignleft {
	float: left;
	clear: none;
	vertical-align: bottom;
}

.tool-alignright {
	float: right;
	clear: none;
	vertical-align: bottom;
}

.contentbox {
	width: 745px;
	height: auto;
	margin: auto;
	/* border: 1px solid black; */
	background: #eddbc5;
}

td { vertical-align: top; }