﻿body {
  margin: 16px 0px 24px 0px;
  background-color: #C0D5FF;
  background-image: url(page_bg_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

#title {
  width: 720px;
  height: 64px;
  margin: 8px auto;
  font: 20pt arial,helvetica,sans-serif;
  letter-spacing: -1px;
  color: Navy; }
  
#footer {
  width: 720px;
  height: 64px;
  margin: 8px auto;
  font: 9pt arial,helvetica,sans-serif; }
  
/* navigation and menu styles */

#navigation {
  margin: 8px auto;
  position: relative;
  top: 0px; left: 0px;
  width: 640px;
  padding: 21px 40px;
  height: 22px;
  background-color: White;
  background-image: url(nav_bg.gif);
  background-repeat: repeat-x;
  background-position: left top; }
#navinnerleft {
  position: absolute;
  top: 0px; left: 0px;
  width: 18px; height: 64px;
  background-image: url(nav_left.gif);
  background-repeat: no-repeat;
  background-position: left top; }
#navinnerright {
  position: absolute;
  top: 0px; right: 0px;
  width: 20px; height: 64px;
  background-image: url(nav_right.gif);
  background-repeat: no-repeat;
  background-position: right top; }
  
UL.ebMenu {
  display: block;
  margin: 0px;
  padding: 0px; 
  list-style-type: none; }
  
UL.ebMenu LI {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  float: left; }
  
UL.ebMenu LI A, UL.ebMenu LI A:visited {
  display: inline-block;
  font: 12pt/14pt arial,helvetica,sans-serif;
  text-decoration: underline;
  color: navy; }
  
UL.ebMenu LI A:hover {
  color: blue; }
  
/* main styles */
  
#main {
  margin: 8px auto;
  position: relative;
  top: 0px; left: 0px;
  width: 720px;
  background-color: White;
  background-image: url(main_right_bg.gif);
  background-repeat: repeat-y;
  background-position: right top; }
#maintopleft {
  position: absolute;
  top: 0px; left: 0px;
  width: 18px; height: 20px;
  background-image: url(main_left_top.jpg);
  background-repeat: no-repeat;
  background-position: left top; }
#maintopright {
  position: absolute;
  top: 0px; right: 0px;
  width: 20px; height: 20px;
  background-image: url(main_right_top.gif);
  background-repeat: no-repeat;
  background-position: right top; }
#maininner {
  width: 640px;
  background-image: url(main_bottom_bg.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  
  padding: 21px 40px 40px 40px;
  font: 10pt/13pt arial,helvetica,sans-serif;
  color: #303030; }

.topleft {
  position: absolute;
  top: 0px;
  left: 0px; }
  
.topright {
  position: absolute;
  top: 0px;
  right: 0px; }
  
/* content styles */

A:link { color: Navy; }
A:hover { color: Blue; }
A:visited { color: Gray; }

P {
  margin: 0.5pc 0pc; }

H1 {
  margin: 1.25pc 0pc 0.75pc 0pc;
  font: 17pt arial,helvetica,sans-serif;
  letter-spacing: -1pt;
  color: Navy; }

H2 {
  margin: 1.25pc 0pc 0.75pc 0pc;
  font: bold 11pt arial,helvetica,sans-serif;
  color: Navy; }
  
H3 {
  margin: 0.75pc 0pc 0.75pc 0pc;
  font: bold 10pt arial,helvetica,sans-serif;
  color: Black; }
  
INPUT.text {
  width: 300px; }
TEXTAREA.longtext {
  width: 300px;
  height: 6pc; }
  
/* file type icons for document lists */
.ebDocumentList, .ebSectionList {
  clear: both; }
.ebDocumentList, .ebSectionList UL {
  list-style-type: none;
  margin-left: 0px; }  
.ebDocumentList, .ebSectionList H6 {
  font-size: 10pt; font-weight: normal;
  margin: 0.2pc 0pc 0.5pc 0pc; }

.ebDocumentList LI, .ebSectionList LI {
  background-image: url(/_formats/images/filetypes/file_unk.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0px 0px 20px; }
.ebSectionList LI { background-image: url(/eblock/newadmin/inline/images/icn_container_16.gif); }
.ebDocumentList LI.docfile { background-image: url(/_formats/images/filetypes/file_doc.gif); }
.ebDocumentList LI.pdffile { background-image: url(/_formats/images/filetypes/file_pdf.gif); }
.ebDocumentList LI.txtfile { background-image: url(/_formats/images/filetypes/file_txt.gif); }
.ebDocumentList LI.jpgfile,
.ebDocumentList LI.jpefile, 
.ebDocumentList LI.giffile { background-image: url(/_formats/images/filetypes/file_jpg.gif); }
.ebDocumentList LI.xlsfile,
.ebDocumentList LI.xlwfile { background-image: url(/_formats/images/filetypes/file_xls.gif); }
.ebDocumentList LI.pptfile { background-image: url(/_formats/images/filetypes/file_ppt.gif); }
.ebDocumentList LI.mdbfile { background-image: url(/_formats/images/filetypes/file_mdb.gif); }
.ebDocumentList LI.zipfile { background-image: url(/_formats/images/filetypes/file_zip.gif); }