 body {
   font-family: Tahoma,Verdana;
   font-size: 10pt;
 }
 
 a:link, a:visited, a:active {
   color: blue;
   text-decoration: none;
 }
 
 a:hover {
   color: red;
   text-decoration: underline;
 }  

 img { border: 0px; }
 
 table td {
   font-family: Tahoma,Verdana;
   font-size: 10pt;
 } 
 
  
 .main_content_header h2 {
   font-size: 10pt;
   margin: 0px;
 } 

 .main_content h1 {
   color: #00497B;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 20pt;
 } 
 
 .main_content h2 {
   color: #00497B;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 17pt;
 }  
 
 .main_content h3 {
   color: #00497B;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 14pt;
 }  
 
 /* color of the left header bits on the sidebars */
 .menu_sidebar_header {
   background: #00497B;
   color: white;
   font-weight: bold;
   text-align: center;
 }

 .menu_sidebar_content {
   background: #80CCFF;
   color: black;
   text-align: center;  
   width: 100%;
 }


 /* color of the main content header */
 .main_content_header {
   background: #80CCFF;
   color: white;
   font-weight: bold;
   text-align: center;
 } 
 
 /* this is the MAIN content table */
 .main_content {
   background: #BFE5FF;
   border: 0px;
   width: 98%;
   text-align: left;
 }
 
  
 .main_content a:link, .main_content a:visited, .main_content a:active {
   color: #00497B;
   text-decoration: none;
 }
 
 .main_content a:hover {
   color: red;
   text-decoration: underline;
 } 


/* left sidebar menu stuff */

.urbangreymenu{
  padding-left: 2px; 
  width: 100%; /*width of menu*/
}

.urbangreymenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
  font: normal 12px Arial;
  color: black;
  background: #80CCFF;
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; /*link text is indented 8px*/
  text-decoration: none;
}

.urbangreymenu ul li a:visited{
  color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
  color: #000000;
  background: #BFE5FF;
  text-decoration: none;
}

/* end left sidebar nav menu */

