﻿html
{
	padding: 0;
	margin: 0;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #faffe7;
	background-image: url('img/bg_bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
}
#pageHeader
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	text-align: center;
	background-image: url('img/logo.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#pageHeader span
{
	visibility: hidden;
}
#container
{
	padding: 93px 0;
	position: relative;
	background-image: url('img/bg_top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#slimContainer
{
	margin: 0 auto;
	width: 700px;
}
#bodyBgTop
{
	background-image: url('img/body_bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#bodyBgBottom
{
	min-height: 500px;
	padding: 35px 45px;
	background-image: url('img/body_bg_bot.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#bodyBgMid
{
	background-image: url('img/body_bg_mid.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
#quickSummary p
{
	margin: 0;
	font-weight: bold;
}
#quickSummary .bulletList
{
	width: 50%;
	float: left;
}
#quickSummary ul
{
	margin: inherit;
}
.subSection
{
	margin: 5px 0;
}
.subSection h3
{
	margin: 2px 0;
}
.subSectionBreak
{
	border-top-style: double;
	border-top-color: Black;
	border-top-width: medium;
	margin: 5px 0;
}
.chBox
{
	border: thin dashed #333333;
	margin: 15px 0;
	padding-bottom: 10px;
}
.chBox:hover
{
	background-color: #EBEBEB;
}
.chBox h4
{
	margin: 0;
	padding: 3px;
	color: #000000;
	background-color: #EBEBEB;
	text-decoration: none;
}
.chBox p
{
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
.chBox img
{
	border-style: none;
}
.chBox .centered
{
	text-align: center;
}
.chBox ul
{
	margin-top: 0;
	margin-bottom: 0;
}
.chDescrip
{
	margin: auto;
	width: 290px;
}
.tapeSpan
{
	padding: 0 18px;
	background-image: url('img/tape_tear.png');
	background-position: left;
	background-repeat: no-repeat;
}
.brightLinkDiv
{
	padding: 25px 0;
	text-align: center;
}
.brightLinkDiv a
{
	border: thin solid #000000;
	padding: 10px;
	background-color: #F0F0F0;
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
.brightLinkDiv a:hover
{
	background-color: Black;
}
.moreInfoText
{
	margin-bottom: 10px;
}
.contactInfo
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.contactType
{
	font-weight: bold;
	margin: 0px;
}
.contactInfoMail
{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
#copyright p
{
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}