html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,label,img,div,span,a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
  }
body {
  margin-top: 15px;
  font: 80% Arial, Verdana, Geneva, sans-serif;
  text-align: center;
  color: #000;
  background-color: #eee;
  }
ul, li {
  list-style-type: none;
  }  
li {
  margin: 5px 0;
  }  
p {
  margin-top: 5px;
  margin-bottom: 5px;
  }
input {
  margin: 5px 0;
  }  
legend {
  margin-bottom: 5px;
  font-weight: bold;
  }  
label {
  display: block;
  margin-top: 10px;
  }  
      
div.container {
  width: 720px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  color: #000;
  background-color: #fff;
  }
div#pageHeader {
  height: 56px;
  border-bottom: 1px solid #77923c;
  position: relative;
  }
div#pageHeader h1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 10px; 
  font-size: 1.3em;
  color: #77923c;
  background-color: #fff;
  }
ul#topNav, p.greenBackground {
  margin-top: 10px;
  padding: 3px 10px;
  color: #fff;
  background-color: #94bb00;
  } 
ul#topNav li {
  display: inline;
  margin-right: 15px;
}  
ul#topNav li a, p.greenBackground a {
  color: #fff;
  text-decoration: none;
  }   
ul#topNav li a:hover, p.greenBackground a:hover {
  text-decoration: underline;
  }   
p.greenBackground a {
  float: right;
  }
  
h2 {
  border: 1px solid #ccc;
  padding: 3px 10px;
  height: 17px;
  margin: 10px 0 0 0;
  font-size: 1.0em;
  color: #333;
  background: #edeed9 url(../../images/non-content/prweekH_bkgnd.gif) top left repeat-x;
  }
div.outlineBox {
  border: 1px solid #ccc;
  padding: 10px;;
  background-color: #edeed9;
  }
div.outlineBox a {
  padding-left: 15px;
  color: #086dd2;
  background: #edeed9 url(../../images/non-content/talentLinkB.gif) 0% 60% no-repeat;
  }  
div.outlineBox a:hover {
  color: #77923c;
  background: #edeed9 url(../../images/non-content/talentLinkG.gif) 0% 60% no-repeat;
  }
form {
  padding: 5px 10px 0 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
  background-color: #edeed9;
  }
input.button {
  width: 100px;
  cursor: pointer;
  }  
ul#bulletList, ul#bulletList li {
  list-style-type: disc;
  margin-left: 10px;
  color: #333;
  background-color: #edeed9;
  }  

form.editAnItem label {
  margin-right: 5px;
  display: inline;
  }
form.editAnItem select {
  margin: 5px 10px 0 0;
  }
form.editAnItem #text, form.editAnItem #image {
  margin-top: 5px;
  margin-bottom: 10px;
  }
form.editAnItem input.button {
  margin-top: 10px;
  }
  
.warning { color:#F00; }
.confirmation { color:#94bb00; font-weight: bold; }
.tool_tip { border-bottom:1px dotted #999; }


