/* layout stuffs */


body {
text-align: center; 
min-width: 750px;
background-color:#EFEFE6;
}

#container { 
text-align: left;
width: 750px;
margin: 0 auto; 
background-image:url(images/PHtile.jpg); background-repeat:repeat-y;
}

    #contentfloatholder {/* right faux column tab */
    float: left;
    width: 100%; 
    }

    #contentfloatholder:after {
    /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden; 
    }


#header {height: 146px; clear: both; width: 100%;}
#footer {height: 135px; clear: both; width: 100%;}


#main {
margin: 16px 30px 0 215px;
font-family:"courier", monospace; text-align:left; font-size:10pt; color:#2B0606; 
}

#mainwrap {
  float:left;
  width: 100%; 
  margin: 0 -95% 0 0;
}

#navbar {
  float:left;
  width: 150px;
  margin: -30px 0 0 -5%;
  padding: 30px;
  line-height:20px; font-family:"verdana", sans-serif; font-size:10pt;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#mainwrap {margin: 0 -100% 0 0;}
* html div#navbar {margin: 0;}





/* formatting */

h3 {font-size:14px; font-family:Verdana; color:#D44918; text-transform:uppercase; font-weight:normal;}
.archive-list {list-style:none; text-indent:-30px;}


/* link styles in main document */
#main a:link {color:#A71D00; text-decoration:none; font-family:"courier", monospace; font-weight:bold; text-transform:none;}
#main a:visited {color:#680000; text-decoration:none; font-family:"courier", monospace; font-weight:bold; text-transform:none;}
#main a:hover, a:active  {color:#DCE4F4; text-decoration:none; font-family:"courier", monospace; font-weight:bold; text-transform:none;}

/* link styles in navigation bar */
#navbar a:link {font-family:"verdana", sans-serif; color:#351014; text-decoration:none; font-weight:normal; font-size:10pt;}
#navbar a:visited {font-family:verdana; color:#66665F; text-decoration:none; font-weight:normal; font-size:10pt; text-transform:none;}
#navbar a:hover, .a:active  {font-family:verdana; color:#000000; text-decoration:underline; font-weight:normal; font-size:10pt; text-transform:none;}


/* link and general styles for the byline (posted at ### by ###) */
.byline {font-size:10px; text-transform:uppercase; color:#333333; font-weight:normal;}
.byline a:link, a:visited {font-size:11px; color:#1E1E18; font-weight:bold; text-transform:uppercase;} 
.byline a:hover, a:active {font-size:11px; color:#AFAFA7; font-weight:bold; text-transform:uppercase;}