/* Global Configuration */

body {
   background-color: white;
   font-family: "Lucinda Grande", Arial, Helvetica, sans-serif;
   font-size: 12px; 
}

table {
   margin: 0px;
   width: 100%; 
}

table td, th {
   font-family: "Lucinda Grande", Arial, Helvetica, sans-serif;
   font-size: 12px;
   vertical-align: top;
   padding: 0;
   border-width: 0;
   vertical-align: top; 
}

/* Page Elements */


h1, .header, .title {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 200%;
   color: #666666;
   padding-bottom: 2px;
   font-weight: normal; 
}

h2, .subtitle {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   line-height: 20px;
   font-weight: bold;
   color: #666666;
   font-style: oblique;
   clear: both; 
}

h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   line-height: 20px;
   font-weight: bold;
   color: #666666;
   font-style: oblique;
   clear: both; 
}

dt {
   font-style: normal;
   font-weight: bold; 
}

a:link {
   color: #006; 
}

a:visited {
   color: #0000FF; 
}

sup a {
   background-color: #FFFF66; 
}


/* Pullquotes */

div.pullquote {
   font-size: 18px;
   color: #006;
   /* blue of title */
	float: right;
   width: 140px;
   padding: 3px;
   margin: 1px 7px;
   border-bottom: 5px solid;
   text-align: right;
   background-color: #6699ff; 
}

p.author {
   font-style: italic; 
}

div.quotation {
   font-style: italic;
   border: 1px #666666 dotted;
   margin-left: 1em;
   margin-right: 1em;
   padding: 0.5em; 
}

.authorblurb {
   font-style: italic;
   margin-left: 1em;
   margin-right: 1em; 
}

/* Main body of information in three column format */

td#rightside {
   width: 155px; 
}

td#middle {
   width: 20px;
   background-image: url(images/dot-1-rep.gif);
   background-repeat: repeat-y;
   background-position: center; 
}

td#leftside { 
}

.sectionsmenu {
   font-weight: bold;
   text-align: center; 
}

/* Information boxes */

table.infobox th {
   font-family: Arial,Helvetica,Geneva,sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   background: #666699;
   padding: 2px;
   text-align: left; 
}

table.infobox td {
   background-color: #CCCCFF;
   padding: 3px; 
}

/* Specific Table type for listings */

table.listing {
   border-top: 1px solid #666;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #666;
   border-right-color: #666;
   border-bottom-color: #666; 
}

table.listing td,th {
   border-top: 1px none #666;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
   border-left: 1px none #666;
   padding: 2px; 
}

table.listing th {
   font-weight: bold;
   background-color: #CCCCCC;
   vertical-align: middle; 
}

/* Navigation Menu */

table#menu a {
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   border: #FFFFFF;
   display: block;
   padding-left: 0.5em;
   /* border-right-width: 5px;
   border-right-style: solid;
   */
	padding-right: .5em; 
}

table#menu a:hover {
   color: #990000; 
}

td#currentpage a {
   border-top: 1px solid #990000;
   border-right: 5px solid #990000;
   border-bottom: 1px solid #990000;
   border-left: #990000; 
}

/* Header and Footer information */

div#pageheader {
   text-align: center; 
}

div#pageheader h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #990000;
   font-size: 1.5em;
   font-weight: bold;
   margin: 0px;
   padding: 0px; 
}

div#pageheader h2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000066;
   font-size: 12px;
   font-weight: normal;
   font-style: italic;
   margin: 0px;
   padding: 0px; 
}

div#footer {
   text-align: right;
   margin-top: 1em;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: gray;
   color: #666;
   font-size: 85%;
   padding-left: 40%; 
}

.lastupdate {
   font-size: 85%;
   color: #666;
   text-align: right; 
}

td.dotbar {
   background-image: url(images/dot-1-rep.gif);
   background-repeat: repeat-x;
   height: 15px; 
}

/* Formating of What's New information */

td#leftside div.whatisnew a {
   display: block;
   margin-bottom: 1em;
   font-size: 110%;
   font-weight: bold; 
}

table.infobox div.whatisnew a {
   display: block;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666699;
   padding-bottom: 4px;
   padding-top: 4px; 
}

/* Formating of Booklet Navigation */

table.bookletnav {
   border-top: 1px #999999 solid;
   border-bottom: 1px #999999 solid; 
}

table.bookletnav a {
   text-decoration: none;
}

table.bookletnav a:hover {
   color: #990000; 
}

table.bookletnav td.leftnav {
   text-align: left;
   width: 33%; 
}

table.bookletnav td.midnav {
   text-align: center;
   width: 33%; 
}

table.bookletnav td.rightnav {
   text-align: right;
   width: 33%; 
}