/*    SAOH Style Sheet 5f      */
/*      Steve Spielman        */
/*    Last Edited 03-09-03    */
/*                            */
/*  Uses Positon: fixed for newer browsers  NavButtons */


/* Hide 'Skip Navigation' Link  */
A.hide:link {  visibility: hidden; clip:  rect(   )}   
A.hide:visited { visibility: hidden; clip:  rect(   )}
A.hide:active { visibility: hidden; clip:  rect(   )}
A.hide:hover { visibility: hidden; clip:  rect(   )}

/*  Position Upper Left Graphic  */
.ulgrphc { position: fixed; width: 80px; left: 9px; top:9px; clip: rect(   )}

.navigation {
	padding: 90px 10px 100px;
; z-index: 3; clip:  rect(   )
}

/*  Position Left Hand Navigation Buttons  */
.navButton0 { position: fixed; width: 80px; left: 8px; top: 100px; clip: rect(   )}
.navButton1 { position: fixed; width: 80px; left: 8px; top: 125px; clip: rect(   )}
.navButton2 { position: fixed; width: 80px; left: 8px; top: 150px; clip: rect(   )}
.navButton3 { position: fixed; width: 80px; left: 8px; top: 175px; clip: rect(   )}
.navButton4 { position: fixed; width: 80px; left: 8px; top: 200px; clip: rect(   )}
.navButton5 { position: fixed; width: 80px; left: 8px; top: 225px; clip: rect(   )}
.navButton6 { position: fixed; width: 80px; left: 8px; top: 250px; clip: rect(   )}
.navButton7 { position: fixed; width: 80px; left: 8px; top: 275px; clip: rect(   )}
.navButton8 { position: fixed; width: 80px; left: 8px; top: 300px; clip: rect(   )}
.navButton9 { position: fixed; width: 80px; left: 8px; top: 325px; clip: rect(   )}

/*  Position Lower Left   */
.ll { position: fixed; width: 80px; left: 6px; top:460px; clip: rect(   )}

/*  Position Content Section  */
.content { position: absolute; left: 101px; top: 10px; clip:  rect(   ); width: 600; border-style: none; z-index: 1}

.cellLeft { position: relative; left: 0px; top: 5px; clip: rect(   ); width: 190px; height: 200px; float: left; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

.cellRight {  position: relative; left: 300px; top: -190px; clip: rect(   ); width: 200px; border-style: none; text-align: center; float: right}

.pageTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; font-weight: bold; text-align: center; top: 0px; clip:  rect(   ); background-position: top; vertical-align: top; margin-top: 0px; padding-top: 0px}

.main {  position: absolute; z-index: 2; left: 100px; top: 0px; clip:  rect(   )}
