body {

   /* background-image: url('parchment.jpg'); 
    font-family: verdana, sans-serif;  */
    background-color: #000000;
   font-family: courier;
   font-size: 6pt;
   margin:20px 0;

}

.pageTitle {
font-family:verdana;
font-weight:normal;
font-size:17pt;
margin:0;
padding:15px 0 25px 0;
color:#d54056;
}

h2 {
font-family:verdana;
font-weight:normal;
color:#426D6D;
font-size:14pt;
padding:0;
margin:25px 0 10px 0;
}

.greenArrow {
margin:5px 0 20px 5px;
font-size:11pt;
padding: 12px 0 12px 50px;
background: #fff url(images/arrow_right.gif) no-repeat left center;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
}


img.thumb {

   border: 1px solid #000000;
   height: 100;
   width: 100;

}


img.pic {

   border: 5px solid #000000;
   max-width: 778px;
   max-height: 400px;
/*
   border-left:5px solid #70b8b8;
   border-top:5px solid #70b8b8;
   border-right: 5px solid #000000;
   border-bottom: 5px solid #000000;
*/

}

a:link { 
 
   font-size: 100%; 
   font-family: verdana, sans-serif;
   font-weight: normal; 
   text-decoration: underline; 
   /* color: #9999CC; */
   color: #de7311;

} 

a:visited { 
 
   font-size: 100%; 
   font-family: verdana, sans-serif;
   font-weight: normal; 
   text-decoration: underline; 
   /* color: #9999CC; */
   color: #de7311;

} 

a:hover  { 

   font-size:100%;
   font-family: verdana, sans-serif;
   font-weight: normal; 
   text-decoration: none; 
   /* color: #DC143C; */
   color: gray; 

} 

ul {

   list-style-type: circle;

}

.spacetable, .spacetable TD, .spacetable TH {

 /* -------------------------------------------
    --
    -- Table WITHOUT borders/boxes
    -- The main 'outer' table of all pages.
    --
    ------------------------------------------- */

   font-family: verdana;
   font-size: 10pt;
   /* background-color: #abac9a;  */
   /* background-image: url('parchment.jpg'); */

}

.realtable, .realtable TD, .realtable TH {

/* -------------------------------------------
   --
   -- Table WITH borders/boxes
   -- Reduced size text
   --
   ------------------------------------------- */

   font-family: verdana, sans-serif;
   font-size: 85%;
   background-color: black;

}

.contact {

   font-family: verdana;
   font-size: 10pt;
   background-image: url('parchment.jpg');

}

.pgmcode, .pgmcode TD, .pgmcode TH {

/* -------------------------------------------
   --
   -- Scrolling box
   -- Reduced size text
   --
   ------------------------------------------- */

   color: white;
   background-color: black;
   font-family: mono;
   font-size: 85%;

}

td.headerHolder {

   background-color: #000000; 
   /*  background-image: url(parchment.jpg); */
   height: 150;
   margin:0;
   padding:0; 

}


.header {

   /* background-color: #abac9a; */
   /* background-image: url('parchment.jpg'); */
   height: 150;
   width: 778;
   /* border: 5px solid #abac9a; */
   border: 5px solid #70b8b8;
/*
   border-top:5px solid #70b8b8;
   border-right:5px solid #333;
   border-left:5px solid #70b8b8;
   border-bottom:5px solid #333;
*/

}

.header2 {

   /* background-color: #abac9a; */
   /* background-image: url('parchment.jpg'); */
   height: 150;
   width: 778;
   /* border: 5px solid #abac9a; */
   border: 5px solid #70b8b8;
/*
   border-top: 5px solid #70b8b8;
   border-right: 5px solid #70b8b8;
   border-left: 5px solid #70b8b8;
   border-bottom: 5px solid #70b8b8;
*/

}

.imgHeader {

   border: 1px solid #000000;
   /* background-image: url('stretch.jpg'); */

}


/*
.headerBG {

   background-color: #70b8b8;
   background-image: url(stretch.jpg);
   background-repeat: no-repeat;
   background-position: right;
   height: 150;
   width: 35px;

}
*/

.errors {

   font-family: verdana, sans-serif;
   font-weight: bold;
   color: red;

}

.news {

   /* font-family: verdana, sans-serif; */
   font-family: courier;
   font-weight: bold;
   color: #de7311;
   position: relative;
   cursor: hand;
   text-decoration: none;

}

.info {

   font-family: verdana, sans-serif;
   font-weight: normal;
   color: black;

}

.marble {

   background-image: url(border2.gif);
   background-color: #70b8b8;
   background-repeat: repeat-y;
   background-position: left top;
   height: 100%;

}



