/*COMMENT*/
/**/

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1D2731;
    font-family: "Arial";
    font-size: medium;
}

li
{
    float: left;
}

li a
{
    display: inline-block;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 14px 14px;
}

li a:hover
{
    background-color: #328CC1;
}

.show
{
  display:block;
}

h4
{
    font-family: "Arial";
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: rgb(95,95,95);
}

footer
{
    padding: 10px;
    line-height: 200%;
    color: white;
    font-size: 14px;
    background-color: #1D2731;
    text-align: center;
    font-family: "Arial";
}

article
{
    padding: 5px;
    overflow: hidden;
    border-left: 1px solid #1D2731;
    border-right: 1px solid #1D2731;
    background-color: #8F9FB5;
}


/*  LINE SEPARATOR */

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

/*  SUB TITLE */
p.styleMainTitle
{
  font-family: "Arial";
  font-size: 20px;
  font-weight: bold;
  color: #14160B;
}

p.styleSubTitle
{
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  color: #14160B;
  margin:20px;
}

/*  Ordinary Text Bold */
p.styleFeatured
{
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  color: #34412F;
  padding: 2px;
  background-color: #F8FBF0;
}

/*  Ordinary Text Bold */
p.styleBold
{
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  color: #767273;
  margin: 0;
  padding: 0;
}

/* P Ordinary Text */
p
{
  font-family: "Arial";
   font-size: 14px;
   color: #14160B;
   line-height: 180%;
   margin: 0;
   padding: 0;
}

img.scale100
{
  /*width: 100%;*/
  width: 100%;
  height: auto;
}

img.scale90
{
  /*width: 100%;*/
  width: 90%;
  height: auto;
}

img.scale80
{
  /*width: 100%;*/
  width: 80%;
  height: auto;
}

img.scale60
{
  /*width: 100%;*/
  width: 60%;
  height: auto;
}

div.body
{
  min-height: 100%;
}

body 
{
    background-color:white;
    padding: 10px;        
    position: center;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

/* unvisited link */
a:link
{
    text-decoration: none;
    color: white;
    font-family: "Arial";

}

/* visited link */
a:visited
{
    text-decoration: none;
    font-family: "Arial";
    color: white;
}

/* mouse over link */
a:hover
{
    text-decoration: none;
    background-color: #328CC1;
    font-family: "Arial";
    color: white;
}

/* selected link */
a:active
{
    text-decoration: none;
    font-family: "Arial";
    color: white;
}

a.foot:link, a.foot:visited, a.foot:hover, a.foot:active
{
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: underline;;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
}

.button
{
    background-color: #0B3C5D;
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.button:hover
{
    background-color: rgb(111,111,111);
}

table
{
  width:100%;
  text-align:left;
}

td.property
{
  vertical-align:top;
  background-color: #DEE3E8;
  padding:5px;
}

table, th, td
{
    border-spacing: 2px;
}
