body { 
    font: 9pt/16pt arial, halvetica;
    color: #555753;
    background-color: #FFCC66;
    margin: 0px;
    }
p { 
    font: 9pt/16pt arial, halvetica;
    margin-top: 0px; 
    text-align: justify;
    }
h3 { 
    font: bold 12pt arial, halvetica;
    letter-spacing: 1px; 
    margin-bottom: 0px; 
    color: black;
    }
a:link { 
    font-weight: bold; 
    text-decoration: underline;
    color: #FF6600;
    }
a:visited { 
    font-weight: bold; 
    text-decoration: underline;
    color: #FF6600;
    }
a:hover, a:active { 
    text-decoration: underline; 
    color: #FFFF33;
    }

#container { 
    background: url(img/container_bg.jpg) no-repeat top left; 
    padding: 0px 175px 0px 110px;  
    margin: 20px; 
    }

#intro { 
    min-width: 470px;
    }
#pageHeader { 
    margin-bottom: 20px;
    }

#pageHeader h1 { 
    background: transparent url(img/h1.gif) no-repeat top left; 
    margin-top: 10px; 
    width: 366px; 
    height: 87px; 
    float: left;
    }
#pageHeader h1 span {
    display:none
    }
#pageHeader h2 {
    margin-top: 58px; 
    margin-bottom: 40px; 
    width: 200px; 
    height: 18px; 
    float: right;
    }
#pageHeader h2 span {
    display:none;
    }

#quickSummary {
    clear:both; 
    margin: 20px 20px 20px 10px; 
    background-color: #990000;
    border: dashed 5px black;
    width: 93%;
    float: left;
    }
#quickSummary p {
    font: italic bold 10pt/22pt arial, halvetica;
    text-align:center;
    padding: 10px;
    color: white;
    }

#preamble {
    clear: right; 
    }
#supportingText {
    padding: 20px;
    margin-bottom: 40px;
    }

#footer { 
    text-align: center; 
    }
#footer a:link, #footer a:visited { 
    margin-right: 20px; 
    }

#linkList {
    margin-left: 600px; 
    background-color: #990000;
    position: absolute; 
    top: 0px; 
    right: 0px;
    }
#linkList2 { 
    font: 10px arial, halvetica;
    padding: 10px; 
    margin-top: 150px; 
    width: 130px;
    height: 980px;
    }
	
#linkList h3.select {  
    margin: 10px 0px 5px 0px; 
    width: 97px; 
    height: 16px; 
    }
#linkList h3.select span {
    display:none
    }
#linkList h3.favorites {
    margin: 25px 0px 5px 0px; 
    width: 60px; 
    height: 18px; 
    }
#linkList h3.favorites span {
    display:none
    }
#linkList h3.archives {  
    margin: 25px 0px 5px 0px; 
    width:57px; 
    height: 14px; 
    }
#linkList h3.archives span {
    display:none
    }
#linkList h3.resources { 
    margin: 25px 0px 5px 0px; 
    width:63px; 
    height: 10px; 
    }
#linkList h3.resources span {
    display:none
    }


#linkList ul {
    margin: 0px;
    padding: 0px;
    }
#linkList li {
    line-height: 2.5ex; 
    list-style-type: none; 
    display: block; 
    padding-top: 5px; 
    margin-bottom: 5px;
    }
#linkList li a:link { 
    color: #988F5E;
    }
#linkList li a:visited {
    color: #B3AE94;
    }
    


#extraDiv1 { 
    position: absolute; 
    top: 25px;
    right: 30px;
    width: 148px; 
    height: 110px; 
    }

