
html, body {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #999999;
}

img {
	border: 0px;
}

/* remove dotted border from firefox! */
a:active { outline: none; }
a:focus   { -moz-outline-style: none; }


/* Image Preloading
 *---------------------------------------------------------------------------*/

.PreloadSection {
	width: 0px;
	height: 0px;
}

.PreloadSection img {
	display: none;
}


/* Height Hacks
 *---------------------------------------------------------------------------*/

.HeightHack100px { height: 100px; }
.HeightHack300px { height: 300px; }


/* Main Panel
 *---------------------------------------------------------------------------*/

#Main {
	width: 820px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	
	background-color: #FFFFFF;
}

#Main h2 a,
#Main h2 a:visited,
#Main p a,
#Main p a:visited {
	color: #325FFF;
}

#Main h2 a:hover,
#Main p a:hover {
	color: #309EFF;
}


#BackgroundTop,
#BackgroundInner,
#BackgroundBottom {
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#BackgroundTop {
	height: 30px;
	background-image: url('Images/Main/Background-Top.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#BackgroundInner {
	background-image: url('Images/Main/Background-Inner.png');
	background-position: center;
	background-repeat: repeat-y;
}

#BackgroundBottom {
	height: 30px;
	background-image: url('Images/Main/Background-Bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
}



/* Banner Panel
 *----------------------------------------------------------------------------*/

#BannerPanel {
	width: 800px;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 0px 0px;
	
	background-image: url('Images/Banner/BannerBackground.jpg');
	background-color: #FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#PixelActiveLogo {
	margin: 30px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}



/* Footer Panel
 *----------------------------------------------------------------------------*/

#FooterPanel {
	width: 800px;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0px 0px 0px;
	background-color: #FFFFFF;
	clear: both;
}

#FooterPanel p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

#FooterPanel p.SiteLinks {
	font-size: 12px;
}

#FooterPanel p.SiteLinks a,
#FooterPanel p.SiteLinks a:visited {
	color: #325FFF;
	text-decoration: none;
}

#FooterPanel p.SiteLinks a:hover {
	color: #309EFF;
	text-decoration: none;
}


/* Content Panel
 *----------------------------------------------------------------------------*/

#ContentPanel {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}


/* Content Page Styles
 *---------------------------------------------------------------------------*/

.ContentPage {
	/*margin: 10px 20px 10px 10px;*/
}


.ContentPage h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
}

.ContentPage h2 {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
}

.ContentPage h3 {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.ContentPage h4 {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.ContentPage h5 {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}


.ContentPage p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.ContentPage  p.Caption {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ContentPage ul li,
.ContentPage ol li {
	padding-bottom: 4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.ContentPage hr.Separator {
	color: black;
	background-color: black;
	height: 4px;
}

.ContentPage hr.Footer {
	color: black;
	background-color: black;
	height: 4px;
}

.ContentPage blockquote {
	color: #444477;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}


#ContentPageHeadline {
	/*height: 50px;*/
	/*background-color: #D8D8D9;*/
}

#ContentPageHeadline h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 28px;
}




/* Drop Shadow Element
 *----------------------------------------------------------------------------*/

.FeatureImageTable {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

.DropShadow {
	background: url(Images/Main/ShadowAlpha.png) no-repeat bottom right !important;
	background: url(Images/Main/Shadow.gif) no-repeat bottom right;
	padding: 0px;
	margin: 0px;
}

.InnerBorderBox {
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #444444;
	padding: 0px;
	margin: 0px;
}

p.Caption {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}


/* Error Report
 *----------------------------------------------------------------------------*/

table.ErrorReport {
	width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	border: 1px solid black;
	border-collapse: collapse;
}

table.ErrorReport th {
	padding: 2px;
	background-color: #CCCCCC;
	border: 1px solid black;
	border-collapse: collapse;

	text-align: left;
	font-size: 12px;
}

table.ErrorReport th img {
	margin: 0px 10px 0px 2px;
	padding: 0px;
	float: left;
}

table.ErrorReport th p,
table.ErrorReport td p {
	margin: 0px;
	padding: 0px;
}

table.ErrorReport th p {
	vertical-align: middle;
	clear: both;
}

table.ErrorReport td {
	margin: 0px;
	padding: 2px;
	
	font-size: 12px;
	color: black;
}


/* Privacy Policy Notice
 *---------------------------------------------------------------------------*/

#PrivacyPolicyNotice {
	width: 530px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#PrivacyPolicyNotice p {
	font-size: 10px;
}
