div.outerBlue {
    padding: 20px; 
    margin: 30px 15px; 
    background-color: #e9edf8; 
    border-radius:35px;  
    border: 1px solid #d2d6e0; 
    font-size: 17px; display:block;
}

div.innerOrange {
    width: 90%; margin:auto; border-radius: 1em; padding: 1em; background-color:white; border: 1px solid orange;
}


/*table { border: 1px solid red;}*/

body {
  background-color: #e9edf8;
  background-image: url('images/background.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment:fixed;
  background-position:center;
}

body, td {
  font-family: Verdana,Geneva,'DejaVu Sans',sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #4c4c4c;
  margin-top:0 
}
a {
    text-decoration: none !important; 
    z-index: 2;
}
#container-page {
  padding: 0 30px 45px 30px;
  height: 100%;
  width: 870px;
  position: relative;
}

#middle {
  position: relative;
  top: -15px;
}

table#middle td#content {
  background-color: transparent;
  height: 100%;
}

#menuBodyTable {
  width: 250px;
}

#contentBodyTable {
  background-color: #fff;
}

#menuBodyTD {
  background-image: url(images/menufooter.png);           
}

#footerTd {
  position: relative;
  top: -15px;
} 

a:link {
  color: #243369;  
}

a:visited {
  color: #243369;
}

a:hover {
  color: #df973b;  
}
a:active {
  color: #df973b;  
}

.orangeButton {
  background-color: #df973b;
  background-image:	url("images/button.jpg");
  border: 1px solid #eeeeee;
  border-radius: 6px;
  text-align: center;
  box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.75);
}
.orangeButton a { color: #FFF; text-decoration: none; }

.orangeButton:hover {
  background-color: #ffffff;
  background-image:	url("images/button_hover.jpg");
  border: 1px solid #eeeeee;
  border-radius: 6px;
  text-align: center;
  box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.75);
}
.orangeButton:hover a { color: #df973b; text-decoration: underline; }

h1 {
  color: #4d6696;
  font-size: 30px;
  font-weight: normal;
  line-height: 28px;
  padding-bottom: 20px;
  text-align: right;
  padding-right: 10px;
  font-variant: small-caps;
  letter-spacing: 2px;
}

h2 {
  font-size: 24px;
  color: #0d6d41;
  margin-bottom: 24px;
  font-weight: bold;
}

h2.secondLine {
  font-size: 20px;
  color: #0d6d41;
  margin-top: -10px;
  margin-bottom: 24px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  color: #6e7ea7;  
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  color: #003399;
  font-weight: bold;
  margin-bottom: 10px;
}

#menuTop {
  padding-right:15px;
  float:right; 
  background-color:#e9edf8;
  margin-left:20px;
  margin-bottom:10px;
  font-size:14px;
  border-radius: 20px;
}
   
ul.menu-top {list-style:none;}
li.menu-top {padding-bottom:10px;text-align:right;margin-left: -50px;}

strong {
  color: #003399;
  font-weight: bold;
}

hr {
  height: 5px;
  color: #6e7ea7;
  margin-top: 40px;
  margin-bottom: 40px;
}

.imgLeft {float:left;margin-right: 15px; }
.imgRight {float:right;margin-left: 15px; }
.imgCenter {text-align:center;}
.border {border: 2px solid #243369;}


.captionRight {
  font-size: 11px;
  font-variant: small-caps;
  color: #0a5b63;
  float: right;
}

.clear {
  clear: both;
}


.quote {font-size: 17px;line-height: 26px;font-style:italic;}

div.FOOTER {
  font-size: 10px;
  line-height: 13px;
}

#socialFooter  { color: #ffffff;font-size: 11px;font-weight: normal;width: 1180px;height: 60px;text-align: center;padding-top:15px;margin-top: -3px;box-shadow: 5px 5px 5px grey;background-image: url(socialfooter.jpg);}


#socialFooter a {
  color: #ffffff;
}

#socialFooter a:hover {
  color: #df973b;
}

.action {
  margin-left: 50px;
  font-size:18px;
  font-weight:bold;
  color:#003399
}

li.action {
  padding-bottom: 10px;
  margin-left:0px;
}

.quote {
  font-size: 17px;
  line-height: 30px;
  font-style:italic;
}

.quoter {
  color:#6e7ea7;
  font-weight:bold;
  font-style:italic;
  padding-top:5px;
}

.intro { font-size: 19px;line-height:30px;margin-right: 25px;}

.cf:before,
.cf:after {
  content: " ";/* 1 */
  display: table;/* 2 */
}

.cf:after {
  clear: both;
}
