/******************************************************************************************
  Last Updated: mmm yyyy
  Updated by: xxxxx
  Created On: Feb 2007
  Author: Emily A. Fogarty
******************************************************************************************/



body, h1, h2, h3, h4, h5, p, div, ul, ol, li, dl, dt, dd, form, img {
  border: none;
  margin: 0;
  padding: 0;
}

body
{
	margin:0 auto;
	padding:0;
	font:120% Garamond, "Garamond Premr Pro Smbd", "Garamond Premr Pro";
	background-color:#95AFC6;
	color:#000000;
}

a:link, a:visited {
  color: #555;
  text-decoration: underline;
  }
  
a:hover, a:active {
  color: #000;
  text-decoration: none;
  }

td {
	font-family: Garamond,Verdana, Arial, Helvetica, sans-serif ;
}

th {
	font-family:  Garamond,Verdana, Arial, Helvetica, sans-serif  
}

/************************************************/

/************************************************/

#frame {
	margin:0px auto;
	padding:5px 5px 5px 5px;
	width:970px;
	background-color:#ffffff;
	border: solid 2px #000;
  }


/************************************************/
#header {
  background: #0A51A1 url("../img/gif/Header.gif") no-repeat center ;
  margin: 0px auto;
	height:130px;
	width:950px;
	border:1px solid #666;
  }
#header h1 a {
  display: block;
  width: 960px;
  height: 85px;
  margin: 0 0 0 10px;
  text-decoration: none;
  }
#header h1 a:hover, #header h1 a:active {
  background: none;
  }
#header h1 a, #header p {
  text-indent: -9999px;
  }
#header #searchbox {
  position: absolute;
  right: 23px;
  top: 65px;
  }
#header #searchbox input {
/*
  background: none;
  border: none;*/
  color: #555;
  }
#header #searchbox #s {
  width: 148px;
  }
/*#header #searchbox #searchsubmit {
  text-indent: -9999px;
  width: 78px;
  cursor: pointer;
  }*/
  

/************************************************/
#content {
  background: #fff /*url("../uig/content_bg.gif") repeat-y center top*/;
  padding: 0 10px 15px;
  height: inherit;
  }
#content h2 {
  font: 25px/30px  Garamond;
  letter-spacing: -0.5px;
  color: #0A51A1;
  border-bottom: 1px solid #B2B2B2;
  }
  
#menu, #maincontent {
	float: right;
	margin: 5px 15px 0px;
  }
* html #menu, * html #maincontent {
  /* border: 1px solid #000; */
  margin: 5px 10px 0;
  }
  
#maincontent {
  width: 660px;
  }
#maincontent h3 {
  font-size: 16px;
  margin: 3px 0 6px;
  color: #000;
  }
#maincontent p {
  margin: 4px 10px 8px 0;
  }
#maincontent ul {
  margin: 0 20px 25px 30px;
  color: #000;
  }
#maincontent ul li {
  padding: 0 0 3px;
  }
#maincontent img {
  padding: 6px;
  border: 1px solid #ccc;
  }

/************************************************/
#menu {
  width: 200px;
  }
#menu ul {
  list-style: none;
  }
#menu ul li {
  padding: 1px 0;
  border-bottom: 1px solid #B2B2B2;
  }
#menu ul li a:link, #menu ul li a:visited {
  display: block;
  padding: 2px 0 2px 4px;
  text-decoration: none;
  }
#menu ul li a:hover, #menu ul li a:active {
  background: #eee;
  color: #555;
  }
#menu ul li a.selected {
  background: #eee;
  color: #BB777D;
  }
  
  
#menu ol {
  list-style: none;
  }
#menu ol li {
  margin: 6px 0 3px;
  /*line-height: 16px; */
  }
* html #menu ol li {
  margin: 6px 0 -20px;
  }
#menu ol li a:link, #menu ol li a:visited {
  background: url("../uig/submenu_arrow.gif") no-repeat 3px 4px;
  color: #aaa;
  display: block;
  padding: 0 0 0 16px;
  text-decoration: none;
  }  
#menu ol li a:hover, #menu ol li a:active {
  background: url("../uig/submenu_arrow_ov.gif") no-repeat 3px 4px;
  color:#BB777D;
  }
#menu ol li a.selected {
  background: url("../uig/submenu_arrow_ov.gif") no-repeat 3px 4px;
  color:#BB777D;
  }
  
 /************************************************/

#footer {
	background: #0A51A1 url("../uig/PEPfooterBlue2.jpg") no-repeat center top;
	width: 960px;
	color: #ffffff;  
	height: 175px;
	padding:  35px 5px 0px;
	font-size: 18px;
	line-height: 16px; 
	
	
  }
#footer h2 {
  display: none;
  }

#footer p {
  color: #000000;
  width: 325px;
  margin: 10px 10px 0;
  clear: both;
  }
* html #footer p {
  padding: 10px 0 0;
  }
#footer ul {
  float: left;
  list-style: none;
  padding: 25px;
  width: 215px; /*set width in order to center floated list */
  height: 115px;
  /* border: 1px solid #999;for testing */
  }
#footer ul li {
  border-bottom: 1px solid #837d71;
  margin: 0 5px 0 10px;
  padding: 1px 0 ;
  }
#footer ul li a:link, #footer ul li a:visited {
  color: #ffffff;
  display: block;
  background: url("../uig/footer_arrow.gif") no-repeat 2px 6px;
  padding: 2px 0 3px 15px;
  text-decoration: none;
  }
#footer ul li a:hover {
  background: #a29f99 url("../uig/footer_arrow_ov.gif") no-repeat 3px 6px;
  color: #302C23;
  }
  
#footer ul.help {
	width: 275px;
	padding: 3px 10px 6px; 
	padding-left: 100px
	
  }
#footer ul.help li {
  padding: 3px 0 6px; 
  }
#footer ul.help li.last {
  border-bottom: none;
  padding: 5px 0 0;
  }
#footer ul.help li a:link, #footer ul.help li a:visited {
  background: none;
  background: url("../uig/underline.gif") repeat-x left 14px;
  display: inline;
  padding: 0;
  }
#footer ul.help li a:hover, #footer ul.help li a:active {
  background: none;
  padding: 0;
  color: #000000;
  background: none;
  }
 
  
  