body  {
  margin-left : 0px;
  margin-top : 0px;
}

a  { text-decoration : underline }
b  { font-weight : bold }
i  { font-style : italic }

li  {
  vertical-align: top;
}

dd { padding-bottom: 10px;}
  /*list-style-type: square;*/

table {
  border:  0px;
  padding: 0px;
  margin:  0px;
}

td { vertical-align: top }

th { font-weight : normal }

pre  {
  font-family : monospace;
  position : relative;
}

div.popupHelp { margin: 20px }
div.mainBody  { margin: 20px; width: 540px; min-height: 350px; }
div.sidebar   { margin: 15px }
div.projectInfoBody { margin-left: 10px; margin-right: 10px }

/* used in full_service page */
ul.full_service { margin-top: 5px }

a:link.white, a:visited.white  {text-decoration: none}

span.footernav {vertical-align: middle}

.greenHeader { font-weight: bold}
.blueHeader  { font-weight: bold}


/* 
 ****************************************************************************** 
  Font Section - common settings 
  font sizes that are specific to browser types 
  and are specified in e24_ie.css and e24_ns.css
 ****************************************************************************** 
*/

body, p, h1, h2, h3, h4, h5, td, li {
	font-family: verdana, arial, helvetica;
}


/* 
 ****************************************************************************** 
  Text Color Section 
 ****************************************************************************** 
*/

.black, body, h3, p, td, li {
	color: black
}

  /* color: #f9f9f9;*/
.lightGrey, .sidebar, p.white, .footernav, a:link.footernav, a:visited.footernav, a:link.white, a:visited.white {
  color: #e6e6e6
}

.white, td.blue, a:hover.footernav, a:hover.white { 
  color: white; 
}

.darkGreen, th { 
  color: #006000; 
}

.error     { color: red; }
.warning   { color: orange; }
.somegreen { color: #00b300; }


.blue, .blueHeader, h2, h4, a:link {
  color: blue
}

.blueDark, a:visited   {
  color: #004b70 
}

.green, .greenHeader, h1, h3, a:hover {
  color : #009900 
}


/* 
 ****************************************************************************** 
  Background Section
 ****************************************************************************** 
*/

.blueBkgd, .sidebar, td.blue {
  background-color: #3233ff;
}

.sageBkgd     { background-color: #f1f6f1 }
.altSageLight { background-color: #edf4ed;}
.altSageDark  { background-color: #e6efe6;}

.sageHdrBkgd, th  { 
  background-color: #CBdeCB;
}

.whiteBkgd    { background-color: White;  }

.greyLight, pre { background-color: #f9f9f9; }

.greyDark     { background-color: #f0f0f0;}
.gold         { background-color: #fdce04;}


/* below is from template 

.GrayLight-Background {
	background-color: #e6e6e6
}

.Selected, tr.SideNavOn {
	background-color: #fff7b5
}

.BlueLight-Background, tr.even {
	background-color: #ebf3f7 
}

.Blue, h1, h2, h5.indications, a:link, th.OrderInfo {
	color: #006699
}

.BlueDark, a:visited   {
	color: #004b70
}

.BlueBright, a:hover, a:active {
	color: #00aaff
}

.GrayDark, #Crumbtrail, a.Crumbtrail:link {
	color: #666666
}
*/

