
/* default rules for the whole document */
body {
    font-size:small;
    font-family: geneva,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
    background-color: #0d186c;
    margin-left: 4em;
    margin-right: 2em;
   }

/* paragraphs */
p  {
    /* padding: 0; */
    margin-top: 0em;
    margin-bottom: .5em;
    text-indent: 0em;
   }

/* headings */
h1 {
    font-size: 350%;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
    text-align: center;
    padding: 0;
    margin-top: .7em;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: .4em;
    font-family: Times,Arial,Helvetica,sans-serif;text-align:left;
    /* color:white; */
    color:#0d186c;
   }
h2 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: .7em;
    margin-bottom: .7em;
   }
h3 {
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: .7em;
    margin-bottom: .5em;
   }
h4 {
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: .3em;
    margin-bottom: .3em;
   }
h5 {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    padding: 0;
    margin-top: .3em;
margin-bottom: .3em;
   }
h6 {
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: .3em;
    margin-bottom: .3em;
   }

/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }

/* lists */
ul, ol {
    padding: 0 0 0 2em;
    margin-top: .1em;
    margin-bottom: .1em;
   }
ul ul, ol ol, ul ol, ol ul {
    margin-top: .1em;
    margin-bottom: .1em;
   }
li {
    padding: 0;
    margin-top: .1em;
    margin-bottom: .1em;
}
li p {
    margin-top: .1em;
    margin-bottom: .1em;
   }
dl {
    padding: 0;
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: 1em;
   }
dl dl {
    margin-top: .1em;
    margin-bottom: .1em;
   }
dt {
    padding: 0;
    font-weight: bold;
    margin-top: .1em;
    margin-bottom: .1em;
   }
dd {
    padding: 0;
    margin-top: .1em;
    margin-left: 1.5em;
    margin-bottom: .1em;
   }
dl p {
    margin-top: .1em;
    margin-bottom: .1em;
   }

   
th {
    background-color: #e8e1e1;
   }

hr {
    line-height: 1em;
}

/* inline */
strong {
    font-weight: bold;
   }
em {
    font-style: italic;
   }
code {
    font-family: Courier New, Courier, monospace;
   }
ins {
    background-color: inherit;
    text-decoration: underline;
   }
del {
    text-decoration: line-through;
   }

/* anchors */
a[href] {
    color: #2d20d0;
    text-decoration: underline;
   }

#wholepage {background-color:white; }

#topbanner {
    /* background-color:blue; */
    background-color:white;
    margin-top: 0em;
    margin-bottom: 0em;
}

#topbanner p {
    margin-left:4em;
    font-weight: bold;
    color:black;
margin-top: 0em;
    margin-bottom: 0em;
line-height:200%;
}

#subbanner {
    /* background-color:#a2c9f4; */
    background-color:#2d20d0;
margin-top: 0em;
    margin-bottom: 0em;
}

#subbanner h2 {
	text-align:center;
margin-top: 0em;    margin-bottom: 0em;
    color:#ffffff;
line-height:200%;
 }

/* #navcontainer {background-color:#e2e2e2; } */

#navcontainer ul
{
/* border-left: 4px solid #c0c0c0; */
background-color:#ff8000;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
margin-left: 0;
margin-top: .7em;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{
    /* margin-left: .3em; */

border-bottom: 2px solid #2d20d0;
background-color:#ff8000;
/* background-color:#ffad5b; */
}

#navcontainer a
{
    display: block;
    /* padding: 3px 1px ; */
    padding: 3px 10px;
    width: 180px;
    /* margin-left: .3em; */

/* border-bottom: 1px solid #eee; */
/* border-bottom: 1px solid #000000; */
/* background-color:#e2e2e2; */
/* background-color:#eeeeee; */
/* background-color:#ff8000; */
}

#navcontainer a[href]
{
    /* color: #000000; */
    color: #ffffff;
font-weight: bold;
font-size: 120%;
}

.nobottomborder {
    border-bottom: 0px;
}

#navcontainer a:link, .navlist a:visited
{
text-decoration: none;
font-weight: bold;
}

#navcontainer a:hover
{
/* background:#c0c0c0; */
background-color:white;
/* color:#ff8000; */
color:#2d20d0;
}

#navcontainer a:visited
{
  text-decoration: none;
    font-weight: bold;
}

#midcontent {
margin-left: 1em;
}

.topline {
    margin-top: 0em;
   }

#midcontent h2 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-bottom: .7em;
   }

#midcontent h3 {
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: .7em;
    margin-bottom: .5em;
color:#2d20d0;
   }

#midcontent p {
    margin-left:1em;
    margin-right:1em;
}

#midcontent ul {
    margin-bottom:.5em;
    margin-left: 1em;
}

#midcontent table {
    margin-left: 2em;
    margin-bottom: .5em;
}

#companynametag p {
    margin-left:4em;
    font-weight: bold;
    color:#000000;
}

#top0divider {
    background-color: #ff8000;
    font-size: 50%;
}

#top0divider tr {
    background-color: #ff8000;
    font-size: 50%;
}

#top1divider {
    background-color: #ff8000;
    font-size: 50%;
}

#top1divider tr {
    background-color: #ff8000;
    font-size: 50%;
}

#top2divider {
    background-color: #ff8000;
    font-size: 50%;
}

#top2divider tr {
    background-color: #ff8000;
    font-size: 50%;
}

#bottomdivider {
    background-color: #2d20d0;
    font-size: 50%;
}

#bottomdivider tr {
    background-color: #2d20d0;
    font-size: 50%;
}

#pagebottom {
    /* background-color: #2d20d0; */
    background-color: #ff8000;
    /* background-color: #ff0000; */
}

#pagebottom tr {
    width: 100%;
    color: black;
    /* color: #2d20d0; */
    /* background-color: #2d20d0; */
    background-color: #ff8000;
    /* background-color: #ff0000; */
}

.box1 {

/* border-top: 4px solid #c0c0c0; */
/* border-right: 4px solid #c0c0c0; */
/* border-right: 4px solid #000000; */
}

.box1short {
/* border-top: 4px solid #c0c0c0; */

}

.box2 {
padding-left:  1em;
/* border-right: 4px solid #c0c0c0; */
}

.box2long {
/* border-left: 4px solid #c0c0c0; */
/* border-left: 4px solid #000000; */
padding-left:  1em;
}

.box3 {
border-right: 4px solid #c0c0c0;
}

.boxborder {
	width: 80%;
	text-align: center;
border-right: 6px solid #ff8000;
border-left: 6px solid #ff8000;
border-top: 6px solid #ff8000;
border-bottom: 6px solid #ff8000;
background-color: #2d20d0;
color: #ffffff;
}

.pricetable {
    /* width: 60%; */
    /* margin-left: 4em; */
    font-weight: bold;
}

.package {
    /* margin-left: 6em; */
}

.price {
    text-align: right;
    /* margin-left:6em; */
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.redtext {
    color: #ff0000;
}

.orangetext {
    color: #ff8000;
}

#address1 p {
    margin-left: 4em;
    margin-bottom: 0em;
}

#address1bottom p {
    margin-left: 4em;
    margin-bottom: .5em;
}

#address2 p {
    margin-left: 4em;
    margin-bottom: 0em;
}

#address2bottom p {
    margin-left: 4em;
    margin-bottom: .5em;
}

#egoscuecert p {
    text-align: center;
    margin-top: 4em;
}

#epetelogo p {
    text-align: center;
    margin-top: 1em;
}
/* end */
