                     /* General styles that apply to the entire document */
 
 body, table, tr, td
     {
     padding:0px;
     border:0px;
     font-family:arial;
     background-color:#313063;
     font-size:12px;
     color:black;
     }
     
 h1
    {
    color: #313063;
    font-family:arial;
    font-weight:bold;
	margin-bottom:-10px;
	padding-bottom:0px;
	font-size:14px;
    }
    
 h2
    {
    color: #313063;
    font-family:arial;
    font-weight:bold;
	margin-bottom:-10px;
	padding-bottom:0px;
	font-size:14px;
    }

.headerText
	{padding-right:5px;
	text-align:rigth;}


                      /*  Styles that apply to the navigation menu & table cell	*/

 .header
  {margin:0 10 0 10;
  border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#313063;
  }
  
 .menuBorder
 	{
    padding-left:15px;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#313063;
    }
 	
  a:link.nav
     {
     background-color:#F7CB63;
     color: #000080;
     width:130px;
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     font-family:arial;
     border-color:white;
     border-style:solid;
     border-width:3px;
     }
     
  a:visited.nav
     {
     background-color:#F7CB63;
     color: #000080;
     width:130px;
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     font-family:arial;
     border-color:white;
     border-style:solid;
     border-width:3px;
     }
     
   a:active.nav
     {
     background-color:#F7CB63;
     color: #000080;
     width:130px;
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     font-family:arial;
     border-color:white;
     border-style:solid;
     border-width:3px;
     }
	 
  a:hover.nav
     {
     background-color: white;
     color:#000080;
     width:130px;
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     padding:0px;
     border-color:#F7CB63;
     border-style:solid;
     border-width:3px;

      } 
     
 
                                   /*  Styles defining the footer table   */
     .footer
     {
     border-top-width:5px;
     border-top-color:#000080;
     border-top-style:solid;
     background-color:white;
     font-size:11px;
     }
 
                                 /*  Styles that define the main page content section    */
     .content
     {
     padding:0 10 0 10;
     background-color:white;
     }
                                      /*  Styles that define the sidebar of the content section    */
	td.sidebar
	{
	padding: 10 5 10 5;
	background-color: White;
	border-left : medium solid #F7CB63;
	}
	
	td.sidebar p
	{
	margin:0px;
	padding:0px;
	}
	
	td.sidebar a
	{padding:3px;
	margin: 2 2 2 2;
	font-size:11px;
	font-weight:bold;
	}
	
	td.sidebar a:link
	{
	text-decoration:none;
	color:#000080;
	}
	
	td.sidebar a:visited 
	{
	text-decoration:none;
	color:#000080;
 	}
	
	td.sidebar a:hover
	{
	text-decoration:none;
	background-color:#000080;
	font-size:11px;
	color:white;
	}
	
	td.sidebar a:active
	{
	text-decoration:none;
	color:#000080;
	}