/*CSS - fixed width layout*/

body{font-family: "Comic Sans MS", "Arial", "sans-serif";
     font-size:12px;
     margin:0px;
     padding:0px;
     background-color: #CCCCAA;
     color: #000000;
     }
h2,h3{margin-top:0px;
     padding-top:0px
     }
div#head{position:absolute;
     width:910px;
     height:80px;
     left:0px;
     top:10px;
     border-style:solid;
     }
div#columns{position:relative;
     width:910px;
     top:110px;
     }
div#side1{position:absolute;
     width:230px;
     top:0px;
     left:0px;
     }
div#content{position:relative;
     width:680px;
     top:0px;
     left:230px;
     border-width: 2px;
     border-style: none;
     border-color: black;
     margin-left: 15px;
     margin-bottom: 15px;
     color: #000000;
     text-align: left;
     }
div#foot{position:relative;
     width:910px;
     clear:both;
     margin-top:100px;
     }

/*CSS navbar styles*/

#nav{position:absolute;
     width:200px;
     top:10px;
     left:5px;
     padding:5px;
     background-color: #CCBB99;
     border-style:solid;
     }
#nav ul{list-style-type:none;
     margin:0px;
     padding:0px;
     text-indent:0px;
     }
#nav li{height:24px;
     line-height:24px;
     }
#nav li{width:190px;
     }
#nav li ul li{width:170px;
     }
#nav li.category{padding-left:10px;
    height:auto;
    color:black;
    }
/*IE needs extra margin and padding set for the indented li*/
*html #nav li ul li{margin-left:-10px;
     padding-left:10px;
     }
/*end IE hack*/
#nav li a,
#nav li ul li a{font-weight:normal;
     text-decoration:none;
     display:block;
     height:100%;
     width:100%;
     padding-left:10px;
     }
#nav li.category ul li a{margin-left:-10px;
     padding-left:30px;
     }
#nav li a:link,
#nav li a:visited{color:black;
     }
#nav li a:hover,
#nav li a:active{color:white;
     background-color:blue;
     }


/*Some general styles*/

H1, P, TABLE, TR, TH, TD, OL, UL, LI, DIV {
    font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 12pt;
    color: black;}
.center {text-align: center;}
.pixbox {width: 300px;
    padding: 4px;
    border-width: 1px;
    border-style: none;
    background-color: #CCA;
    font-size: 18pt;
    font-weight: bold;
    color: #000;
    text-align: center;}
.mailtobox {width: 420px;
    padding: 4px;
    border-width: 2px;
    border-style: solid;
    color: #A40;
    text-align: left;
    float: left;}
.navbar {width: 200px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    background-color: #CB9;
    color: #000;
    text-align: left;
    padding: 4px;}
.textcol {width: 595px;
    border-width: 2px;
    border-style: none;
    border-color: black;
    margin-left: 15px;
    color: #000;
    text-align: left;}
.copy {font-family: "Times New Roman", "Times", "serif";
    color: #C33;
    font-size: 12pt;
    clear: both;}
.em {color: #A84830;
    font-style: italic;}
  #left {width: 210px;
      float: left;
      margin-left: -1px;
      padding: 5px;}
  #right {width: 600px;
      padding: 5px;
      margin-left: 215px;
      padding: 10px;}

/*Some colors*/

.red {color: #C00}
.green {COLOR: #0C0}
.blue {COLOR: #00C}
.aqua {COLOR: #0AA}
.cyan {COLOR: #0CC}
.yellow {COLOR: #CC0}
.orange {COLOR: #F20}
.brown {COLOR: #A84830}

.left {float: left;}
.center {float: center;}
.right {float: right;}

A:link {color: #A00;}
A:visited {color: #036;}
A:hover {color: #A00;
    font-weight:bold}
A:active {color: 0AA;}

H1 {text-align: center;
    font-size: 24pt;
    color: #5C4043}
H2 {font-size: 18pt;
    color: #467BB4;}
H2.exam {text-align: center;
    font-size: 14pt;
    color: #C33;}
H3 {font-size: 14pt;
    color: #C33;}
DIV.para {text-indent: 16pt;
    margin-top: 1em;
    margin-bottom: 1em;}
DIV.home {font-family:"Times New Roman", "serif"; 
   font-size:18pt;
   text-align:center;}
DIV.news {width: 640px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    margin-left: 1cm;}

UL LI {list-style: disc;
    font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 12pt;
    color: black;}
UL UL LI {list-style: circle;
    font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 12pt;
    color: black;}

P.indent {text-indent:16pt;}

PRE {font-family:"Courier", "Courier New", monospace;
    font-size:12pt;
    color:black}
SUP {font-family:"Comic Sans MS";
    font-size:10pt}
SUB {font-family:"Comic Sans MS";
    font-size:10pt}


SPAN.obj {COLOR:rgb(168,72,48); font-size:16pt; font-style:italic}
SPAN.header {COLOR:rgb(168,72,48); font-style:italic}
SPAN.annDate {COLOR:rgb(192,51,51)}

SPAN.caption {COLOR:rgb(168,72,48); font-size:10pt;}

EM  {font-style:italic}
IMG.clear {clear:both}
DIV.main {font-family:"Comic Sans MS";
    font-size:12pt;
    color:black}
