@media all {
    /*
        blue:#4b89af;
        yellow:#E8B125;
        50% yellow 50% white: #f4d892;
        very light background character fill:#AED3E5;
    */
    html,body,p,ul,ol,li,div,span,table,td,th,h1,h2,h3,
    h4,h5,h6,img,input,button,textarea,select,samp,
    dl,dd,dt,a {
		margin:0;
		padding:0;
		font-family: Arial, sans-serif;
		line-height:1.5em;
		color:#4b89af;
	}
	body {
		font-size:10pt;
		background:#fff url('../gfx/topBar.png') repeat-x top right;
	}
    div.fill {
        height:10px;
        background:#4b89af;
        width:100%;
        font-size:10%;
        width:100%;
        clear:left;
    }
    #topLeft {
        background:#fff url('../gfx/topLeft.png') no-repeat top left;
        float:left;
        width:124px; height:406px;
        padding-bottom:35px;
    }
    #bottomBar {
        margin-top:30px;
        clear:left;
        width:95%;
        height:70px;
    }
    #bottomBar img, #bottomBar cite {
        margin-left:10px;
        float:left;
        margin-bottom:14px;
    }
    #bottomBar cite {
        padding-top:7px;
        margin-left:20px;
    }
    #content {
        padding-left:145px;
        padding-top:56px;
        padding-right:25px;
    }
    a img {
        border:none;
    }
    kbd {
        font-family:Arial, sans-serif;
    }
    #postnav {
        display:none;
    }
    #quietlinks {
        position:absolute;
        top:15px; right:25px;
        text-align:right;
    }
    #quietlinks li {
        float:left;
        list-style:none;
        margin-left:10px;
    }
    #nav {
        list-style:none;
        float:left;
    }
    #nav li {
        float:left;
    }
    #nav li a {
        display:block;
        margin-right:10px;
    }
    #nav samp {
        display:none;
        color:#E8B125;
    }
    h1 {
        margin-top:35px;
    }
    .clrl {
        clear:left;
    }
    .clrr {
        clear:right;
    }
    .clrb {
        clear:both;
    }
    a:link {
        color:#000;
    }
    a:hover {
        color:#E8B125
    }
    div.box, ul.gallery {
        margin-bottom:10px;
        margin-top:7px;
        margin-left:20px;
        margin-right:0;
        padding:12px;
        border:solid 1px #f4d892;
        background:transparent url('../gfx/fiftyPercent.gif') repeat;
    }
    dl.accesskey {
        float:left;
        width:160px;
        margin-right:30px;
    }
    dt {
        font-weight:600;
    }
    dd {
        margin-left:10px;
    }
    h2 img {
        position:relative;
        left:11px;
        top:3px;
    }
    ul.gallery {
        float:left;
        list-style:none;
    }
    ul.gallery li {
        display:block;
        float:left;
    }
    ul.gallery img {
        border:none;
        text-decoration:none;
    }
    ul.gallery li a {
        display:block;
        width:120px;
        height:100px;
        text-align:center;
        padding:5px;
        padding-bottom:2px;
        margin-bottom:9px;
    }
    ul.gallery li span {
        display:block;
        text-style:italic;
        font-size:80%;
    }
    ul.degree {
        margin-left:30px;
    }
    table #start, #events #end {
        width:90px;
    }
    table {
        border:solid 1px #E8B125;
    }
    table td, table th {
        padding-left:3px;
        padding-right:7px;
        padding-top:2px;
        padding-bottom:2px;
    }
    table td {
        border:solid 1px #f4d892;
    }
    table th {
        background:#f4d892;
    }
    cite, cite a {
        color:#f4d892;
    }
    h1, h2, h3, h4, h5, h6 {
        color:#E8B125;
    }
    p {
        margin-bottom:13px;
    }
    div.sideBox {
        float:right;
        margin-left:20px;
    }

}
