/* general */
* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #6d7172;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}

.clear {
    clear: both;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #1a398b;
}

img {
    border: none;
}

a {
    cursor: pointer;
}

sup {
	font-size: 90%;
	line-height: 0px;
}

/* layout */
#pageContainer {
    width: 970px;
    margin: 0px auto 0px auto;
    text-align: left;
    height: 100%;
    background-color: #dfeef1;
}

#header {
    width: 970px;
    height: 235px;
    background-image: url('../images/layout/header.jpg');
}

#logo {
    padding: 23px 0px 0px 0px;
    margin: 0px 0px 0px 36px;
    width: 108px;
    height: 56px;
    background-image: url('../images/buttons/logo.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#logo img {
    width: 108px;
    height: 56px;
}

#header ul {
    list-style-type: none;
    font-weight: bold;
    padding: 53px 0px 0px 36px;
}

#header ul li {
    float: left;
    padding: 0px 35px 0px 0px;
}

#header ul li.last {
    padding-right: 0px;
}

#content {
    padding: 0px 0px 0px 35px;
    width: 425px;
}

#content h1 {
    color: #16a8b5;
    font-size: 14px;
    font-weight: bold;
}

#content p {
    line-height: 17px;
    padding: 20px 0px 0px 0px;
}

#content ul {
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
}

#content li {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

#footer {
    background-color: #FFF;
    height: 45px;
    text-align: center;
}

#footer ul {
    list-style-type: none;
    padding: 15px 0px 0px 0px;
}

#footer ul li {
    display: inline;
    padding: 0px 15px 0px 19px;
    background-image: url('../images/buttons/footerNavigation.png');
    background-repeat: no-repeat;
    background-position: left center;
}

#footer ul li.first {
    background-image: none;
}

/* links */
a:link,
a:visited {
    text-decoration: none;
    color: #1d378c;
}

a:hover,
a.active {
    text-decoration: none;
    color: #16aab8;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #9f9f9f;
}

#footer a:hover,
#footer a:active {
    text-decoration: none;
    color: #1d378c;
}