@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
}
ul {
	margin-top: 5px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 48px;
	text-decoration: underline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.listheading{
	margin-left: 20px;
	font-weight: bold;
}
#Table_01 {
	border-color:#FFFFFF;
	border-width:10px;
	background-color: #FFFFFF;
	border-style: solid;
}
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Begin NASA footer styles */
.footer {
	color:#666666;
	text-decoration:none;
	font-size:11px;
	line-height: 14px;
}	
.footer a:link {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
.footer a:hover {
	color:#000000;
	font-size:11px;
	text-decoration:underline;
}
.footer a:visited {
	color:#000000;
	font-size:11px;
}
#firstgov {
	padding-left: 5px;
	padding-top: 5px;
}
#footerlogo{
	padding-top: 5px;
}
#findit {
	padding-top: 5px;
}

/* Begin Rounded Box styles */
#box
	{
	position: relative;
	padding: 0;
	text-align: left;
	width: 729px;				/* <-- use this for a set width */
	background-color: #cccccc;
	}
 	
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #cccccc;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
/* Begin Blue Header Rounded Box styles */
#bbox
	{
	text-align: left;
	width: 178px;   /* <-- use this for a set width */
	background-color: #006699;
	}
 	
#btlc, #btrc, #bblc, #bbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#btlc
	{
	background-image:url(images/btlc.gif);
	background-position: 0% 0%;
	}

#btrc
	{
	background-image:url(images/btrc.gif);
	background-position: 100% 0%;
	}
	
#bblc
	{
	background-image:url(images/bblc.gif);
	background-position: 0% 100%;
	}

#bbrc
	{
	background-image:url(images/bbrc.gif);
	background-position: 100% 100%;
	}

#btb, #bbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#btb
	{
	background-image:url(images/btb.gif);
	background-position: 0% 0%;
	}

#bbb
	{
	background-image:url(images/bbb.gif);
	background-position: 50% 100%;
	}
	
#brb
	{
	background-image:url(images/br.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#blb
	{
	background-color: #cccccc;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}			
