/*  These are the main containers and associated styles  */

body {  
  padding : 0; 
  margin : 0;
  background-color : #f1f1ed;
  font : 100.1%;  
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
font-family:verdana,helvetica,arial,sans-serif;
}  

#wrapper {
  width : 800px;
  background : #fff;
  margin : 20px auto;
  padding-left: 35px;
}

/*  The content  */

.content {
  width: 70%;
  font-family:verdana,helvetica,arial,sans-serif;
  font-size:10pt;
  color: #000000;
  text-align: left;
  margin-left: 35px;
  margin-bottom: 15px;
  white-space: normal;
  border-color: #000000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
 }
 
.content date { 
 color: #617F10;
 background-color : #fff;
}   

.content strong { 
 color: #617F10;
 background-color : #fff;
}

.corners .hd .c,
.corners .ft .c {
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.corners .hd {
  margin : 0 0 0 -35px;
 background:transparent url(/css/images/top_left.png) no-repeat 0px 0px;
}

.corners .hd .c {
 background:transparent url(/css/images/top_right.png) no-repeat right 0px;
}

.corners .ft {
  margin : 0 0 0 -35px;
 background:transparent url(/css/images/bottom_left.png) no-repeat 0px 0px;
}

.corners .ft .c {
 background:transparent url(/css/images/bottom_right.png) no-repeat right 0px;
}

#container {
  width : 800px;
  margin : 20px auto;
  padding-left: 5px;
}

a:link { text-decoration: none; color: #02F; }
a:visited  { text-decoration: none; color: #003399; }
a:active  { text-decoration: none; color: #003366; }
a:hover { text-decoration: none; color: #003366; }

blockquote {
  margin-left : 20px;
  padding-left : 15px;
}

blockquote cite {
  display : block;
  text-align : right;
  font-weight : bold;
  color : #002890;
}

blockquote author {
  display : inline;
  text-align : left;
  color : #002890;
}

h3 { 
 text-align : right;
 color : #444;
 font-weight : normal;
}

* html h3 { 
  margin-left : 0;
}

h2 {
  text-align : right;
  font-size: 8pt; 
  color: #003366;
  padding: 1px 2px;
  margin: 1px 2px;
}

h1 {
  text-align : right;
  letter-spacing:3px;
  font-weight: bold;
  font-size: 20pt;
  color: #003366;
  padding: 1px 2px;
  margin: 5px 2px; 
}


/*  The title box  */

#box {
  border : 1px solid #d4d4d4;
  background : #f2f6e5 url(images/round-edge-green-bg.png) repeat-x;
  margin-top : 20px;
  margin-bottom : 10px;
  margin-left : 20px;
  padding: 0 5px 10px 0;
  width : 720px;
}

#box a {
  float : left;
  display: inline;
  font-size : .75em;
  text-decoration: none;
  margin-left: 75px;
  margin-bottom: 0;
  color : #02F;
}

#box a:hover, #box a:focus, #box a:active {
  color : #000;
  text-decoration : none;
  background-color : #3399cc;
}

#box img {
  margin-left : 65px;
}

#box h3 {
  margin-top: 0px;
  margin-left : 531px;
  font-size : 1em;
}

em.gone {
  text-decoration: line-through;
}

/*  The nav menu  */

#nav {
  float : right;
  display : inline;
  margin : 5px 5px 0 0;
  text-align : center; 
  height : auto;
  font-size : 0.75em;
  color : #000;
}

#table-nav {
  color:#000000;
  background-color:#e5eecc;
  padding-top:0px;
  padding-bottom:8px;
  padding-left:10px;
  padding-right:10px;
  border : 1px solid #d4d4d4;
  background-image:url('../images/bgfadegreen.gif');
  background-repeat:repeat-x;
}

#table-nav-menu {
  text-align: right;
  background-color : #fff;
  padding : 4px;
  border : 1px solid #d4d4d4; 
  letter-spacing:1px;
}

h2.nav {
  font-size:120%;
  color:#617f10;
  text-align: left;
  letter-spacing:3px;
  background-color:transparent;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:normal
}

#nav h3 {
  display : inline;
  padding: 0 0 0 32px;
  color : #3399cc;
}

#nav h4 {
  display : inline;
  padding: 0 10px 5px 0;
  font-size : 1.125em;
  color : #3399cc;
  font-weight : normal;
}

ul.cpl {
  margin : 0 0 0 0;
  width : 70px;
  list-style-type : none;
  text-align : right;
}


/*  to center the list, except IE6  */

ul.cpl li {
  margin-left : -25px;
}

/*  re-center text in IE6  */

* html ul.cpl li {
  margin-left : 0;
}

ul.cpl a {
  width : 110px;
  height : auto;
  display : block;
  background : #fff url(images/nav-bar.png) repeat-y;
  text-decoration : none;
  background-color : #a0b8cb;
  color : #003366;
  font-weight : bold;
  padding : 3px 10px;
  outline : 0;
  cursor : pointer;
}

ul.cpl a:hover, ul.cpl a:focus {
  background-color : #e6edf2;
  color : #a0b8cb;
}

ul.cpl a:active {
  background-color : #e6edf2;
  color : #a0b8cb;
  padding : 2px 11px 4px 9px;
}

ul.cpl a#cpl-on, ul.cpl a#cpl-on:hover, ul.cpl a#cpl-on:focus, ul.cpl a#cpl-on:active {
  background-color : #6f90a9;
  color : #e6edf2;
  cursor : default;
  text-transform : uppercase;
  padding : 3px 10px;
}


/*  The separation box between the content and the footer  */

#box-bottom {
  border : 1px solid #d4d4d4;
  background : #f2f6e5 url(images/round-edge-green-1-180.jpg) repeat-x; 
  margin-top : 20px;
  margin-bottom : 10px;
  margin-left : 20px;
  padding: 0 0 2px 0;
  width : 720px;
  text-align: center;
}


#archive-box-bottom {
  border : 1px solid #d4d4d4;
  background : #f2f6e5 url(images/round-edge-green-1.jpg) repeat-x; 
  margin-top : 20px;
  margin-bottom : 10px;
  margin-left : 20px;
  width : 720px;
  text-align: center;
}

/*  The footer.  Duh.  */

#footer {
  text-align: center;
}

#footer a {
  font-size : .75em;
  text-decoration: none;
  color : #02F;
  padding: 0 25px 0 0;
}

/*  Copyright box  */

#copy-right {
  width: 165px;
  height: 78px;
  text-align: center;
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 9.5px;
  color: #727272;
  background-color : #F2F2F2;
  border : 2px solid #727272;
  padding : 5px 2px 5px 2px;
  margin-top: 15px;  
  margin-bottom: 10px;  
  margin-left: 300px;
  margin-right: auto;
}

#copy-right h1 {
  text-align: center;
  letter-spacing:2px;
  color: #002890;
  font-size: 8pt;
  padding: 0px;
  margin: 3px 1px 3px 1px;
}


/*  ie6 warning because you suck and so does your browser  */

#ie6Warning {
    BORDER-RIGHT: #bbbbbb 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #bbbbbb 1px solid;
    PADDING-LEFT: 10px;
    BACKGROUND: #e3e3e3;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #bbbbbb 1px solid;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #bbbbbb 1px solid
}

#ie6Warning H6 {
    MARGIN: 0px 0px 2px;
    FONT: 28px/40px Cambria, Georgia, 'Times New Roman', Times, serif;
    COLOR: #d13236;
    PADDING-LEFT: 40px;
    BACKGROUND: url(images/ie6-warning.gif) no-repeat 0px 50%
}

/*  The End  */