
/* =========================== Global Elements ============================= */

html {
  color: #000000;
  background: #F0DBD9;
  }

body {
  color: #000000;
  background: #F0DBD9;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;                /* controls the top of page whitespace */
  text-align: center;                          /* centers page in IE5/Win    */  /* See - http://www.simplebits.com/notebook/2004/09/08/centering.html */
  font-family: "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua", verdana, sans-serif, helvetica;
  font-size: x-small;                          /* feed to IE 5.5             */
  f\ont-size: small;                           /* feed to compliant browsers */
  /*voice-family: "\"}\"";                     /* Tantek IE 5.5 hack */
  /*voice-family: inherit;
  font-size: small;                            /* feed to compliant browsers */
  }

 a {
  color: #BA55D3;
  background: transparent;
  }

 a:hover {
  color: #C71585;
  text-decoration: underline;
  }

/*
a:link {
  color: #40659B;
  }
a:visited {
  color: #8EA4C2;
  }
a:hover {
  color: #036;
  }  
*/
  
h1, h3, h4, h5, h6 {
  color: #B20086;
  background: transparent;
  letter-spacing: 1px;
  }

h2 {
  color: #00008B;
  background: transparent;
  letter-spacing: 1px;
  padding-top: 5px;
  }

h1 {font-size: large;}
h2 {font-size: medium;}
h3 {font-size: small;}
h4 {font-size: x-small;}
h5 {font-size: xx-small;}
h6 {font-size: xx-small;}

p {
  color: #6C6C6C;
  font-weight: normal;
  padding: 0 10px 10px 0px;
  }
  
li {
  color: #6C6C6C;
  font-weight: normal;
  }
  
td {
  color: #6C6C6C;
  font-weight: normal;
  }

.ruleline {
  text-align: left;
  background: url(../images/rule_line.gif) no-repeat center;
  margin: 5px 0px 5px 0px;
  width: 503px;
  clear: both;
  }

hr {
  background: #DCDCDC;
  margin: 9px 0px 9px 0px;
  }

* {
  padding: 0px;
  margin: 0px;
  }


/* ============================== Page Top ================================= */

#top {
  color: #000000;
  background: url(../images/container_top.jpg) no-repeat;
  width: 730px;
  margin: 0 auto;
  height: 1px;
  font-size: 0;
  }


/* ============================ Page Container ============================= */

 
#container {           /* wrapping div used to contain page content divs!!!! */
  color: #000000;
  background: url(../images/container_background.jpg) repeat-y; #F5F5F5;
  width: 730px;                      /* feed normal size to all browsers     */
  margin: 0 auto; 
                    /* centers the div in the body          */
  text-align: left;
  }

* html #container {      /* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 750px;
  w\idth: 730px;
  }


/* ================================ Header ================================= */

#printheader {        /* Removes print only header from css enabled browsers */
  display: none;
  }

#header {
  height: 150px;
  margin: 0px;
  background: #999999 url(../images/header.jpg) no-repeat top center;
  }

#spacer {
  background: #712596 url(../images/page_top.jpg);
  height: 11px;
  line-height: 24px;
  font-size: 0px;
  }


/* ============================== Side Column ============================== */

#sidebar {
  float: left;
  width: 151px;
  text-align: left;
  padding-top: 10px;
  padding-left: 1px;
  }

/* ---------------------------- Main Navigation ---------------------------- */

#nav {
/*  width: 75%; */
  width: 125px;
  float: left;
  font-size: 12px; /* was 80% PAT*/
  margin: 0px;
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  background: #F5F5F5;
  }

* html #nav {      /* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 145px;
  w\idth: 125px;
  }

#nav li {
  list-style: none;
  margin: 0; 
  padding: 0;
  position: relative;
  display: block;
  }

/* Styles for Menu Items */
#nav li a {
  display: block;
  text-decoration: none;
  color: #777777;
  padding: 2px;
  border-bottom: 1px solid #CCCCCC;
  }

#nav a.active:link, #nav a.active:visited {
/*  font-size: 100%; */
  font-weight: bold;
  border-bottom: 4px solid #C71585;
  padding-bottom: 2px;
  color: White;
  background: #999999 url(../images/navbtn_on.jpg) no-repeat top center;
  }

/* Hover Styles */
#nav li a:hover {
  color: White;
  background: #483D8B url(../images/navbtn_hover.jpg) no-repeat top;
  text-decoration: none;
  }

#nav #n_home {
  border-top: 1px solid #CCCCCC;
  }

/* -------------- Mini - Sub Navigation -------------- */
/*  Courtesy Seth Gunderson from SethandWendy.com      */
/*  minitabs from:                                     */
/*   css.maxdesign.com.au/listamatic/horizontal19.htm  */
/* --------------------------------------------------- */

#navcontainer {
  width: 525px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-top: 1px solid #999999;
  z-index: 1;
  }

#navcontainer ul {
  list-style-type: none;
  text-align: center;
  font-size: 11px;
  margin-top: -8px;
  padding: 0;
  position: relative;
  z-index: 2;
  }

#navcontainer li {
  display: inline;
  text-align: center;
  font-size: 11px;
  margin: 0 4px;
  font-size: 10px;
  }

#navcontainer li a {
  padding: 1px 4px;
  color: #666666;
  font-size: 11px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  }

#navcontainer li a:hover {
  color: #000000;
  background: #F9EDED;
  border: 1px solid #666666;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  }

#navcontainer li a#current {
  color: #000000;
  background: #F0DBD9;
  border: 1px solid #B20086;
  border-top: 2px solid #B20086; /* was #B20086*/
  border-bottom: 2px solid #B20086;
  }



