body
{
	 background-image:url('images/SkyOverBlack.jpg');
	 background-repeat:repeat-x;
	 background-color:black;
}

.TopDiv
{
	height:200px;
	background-image:url('images/TopLeftCorner.jpg');
	background-repeat:no-repeat;
	text-align:right;
	padding:50px;
	font-family:Courier New;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
}

.PageTitle
{
	color:white;
	font-size:34pt;
	font-family:Eurostile,Arial;
	font-weight:bold;
}

.SubTitle
{
	color:white;
	font-size:13pt;
	font-family:Arial;
	font-weight:bold;
}

.NavDiv
{
	float:right;
	text-align:right;
	padding:50px;
}

.ContentDiv
{
	float:left;
	text-align:left;
	color:white;
	font-family:Arial;
	padding:30px;
	background-color:#101010;
	border-style:solid;
	border-width:1px;
	border-color:#222222;
	margin-left:50px;
	width:700px;
	margin-top:30px;
}

.ExampleTextContainer
{
	padding-left:30px;
}

.ExampleText
{
	color:white;
	font-family:Arial;
	font-size:8pt;
}

h1
{
	color:white;
	font-size:18pt;
}

td
{
	vertical-align:top;
}

.NavLink
{
	color:white;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
}