/* General structural style declarations  */

body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 12px;
	color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    line-height: 14px;
}


/* The Following two declarations are to create more predictable behaviour cross browser */

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

a,
a:visited {
    color: #000000;
}

a img {
    border: none;
}

html {
    overflow-y: scroll;
}

h1 {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    font-weight: bold;
}

h2 {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    font-weight: normal;
    text-decoration: underline;
}

p {
    padding-bottom: 12px;
}

object, embed {
    outline: none;
}

.pageContainer {
    width: 916px;
    margin: 0px auto;
}

#wrapper {
    margin: 0px auto;
	height:500px;
}

.htmlPage {
    margin: 0px auto;
    width: 896px;
    text-align: left;
    border-top: 8px solid #FFFFFF;
}

.pageHeader {
    border-top: 5px solid #000000;
    padding-top: 5px;
    padding-bottom: 35px;
    border-bottom: solid 1px #c8c7c7;
}

.pageContent {
    padding-top: 7px;
}

.pageFooter {
    padding-top: 10px;
}

.pageHeader,
.pageContent,
.pageFooter {
    float: left;
    clear: both;
    width: 896px;
}

.pageHeader h1 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    height: 14px;
    width: 128px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px -14px;
    background-image: url(../images/pss-title.gif);
}

.pageHeader h1 a:hover {
    background-position: 0px 0px;
}

.pageHeader h1 a span {
    position: absolute;
    top: -200px;
}

.intro {
    width: 896px;
    float: left;
    border-bottom: 1px solid #C8C7C7;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.intro p {
    padding-bottom: 3px;
}

.columns {
    background-color: #9ee0ae;
    float: left;
    border-bottom: solid 7px #FFFFFF;
    width: 888px;
    padding: 2px 6px 10px 2px;
}

.column {
    float: left;
    width: 282px;
}

.columnOne {
    padding-right: 25px;
}

.columnTwo {
    padding-right: 10px;
}

.images {
    width: 896px;
    clear: both;
    float: left;
}

.images ul {
    width: 910px;
    padding: 0px;
}

.images ul,
.images ul li {
    float: left;
    list-style-type: none;
}

.images ul li {
    width: 145px;
    padding-right: 7px;
    padding-bottom: 7px;
}