


.smallLink { font-size: 10pt; }

A.borderText:visited { color: black }
A.borderText:hover { color: white }
A.borderText { color: black }

A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover { text-decoration: underline; }

html, body {
   height: 100%;
}

BODY {
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	background-image: none;
	background : #AFEEEE;
}

#outermostDiv {
    color: black; 
    padding: 0px 0px 0px 0px;  
    margin: 0px 0px 0px 0px;
}
#leftDiv {
     position: absolute; 
     left: 0; 
     background-color: #669999; 
     width: 209; 
     padding: 0px 0px 100px 0px;
}

#rightDiv {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 209px;
   min-width: 460px;
}

#topRightDiv {
    color: black; 
    background-color: ; 
    padding: 0px 0px 0px 0px;
}

#topBannerDiv {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px 5px 5px;
}

#topHorizontalMenu {
    text-align: right;
}

#outerMain {
	background-color: Blue;
}

#mainDiv {
   position:relative; 
   float:left;
   min-height: 560px;
   padding: 0px 5px 5px 5px;
}

/* ie width calculation */
* html #mainDiv {
   width: 500px;
   width: expression( document.body.clientWidth - 410 + 'px'  );
}

#skyscraperDiv {
    float: right; 
    width: 120; 
    background-color: white; 
    text-align: right;
}

#copyrightDiv {
   clear: both;
}

.simpleHR {
    color: #000000; 
    background-color: #000000; 
    height: 1px; 
    border: 0px;
}

.hidden {
    display: none
}

.noprint {
}

@media print {
   .noprint { display: none }
}

.introHelp {
        font-weight: normal;
        padding: 20px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 600px;
        text-align: left;
        }


