body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 1em;
	margin-bottom: 1em; 
        text-align: center;
        background: #14265e url(pixel.jpg) repeat; 
}
#wrapper {
        text-align: left;
        width: 900px;
        border: 0;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 30px 0px 10px 0px ;
        background: #14265e url(gradient.jpg) repeat-x;
} 

p {
  margin-bottom: 0; /* }
p + p {
  text-indent: 3em; */
  margin-top: 15px; }

body, p, table, tr, td, li, ul, ol {
	color: #000000;
	font-size: 11pt;
        line-height: 14pt;
}

a {
 	color: #113470;
}

a:hover {
 	color: #d3d6e3;
 	background-color: #113470; 
}

#center_text {
    	position: relative;
    	margin-left: 170px;
        padding: 10px 20px 10px 20px ;
        border-left:  1px solid #14265e;
        border-bottom:  1px solid #000000;
	background: #ffffff;
}
.float-right-col {
	position: relative;
	width: 180px;
	z-index: 10;
	text-align: right;
        float: right;
  }
.float-left-col {
	position: relative;
	width: 400px;
	z-index: 10;
        float: left;
  }

  #leftnav { 
	color: #000000;
	font-size: 12pt;
        line-height: 20px;
    	width: 150px; 
    	position: relative;
        padding: 20px 0px 30px 0px;
    	margin-left: 15px;
     	z-index: 100;	/* To ensure the menu pops up above other content */
        float: left;
  }
  
  
  .navlink { 
    padding: 3px 10px 2px;
    display: block;
  }
  
  a.navlink { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt;
        line-height: 22px;
    	text-decoration: none;
  }
    
  a.navlink:hover { 
    border-right-width: 2px;
    border-right-color: rgb(204, 0, 0);
    font-weight: bold;
    color: #d3d6e3;
    background-color: #113470; 
  }
  


#footer {
	text-align: center;
    	position: relative;
    	margin-left: 170px;
        padding: 0px 20px 0px 20px ;
}

#footer p, #footer a {
 	color: #646e98; /* d3d6e3; */
        font-size: 10pt;
        line-height: 12pt;
	
}

#footer a:hover {
 	background-color: #d3d6e3; 
 	color: #113470;
}

.margin_7 {
        margin-left: 7%;
        margin-right: 10%;
}       


td {
	line-height: 180%;
}

H1, H2, H3 {
	/* font-family: Arial, Helvetica, sans-serif;  */
        font-weight: normal;
	text-align: center; 
        color: #000000;
	font-stretch: wider;
}

H1 {  
 	color: #113470;
	font-size: 20pt;
	}
H2 {  
	font-size: 18pt;
	}
H3 {  
	font-size: 13pt;
	text-decoration: underline;
	}

IMG {
	margin-bottom: 10px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 150px; /* 120px; */
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 148px; /* 118px; */
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 /* border: 1px solid #EB5;	330 Menu item borders */
 margin-bottom: 7px;
}

.menulist li ul li {
 position: relative;
 border: 1px solid #d3d6e3; /*330*/ /* Menu item borders */
 background: #192d47;/* #FE8; FED*/
 margin-bottom: -1px;
}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #113470;
 font-size: 13pt;
 text-decoration: none;
}

/* Links inside the menu */
.menulist li ul li a {
 color: #d3d6e3;
 background: #192d47;/* #FE8; FED*/
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background-color: #113470; /* #EB5; A64*/
 /* border: 1px inset #d3d6e3; */ /*330*/ /* Menu item borders */
 color: #d3d6e3;
}
/*

.menulist a.highlighted, .menulist a.active  {
 background-color: #d3d6e3; 
 color: #192d47;
} */

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
