@charset "UTF-8";
* {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}
html {
	height: 100%;
}
body {
	background: url("../images/background.png") #ffffff;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	height: 100%;
	padding-bottom: 0px !important;
	margin: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 970px;
	margin-right: auto;
	box-shadow: 0 0 50px 20px #F68C1F;
}
#wrapper #header {
	margin-top: 0;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 188px;
	width: auto;
	margin-bottom: 0
}
#wrapper #breadcrumbs {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 54px;
	padding-left: 54px;
	background-color: #949494;
}
#wrapper #cover {
	width: 230px;
	float: left;
	margin-top: 20px;
	padding-top: 0;
	padding-left: 54px;
	padding-bottom: 60px;
	padding-right: 10px
}
#wrapper #cover img {
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px #999
}
#wrapper #content {
	width: 550px;
	float: left;
	margin-top: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px
}
#wrapper #footer {
	background-color: #ddd;
	height: 21px;
	clear: both;
	padding-top: 10px;
	padding-right: 54px;
	padding-left: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: right
}
#copyright {
	text-align: right;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	margin-bottom: 10px;
	color: #2D2D2D;
	font-weight: 700
}
.subHeading {
	color: #2D2D2D;
	font-size: 120%;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif
}
.Heading3 {
	color: #348AA2;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333
}
.bodyText li {
	padding-top: 3px;
	padding-bottom: 3px
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F68C1F;
	text-decoration: none;
}
a:active {
	color: #F68C1F;
	text-decoration: none;
}
a.white:link {
	color: #fff;
	text-decoration: none
}
a.white:visited {
	color: #fff;
	text-decoration: none
}
a.white:hover {
	color: #CCC;
	text-decoration: none
}
a.white:active {
	color: #fff;
	text-decoration: none;
	text-align: right
}
.nodot {
	list-style-type: none;
	padding-bottom: 5px;
}
.hangingIndent {
	padding-left: 100px;
	text-indent: -80px;
	list-style-type: none;
	padding-bottom: 5px;
}
.noIndent {
	padding-left: 20px;
	list-style-type: none;
	padding-bottom: 5px;
}
.wideMedia {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.boxes table {
	border-collapse: collapse;
	border-style: hidden;
	border: 0px solid;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px !important;
}
.boxes th {
	background-color: #F68C1F;
	color: #000;
	font-weight: bold;
	font-size: larger;
	padding: 5px;
	width: 50%;
}
.boxes td {
	background-color: #FFE4CC;
	border: 0px;
	padding: 0px 0px 7px;
	vertical-align: top;
}
.boxes li {
	list-style-type: none;
	margin-left: -21px;
	padding-bottom: 5px;
}