/* Main elements */
body{
	background: url(../images/body-back.gif) top repeat-x white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	color: #474E5C;
}
p{
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
h1, h2, h3{
	letter-spacing: -0.1em;
	color: #0A4A9A;
}
h1 {
	font-size: 150%;
	margin: 1em 0 0.5em 0;
}
h2{
	font-size: 130%;
	margin: 1em 0 0 0;
}
h3{
	font-size: 110%;
	margin: 1em 0 0 0;
}
a{
	font-weight: normal;
}
a:link, a:visited {
	color: #144498;
	background: url(../images/uline.gif) bottom repeat-x;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	background: Yellow;
	color: #0000CD;
}
a img{
	border: 0;
}
/* Top banner and logo etc. */
#tbanner{
	background: url(../images/banner1.jpg) left no-repeat #0A4A9A;
	height: 50px;
	border-bottom: 3px solid #FD7802;
}
#tbanner a:hover img {
	background: url(../images/lro-over.gif);
}
/* Top banner text etc. */
#tinfo{
	float: right;
	background: none; /*#0A4A9A;*/
	width: 30%;
	height: 50px;
	font-size: 80%;
	text-align: right;
	color: white;
	padding-right: 1em;
}
#tinfo a:link, #tinfo a:visited{
	color: white;
}
#tinfo a:hover{
	color: black;
}
/* Main content holder */
#content{
	padding: 0 0 0 1em;
	margin-bottom: 2em;
}
#content ol {
	clear: left;
	list-style: inside;
	margin: 0 0 0.5em 0;
}
#content ol li {
	margin: 0 0 0.5em 0;
}
#content ul li {
	margin: 0 0 0.5em 0;
	list-style-image: url(../images/bullet1.gif);
	color: #444240;
}
#content li ul {
	margin: 0.2em 0 0 1em;
}
#content img {
	border: 1px solid #336799;
}
/* Page footer */
#footer{
	clear: both;
	border-top: 2px solid #E7EBED;
	font-size: 70%;
	padding-left: 1em;
	height: 3em;
}
#footer a:hover{
	text-decoration: underline;
}
/* For screen readers or different style sheet */
.skip{
	position: absolute;
	top: -500px;
	left: -500px;
}
/* Holder for data tables */
#results{
	float: left;
	width: 67%;
	height: 20em;
	overflow: scroll;
	margin: 1em 0 0 0;
	border: 1px solid #336799;
}
/* Data tables */
table{
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #E7EBED;
}
table caption{
	text-align: left;
	/*background: url(../images/navback1.gif) bottom repeat-x #E7EBED;*/
	background: #144498;
	color: white;
	padding: 0.2em 0 0.2em 1em;
	border: 1px solid white;
}  
th{
	background: url(../images/navback1.gif) bottom repeat-x #E7EBED;
	padding: 0.5em;
	border-left: 1px solid white;
	color: #144498;
}
td{
	border-left: 1px solid #E7EBED;
}
tr.shaderow{
	background: #E7EBED;
}
tr:hover{
	color: #144498;
}
/* Main navigation */
#nav {
	float: right;
	width: 30%;
	margin: 0 0 0 1em;
	background: #E7EBED;
	border-left: 1px solid #336799;
	border-bottom: 1px solid #336799;
}
#nav a {
	background-image: none;
}
#nav p, #nav img{
	margin: 0.5em;
}
#nav li, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	border-bottom: 1px solid #E7EBED;
}
#nav li a {
	display: block;
	padding: 0.5em;
	background: url(../images/navback1.gif) bottom repeat-x;
}
#nav li a:hover {
	background: white;
	text-decoration: none;
}
#nav li img {
	margin: 0 0.3em 0 0;
	padding: 0;
}
#nav li.xls{
	list-style-position: inside;
	list-style-image: url(../images/xls.gif);
}
#nav li.pdf{
	list-style-position: inside;
	list-style-image: url(../images/pdf.gif);
}
#nav .navtitle {
	background: #0A4A9A;
	color: white;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
#nav .cap{
	margin: 0;
	padding: 0 0 0 1em;
	background: url(../images/corner-lb.gif) no-repeat left;
	height: 18px;
	left: -1px;
	top: 1px;
	position: relative;
}
.sources{
	float: left;
}
.instlist{
	color: red;
	font-weight: bold;
	float: left;
	display: block;
	width: 170px;
}
#flash{
	width: 100%;
	height: 100%;
}
.leftimg {
	float: left;
	width: 102px;
	font-size: 80%;
	margin-right: 1em;
}
.leftimg a{
	border: none;
}
.leftimg p{
	padding: 0 0.5em 0 0.5em;
	border: 1px solid #0A4A9A;
	border-top: 0;
	background: #E7EBED;
}
.leftimg a:link, .leftimg a:visited {
	color: #144498;
	background: none;
}

.leftimg a:hover{
	text-decoration: underline;
	color: #0000CD;
}
