@charset  "UTF-8";

* {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
}

body {
    background: #96BD4D;
    background-image: url("../images/background.png");
}

#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: #52760D;
    font-weight: 700
}

.subHeading {
    color: #52760D;
    font-size: 120%;
    font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 5px;
}

.Heading3 {
    color: #52760D;
    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: #769D2C;
    text-decoration: none;
}

a:visited {
    color: #769D2C;
    text-decoration: none;
}

a:hover {
    color: #C0E280;
    text-decoration: none;
}

a:active {
    color: #C0E280;
    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: 10px;
	padding-left: 20px;
}

.hangingIndent {
	padding-left: 100px;
	text-indent: -80px;
	list-style-type: none;
	padding-bottom: 5px;
}