@charset "UTF-8";
* {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
}
html {
    height: 100%;
}
body {
    background: url("../images/background.png") #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left middle;
    height: 100%;
    padding-bottom: 0px !important;
    margin: 0px;
}
#wrapper {
    background-color: #FFF;
    width: 970px;
    margin-right: auto;
    box-shadow: 0 0 20px 1px #88397F;
}
#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: #EF4C4C;
    font-weight: 700
}
.subHeading {
    color: #1BADA6;
    font-size: 120%;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}
.Heading3 {
    color: #36A2C1;
    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: #88397F;
    text-decoration: none;
}
a:visited {
    color: #88397F;
    text-decoration: none;
}
a:hover {
    color: #C591BF;
    text-decoration: none;
}
a:active {
    color: #C591BF;
    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;
    text-indent: -10px;
    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;
}