html {
background: #eee;
height:100%;
}

body {
margin: 0px;
padding: 0px;
border: 0px;
height:100%;;
}

div#container {
width: 750px;
height: 100%;
margin: 0 0 0 -375px;
position: absolute;
left: 50%;
}

div#container, div#main {
background: url(../common_images/bg_280807_b.gif);
background-repeat:repeat-y;
}

div#nav {
width: 170px;
position: absolute;
}

div#nav div#navBG {
}

div#header {
position: absolute;
z-index: 10;
width: 750px;
height: 144px;
}

div#main {
padding-top: 144px;/*Header height*/
width: 750px;
}

img {
border: 0;
}

.hide {
display: none;
}

.print, #printHeader {
display: none;
}

.offScreen {
font-size: 0.01em;
text-indent: -10000px;
margin-left: -10000px;
}

ul {
padding-left: 0;
}

a:link, a:visited, a:active, a:hover {
text-decoration: underline;
color: #136;
}

a:hover {
text-decoration: none;
}

.pdfICon {
position: relative;
top: 4px;
}