div#main-content.columns-max {
   top: 0;
}
.UG_ContentArea {
   margin: 10px 0px 0px 10px;
   font-size: 12pt;
   color: black;
   line-height: 1.5;
}
.UG_PlaceHolder {
   font-size: 14pt;
}
.UG_Banner_LeadText  {
   margin-top: 5px;
   margin-right: 5px;
   text-align: right; 
   font-size: 18pt; 
   font-weight: bold; 
   height: 25px;
   color: black;
}
.UG_Banner_TextArea {
   background-color: rgb(135,206,250); 
   display: table; 
   width: 100%;
   margin-top: -30px;
}
.UG_Banner_LogoArea {
   float: left;
}
.UG_Banner_LogoImage {
   width: 280px;
   height: 217px;
}
.UG_Banner_Text {
   line-height: 60px;
   font-size:48pt; 
   color: white; 
   height: 217px; 
   display: table-cell; 
   vertical-align: middle; 
   text-align: center;  
   width: 100%;
}
.UG_Banner_BottomBar {
   background-color: rgb(30,144,255); 
   height=25px; 
   margin-top: 10px;
   margin-bottom: 5px;
}

h1.UG_Level1_Heading {
     color: #3385ff;
     font-size: 20pt;
     font-weight: bold;
     padding: 0px 0px 15px 5px;
     border: 0px solid red;
}
.UG_Level1_Heading {
     color: #3385ff;
     font-size: 20pt;
     font-weight: bold;
     padding: 0px 0px 15px 5px;
     border: 0px solid red;
}
.UG_Level1_Indent {
     padding: 0px 0px 15px 35px;
     border: 0px solid green;
}
h2.UG_Level2_Heading {
     color: black;
     font-size: 14pt;
     font-weight: bold;
     padding: 0px 0px 15px 35px;
     border: 0px solid blue;
}
.UG_Level2_Heading {
     color: black;
     font-size: 14pt;
     font-weight: bold;
     padding: 0px 0px 15px 35px;
     border: 0px solid blue;
}
h2.UG_Level2_Heading_OL {
     color: black;
     font-size: 14pt;
     font-weight: bold;
     padding: 0px 0px 0px 0px;
     border: 0px solid blue;
}
.UG_Level2_Indent {
     padding: 0px 5px 15px 65px;
     border: 0px solid magenta;
}
ol.UG_First_Level_OL {
    list-style: decimal outside;
    margin-bottom: 15px;
    margin-left: 55px;
}
ol.UG_Second_Level_OL {
    list-style: lower-alpha outside;
    margin-bottom: 15px;
    margin-left: 20px;
}
ol.UG_Second_Level_OL li:first-child {
    padding-top: 15px;
}
ol.UG_First_Level_OL li {
  margin-bottom: 15px;
  padding-left: 12px;
}
ol.UG_Second_Level_OL li {
  margin-bottom: 15px;
  padding-left: 12px;
}
.UG_hr {
     height: 5px;
     color: gray;
     background-color: gray;
     border: none;
}
img.UG_Image_With_Border {
     display: block;
     margin: 20px 0px 0px 0px;
     padding: 15px;
     border: 1px solid darkgray;
}
img.UG_Image_Border {
     margin: 0px 5px 15px 35px;
     padding: 15px;
     border: 1px solid darkgray;
}
img.UG_Image_Border_Level2 {
     margin: 0px 5px 15px 65px;
     padding: 15px;
     border: 1px solid darkgray;
}
a:link.UG_Link_Button, a:visited.UG_Link_Button {
     background-color: #3385ff;
     color: white;
     padding: 2px 6px 2px 6px;
     border-radius: 5px;
     border: 1px solid lightgray;
     text-align: center;
     text-decoration: none;
}
a:hover.UG_Link_Button, a.active.UG_Link_Button {
     background-color: #2aaae6;
     color: white;
     padding: 2px 6px 2px 6px;
     border-radius: 5px;
     border: 1px solid lightgray;
     text-align: center;
     text-decoration: none;
}
a:link.UG_Note, a:visited.UG_Note {
     font-style: italic;
     padding: 2px 6px 2px 6px;
     border-radius: 5px;
     border: 2px solid lightgray;
     text-align: center;
     text-decoration: none;
}
a:hover.UG_Note, a.active.UG_Note {
     font-style: italic;
     padding: 2px 6px 2px 6px;
     border-radius: 5px;
     border: 2px solid #2aaae6;
     text-align: center;
     text-decoration: none;
}
a:link.UG_Glossary, a:visited.UG_Glossary {
     font-family: "Courier New", Courier, monospace;
     background-color: #d7edf4;
     margin: 0px 0px 0px 2px;
     padding: 2px 6px 2px 6px;
     border-radius: 0px;
     border: none;
     text-align: center;
     text-decoration: none;
}
a:hover.UG_Glossary, a.active.UG_Glossary {
     font-family: "Courier New", Courier, monospace;
     background-color: #d7edf4;
     margin: 0px 0px 0px 2px;
     padding: 2px 6px 2px 6px;
     border-radius: 0px;
     border: none;
     text-align: center;
     text-decoration: none;
     font-weight: bold;
}
table.UG_table1_basic {
    border: 3px solid black;
    padding: 15px;
    margin: 0px 0px 15px 0px;
    border-collapse: collapse;
}
table.UG_table1_basic td, th {
    border: 3px solid black;
    padding: 15px;
}
.UG_add_top_margin {
    border: 0px solid black;
    margin-top: 15px;
}
.UG_add_top_bottom_margin {
    border: 0px solid black;
    margin-top: 15px;
    margin-bottom: 15px;
}