﻿body 
{
	background: white;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:8.5in;
	height:11in;
	padding: .5in 0 .5in 0;
}

div#Middle
{
	width:100%;
	float: none;
}

div#ContentArea
{
	color: White;
	float: none;
	width: 100%;
}

div#ContentHolder
{
	float: none;
	width:100%;
}

#menuSkip
{
	display: none;
}

div#Banner
{
	display: none;
}

#Banner img
{
	display: none;
}

div#TextBanner
{
	width:100%;
	color: #333;
	background-color: #FF9933;
	position: absolute;
	top: 0px;
	vertical-align:middle;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	margin-bottom: 0px;
}

#TextBanner h1 
{ 
	color: #333;
	vertical-align: middle;
	display: inline;
	text-transform:uppercase; 
	font-size: 15px; 
	font-family: 'Tw Cen MT', Arial, Helvetica, sans-serif; 
	background-color: #FF9933;
}

#TextBanner img
{
	vertical-align:middle;
	border-style: none;
}

p#skip
{
	display: inline;
	margin: 0;
}

#skip img
{
	border-style: none;
}

div#MenuBackground 
{
	display: none;
}

div#Menu
{
	display:none;
}

h1
{
	color: White;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 0.4em;
}

h2
{
	color: White;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

h3
{
	color: White;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

.indented
{
	margin-left: 40px;
}

p
{
	 margin-top: 0em;
	 margin-bottom: 1em;
}

div#Footer
{
	border-top: solid 1px white;
	padding: 10px 0 15px 0;
	background-color: #0237F6;
	color: White;
	text-align: center;
	width: 100%;
	font-size:x-small;
}

div#Footer p a
{
	vertical-align: middle;
}

.RightAlign
{
	float: right;
}

.pagePath
{
	font-variant: small-caps;
}

table.blueTable
{
	margin: 10px 0 10px 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #C8CDDE;
	border-top: 1px solid #C8CDDE;
	}
	

table.blueTable td {
	border-bottom: 1px solid #C8CDDE;
	border-right: 1px solid #C8CDDE;
	vertical-align: top;
	background-color: #F7F7FF;
	color: #000048;
	}

table.blueTable th
{
	color: #000083;
	background: #EFEFF7;
	border-bottom: 1px solid #C8CDDE;
	border-right: 1px solid #C8CDDE;
}

table.blueTable tr a
{
	color:#2222F2;
}

.pagePath
{
	position: relative;
	top: -5px;
	padding-top: 0;
}

.csharpcode, .csharpcode pre
{
	margin: 10px 0 10px 0;
	width: 95%;
	border-width: 1px;
}

p#footLinks
{
	display: none;
}

.ads
{
	display: none;
}

a 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 6px 0 6px;
	content: ' (' attr("href") ') ';
}

li
{
	display: list-item;
}

.pagePath
{
	display: none;
}

p
{
	margin-bottom: 3px;
}