	*
		{
		padding:0px;
		margin:0px;
		font-family:arial,helvetica;
		}
	.header_screen
		{
		width:100%;
		text-align:center;
		background:#000 url(/images/header.background.gif) repeat-y right;
		}
	.header_screen .elements
		{
		width:940px;
		height:265px;
		margin:auto;
		}
	.logo_naca
		{
		float:left;
		width:230px;
		height:265px;
		background-color:#000;
		position:relative;
		}
	.logo_naca .image
		{
		position:absolute;
		top:33px;
		left:16px;
		}
	.logo_wbe
		{
		float:right;
		width:230px;
		height:265px;
		background-color:#9a0000;
		position:relative;
		}
	.logo_wbe .image
		{
		position:absolute;
		top:60px;
		left:43px;
		}
	.flash_navigation
		{
		width:480px;
		height:265px;
		background-color:#000;
		margin:auto;
		}
	.content
		{
		width:100%;
		background-color:#01009a;
		text-align:center;
		}
	.content .background
		{
		width:585px;
		background:#fff url(/images/content.background.gif) repeat-y;
		margin:0 auto;
		}
	.content .background .copy
		{
		text-align:justify;
		background:url(/images/content.header.gif) no-repeat;
		padding:30px 50px 0px 50px;
		}
	h1
		{
		text-align:left;
		font-size:28px;
		color:#9a0000;
		padding:0px 0px 10px 0px;
		}
	h2
		{
		text-align:left;
		font-size:25px;
		color:#01009a;
		}
	h3
		{
		text-align:left;
		font-size:20px;
		color:#c60;
		}
	p
		{
		padding:10px 0px 10px 0px;
		}
	table
		{
		border:1px solid black;
		font-size:x-small;
		width:100%;
		}
	table th
		{
		color:#fff;
		background-color:#00c;
		font-size:small;
		font-weight:bold;
		text-align:left;
		padding:5px 5px 5px 5px;
		}
	table td
		{
		color:#333;
		background-color:#ffc;
		vertical-align:top;
		padding:3px 5px 2px 5px;
		}
	.button
		{
		border:2px solid black;
		background-color:#ccc;
		padding:3px;
		}
	input,textarea
		{
		2px solid black;
		background-color:#ccc;
		}
	.adminNav
		{
		color:#c00;
		background:#fff url(/images/icon.arrow.gif) center left no-repeat;
		padding-left:15px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		}
	.adminNav:hover
		{
		color:#00c;
		background:#fff url(/images/icon.arrow.highlight.gif) center left no-repeat;
		}