/* ---------------------- Sub Naviagaion / Highlights ---------------------- */

#subnav {
  color: #9932CC;
  width: 150px;
  padding: 15px 10px 30px 10px;
  margin: 0;
  text-align: left;
  font-family: "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua", verdana, sans-serif, helvetica;
  }

* html #subnav {      /* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 170px;
  w\idth: 150px;
  }

.note {
  padding: 4px 4px 4px 4px;  
  font-size: 11px;
  text-align: center;
  border-bottom: 1px solid Silver;
  border-right: 1px solid Silver;
  border-left: 1px solid Silver;
  }


/* ============================== Main Column ============================== */

#content {
  float: left;
  width: 524px;
  padding: 10px 15px 10px 15px;
  text-align: left;
  }
  
  #list {
  padding: 5px 0 5px 25px;
  }
  
* html #content {      /* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 560px;
  w\idth: 525px;
  }

ul.classnotes {
  color: #6C6C6C;
  font-weight: normal;
  padding-left: 20px;
  }


/* Class Descritpions on Classes Page Format */
.descriptions dl {
  margin: 0 0 15px 0;
  padding-left: 15px;
  color: #B20086;
  font-size: 12px; /* was 90% PAT */
  font-weight: bold;
  }

.descriptions dd {
  padding: 0 0 0 10px;
  color: #8B8B8B;
  font-size: 11px;
  }

/* News Articles on News Page Format */
.news dl {
  margin: 0 0 15px 0;
  padding: 0 25px 0 15px;
  color: #B20086;
  font-size: 12px; /* was 90% PAT */
  font-weight: bold;
  }

.news dd {
  padding: 0 0 0 10px;
  color: #8B8B8B;
  font-size: 11px;
  }


/* NewsList items on bottom of front page */
#newslist {
  color: Gray;
  background: #F1F1F1;
  font-size: 12px;
  padding: 5px 0 5px 25px;
  }

#newslist li {
  border-bottom: 1px solid #F5F5F5;
  padding: 3px 10px 3px 0;
  }


/* NewsBlock items on bottom of front page */
/* and on the News Page                    */
.newsblock img {
  border: none;
/*  border: 1px solid #C0C0C0; */
  float: left;
  margin: 0 2px 0 0;
  }

.newsblock img:hover {
/*  border: 1px solid #BA55D3; */
  }
  
.newsblockleft img {
  border: 1px solid #C0C0C0;
  float: left;
  margin: 0 5px 0 0;
  }

.newsblockright img {
  border: 1px solid #C0C0C0;
  float: right;
  margin: 0 13px 0 0;
  }


/* ================================ Footer ================================= */


#footer {
  color: #FFF5EE;
  background: url(../images/container_footer.jpg) no-repeat top;  /* #8586C2 */
  width: 730px;
  margin: 0 auto;
  height: 57px;
  line-height: 50px;
  text-align: center;
  font-family: "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua", verdana, sans-serif, helvetica;
  font-size: xx-small;
  f\ont-size: x-small;
  clear: both;      /*force footer to clear both columns*/
  }

#footer p {
  color: #c0c0c0;
  }

.left {
  position: relative;
  float: left;
  padding-left: 25px;
  font-family: verdana, sans-serif, helvetica;
  font-size: 10px;
  }

.right {
  position: relative;
  float: right;
  padding-right: 185px;
  font-size: 110%;
  }

#spacer2 {
/*  background: #F5F5F5; */
  width: 156px;
  height: 1px;
  line-height: 1px;
  text-align: left;
  clear: both;
  margin-left: 5px;
  padding: 0;
/*  border: 1px solid #DCDCDC; */
  }

#spacer2 p {
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 6pt;
  padding: 0 0 0 3px;
  color: Gray;
  }

/* -------- Site Credit -------- */

.credit {
  color: Navy;
  height: 30px;
  line-height: 25px;
  font-family: "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua", verdana, sans-serif, helvetica;
  font-size: x-small;
  f\ont-size: small;
  clear: both;     /* force footer to clear both columns*/
  margin: 0 0 0 0;
  padding:0 340px 0 0;
  }

/* ======================== Miscellaneous  ========================== */

.underline {
  text-decoration: underline;
  }

.hide {
  display: none;
  }

.centered {
  text-align: center;
  }


/* Blockquote Formating */

blockquote {
  width: 450px;
  margin: 10px 30px 10px 33px;
  padding: 0 0 0 0;
  font-family: "trebuchet ms", "arial narrow", arial, tahoma, "book antiqua", verdana, sans-serif, helvetica;
  font-size: 15px;
  line-height: 1em;
  text-align: left;
  color: #404040;
  background: #eee url(../images/quote_top.gif) no-repeat top left;
  }

.quote {
  margin-right: 8px;
  padding: 15px 25px 15px 30px;
  font-weight: bolder;
  background: url(../images/quote_end.gif) no-repeat right bottom;
  color: #737373;
  }

.quote strong {
  color: #000;
  font-weight: bold;
  }

.author {
  margin: 0;
  padding: 0 75px 10px 0;
  color: #999;
  text-align: right;
  font-size: 12px;
  font-weight: bolder;
  background: url(../images/quote_bottom.gif) no-repeat bottom;
  }

#errormessage {
  padding: 0 15px 0 20px;
  }


/* Link to return to the top of page */
.tothetop {
  float: right;
  background: url(../images/topofpage.gif) no-repeat center left;
  padding-left: 11px;
  text-align: right;
  font-size: 80%;
  text-decoration: none;
  }


