/* External Style Sheet */

body
   {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   background-color: #222222;
   }
   
p
   {
   font-family: "gill sans mt", arial, sans-serif;
   font-size: 12px;
   }
   
h1, h2, h3, h4, h5
   {
   font-family: "gill sans mt", arial, sans-serif;
   color: #666666; /* grey text */
   margin-top: 0px;
   }
   
#mainFrame
   {
   margin-right: auto;
   margin-left: auto;
   margin-top: 0px;
   padding-left: 15px;
   padding-right: 15px;
   width: 790px; 
   background-image: url("images/mainBackground.gif"); /* White with fading edges */
   background-repeat: repeat-y;
   text-align: left;
   }

 
#navigationBar
   {
   width: 760px; 
   display: block;
   background-color: #FFFFFF; /* White */
   text-align: center;
   font-family: "gill sans mt", arial, sans-serif;
   font-weight: 700;   
   }
   
#navigationBar ul 
   {
   background-color: #FFFFFF; /* White */
   text-align: center;
   margin-left: 0;
   padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   border-bottom: 1px solid gray;
   }
   
#navigationBar li {
   list-style-type: none;
   padding-left: 1em;
   padding-right: 1em;
   border-left: 1px solid #CCCCCC;
   display: inline;
   }
   
#navigationBar li.firstNav 
   {
   border: none;
   }
   
#navigationBar a
   {
   color: #000000; /* Black */
   text-decoration: none;   
   }
   
#contentLeft 
   {
   width: 200px;
   margin-left: 0px;
   margin-right: 0px;
   float: left;
   background-image: url("images/leftDirectoryTab.jpg"); /* Left Directory Tab */
   background-repeat: no-repeat;
   }
   
#contentLeft h1
   {
   margin-top: 2px;
   margin-left: 5px;
   font-size: 14px;
   color: #FFFFFF; /* White */
   }   
   
#contentLeft ul 
   {
   margin-top: 2px;
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 0;
   list-style-type: none;
   }   
   
#contentLeft li {
   padding-left: 0em;
   padding-right: 0em;
   border-bottom: 1px solid #CCCCCC;
   font-family: "gill sans mt", arial, sans-serif;
   font-weight: 700;
   }
   
#contentLeft li.subItem {
   padding-left: 0em;
   padding-right: 0em;
   margin-left: 14px;
   border-bottom: none;
   font-family: "gill sans mt", arial, sans-serif;
   font-weight: 500;
   font-size: 10px;
   }
   
#contentLeft a.selected
   {
   color: #000000; /* black */
   text-decoration: none;
   margin-left: 14px;
   }
   
#contentLeft a.text:link
   {
   color: #666666; /* medium grey */
   text-decoration: none;
   }

#contentLeft a.text:visited
   {
   color: #666666; /* medium grey */
   text-decoration: none;
   }

#contentLeft a.text:hover
   {
   color: #000000; /* black */
   text-decoration: none;
   }
   
#contentLeft a.text:active
   {
   color: #666666; /* medium grey */
   text-decoration: none;
   }   
   
#contentCenter 
   {
   width: 375px;
   margin-left: 0px;
   float: left;
   background-image: url("images/centerDirectoryTab.jpg"); /* Center Directory Tab */
   background-repeat: no-repeat;   
   }
   
#contentCenter p
   {
   margin-top: 0px;
   margin-right: 25px;
   }
   
#contentCenter h1
   {
   margin-top: 2px;
   font-size: 14px;
   color: #FFFFFF; /* White */
   }

#contentCenter h2
   {
   margin-top: 0px;
   font-size: 14px;
   color: #000000; /* Black */
   }
   
#contentCenter img
   {
   float: left;
   margin-right: 10px;
   }
   
#contentCenter img.noBorder
   {
   border: none;
   }
   
#contentCenter ol
   {
   font-family: "gill sans mt", arial, sans-serif;
   font-size: 12px;
   }

#contentCenter ul
   {
   font-family: "gill sans mt", arial, sans-serif;
   font-size: 12px;
   }
   
#contentRight
   {
   width: 185px;
   margin-left: 0px;
   margin-right: 0px;
   float: left;
   background-image: url("images/rightDirectoryTab.jpg"); /* Right Directory Tab */
   background-repeat: repeat-x;
   }

#contentRight p
   {
   margin-top: 0px;
   color: #666666;
   font-size: 10px;
   }   
  
#contentFooter
   {
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   padding-right: 15px;
   width: 790px; 
   background-image: url("images/mainBottom.gif"); /* Begins footer and ends 
                                                     mainFrame background image */
   background-repeat: no-repeat;
   color: #999999; /* Light grey text*/
   text-align: center;
   font-size: 10px;
   font-family: "gill sans mt", arial, sans-serif;
   }
   
#contentFooter p
   {
   margin-top: 0px;
   font-size: 10px;
   font-family: "gill sans mt", arial, sans-serif;
   }
   
#contentFooter a:link
   {
   color: #FFFFFF; /* Custom English Rose color */
   text-decoration: underline;
   }

#contentFooter a:visited
   {
   color: #FFFFFF; /* Custom English Rose color */
   text-decoration: underline;
   }

#contentFooter a:hover
   {
   color: #FFFFFF; /*white*/
   text-decoration: none;
   }
   
#contentFooter a:active
   {
   color: #FFFFFF; /*white*/
   text-decoration: underline;
   }   
   
#highlight
   {
   padding: 5px;
   margin-right: 7px;
   margin-left: 0px;
   border: 1px solid #3366FF; 
   background-color: #6699FF; 
   color: #FFFFFF;
   font-family: "gill sans mt", arial, sans-serif;
   }

#highlight p
   {
   color: #FFFFFF;
   font-family: "gill sans mt", arial, sans-serif;
   font-size: 13px;
   }
   
#highlight ul
   {
   color: #FFFFFF;
   font-family: "gill sans mt", arial, sans-serif;
   font-size: 13px;
   padding-left: 15px;
   }
   

