@charset "UTF-8";
* {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

body {
	background: #00979A;
	background-image: url(../images/background.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#wrapper {
	background-color: #FFF;
	width: 970px;
	margin-right: auto;
	box-shadow: 0 0 20px 1px #666
}

#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: #666
}

#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: 20px;
	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
}

.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	margin-bottom: 10px;
	color: #00979A;
	font-weight: 700
}

.subHeading {
	color: #00979A;
	font-size: 120%;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif
}

.Heading3 {
	color: #00979A;
	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: #00979A;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00979A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF6865;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FF6865;
	text-decoration: none;
	font-weight: bold;
}

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;
}

ul.dashed {
	list-style-type: none;
	padding-bottom: 10px;
}

ul.dashed li:before {
	content: '\2013';
	position: absolute;
	margin-left: -20px;
}

.hangingIndent {
	padding-left: 100px;
	text-indent: -80px;
	list-style-type: none;
	padding-bottom: 5px;
}