/* Style only for the index page */

/* Bellow: The style for the header and top menu */
#header { 
  margin-top: 1px;
  left: auto; right: auto;
  margin-left: auto;
  margin-right: auto; }
  
#half-menu { 
  left: auto; right: auto;
  margin-left: auto;
  margin-right: auto; }

.menu-fonts { 
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  color: #bbc0ff;
  line-height: 100%;
  font-family: "Times New Roman", serif;  
  text-align: center;  
  text-decoration: none; }

.menu-fonts a {
  background-color: transparent;
  color: #ccddff;
  text-decoration: none; }

.menu-fonts a:visited {
 color: #bbbbff; }

.menu-fonts a:hover {
  background-color: #804000;
  font-weight: normal;
  color: #ffee00;  
  text-decoration: none; }

.menu-fonts a:active { color: #ff0000; }

/* A responsive layout at the top of the home page - Makes the two columns stack on top of each other */
div.row {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
  width: 40%;
  padding: 1px;
  margin-top: 3px;
  box-sizing: border-box; /* Level 3 CSS */
}
.column2 {
  float: right;
  width: 60%;
  padding: 1px;
  margin-top: 3px;
  box-sizing: border-box; /* Level 3 CSS */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (max-width: 480px) {
.no-display-480px { display: none; }
}
@media all and (max-width: 768px) {
.menu-fonts { 
  width: 100%;
  line-height: 150%;
  margin-top: -2px;
  margin-bottom: 1px;
  background-color: transparent;
}
#half-menu {
  width: 100%;
  background-color: #000000;
  border-top: 0px solid #ff0000;
  border-bottom: 0px solid #ff0000;
  border-left: 1px solid #000000; /* #ff9900; */
  border-right: 1px solid #000000; /* #ff9900; */
  border-spacing: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px 10px;
}
#half-menu p {
  /* position: relative; display: grid; */
  background-color: transparent;
  line-height: 150%;
}
.column1 { /* The responsive layout at the top of the home page */
  width: 100%; }
.column2 {
  width: 100%; }
}
@media all and (min-width: 1300px) {
.menu-fonts { 
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #bbc0ff;
  font-family: "Times New Roman", serif;  
  text-align: center;  
  text-decoration: none;
  margin-bottom: 1px; }
}
@media all and (min-width: 1600px) {
#header { 
  width: 85%;
  left: auto; right: auto;
  margin-left: auto;
  margin-right: auto; }
#half-menu {
  width: 85%;
  left: auto; right: auto;
  margin-left: auto;
  margin-right: auto; }
.menu-fonts { 
  font-size: 17px !important; }
}
/* The end of the style for the header and top menu */

/* Bellow: The main breakpoint between 800px - 1300px for the cells */
/* 1st total-div-in or table. The total-div-in is common */
.total-div-in { width:95%; background-color:#ffffff; margin-top:6px; margin-bottom:3px; }
.columns-1 { width:100%; margin-top:2px; margin-bottom:2px; background-color:#ffffff; font-family:Arial, sans-serif; padding:0; border-top:1px solid #EBE7BC; border-bottom:1px solid #EBE7BC; border:1px solid #EBE7BC; display:inline-block; } 
.left-1    { width:71%; padding-bottom:10px; padding-top:10px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-1 p  { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.4em; text-align:justify; text-indent:10px; font-family:Arial, Calibri, sans-serif; font-size:13px; color:#202030; font-weight:400; }
.right-1   { width:28%; /* width:200px; */ padding-bottom:10px; padding-top:15px; background-color:#FFF9DD; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-1 p { margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:3px; line-height:1.5em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:12px; color:#999999; font-weight:400; }
/* Clear floats after the columns */
.columns-1:after {
  content:"";
  display:table;
  clear:both;
}

/* 2d total-div-in or table
.total-div-in { width:95%; background-color:#ffffff; margin-top:6px; margin-bottom:3px; } */
.columns-2 { width:100%; margin-top:2px; margin-bottom:2px; background-color:#ffffff; font-family:Arial, sans-serif; padding:0; border-top:1px solid #EBE7BC; border-bottom:1px solid #EBE7BC; border:1px solid #EBE7BC; display:inline-block; } 
.left-2    { width:28%; /* width:200px; */ padding-bottom:10px; padding-top:10px; background-color:#FFF9DD; background-image:url("shared/bg_me.gif"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-2 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.4em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:12px; color:#999999; font-weight:400; }
.right-2   { width:71%; padding-bottom:10px; padding-top:10px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-2 p { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.4em; text-align:justify; text-indent:10px; font-family:Arial, Calibri, sans-serif; font-size:13px; color:#202030; font-weight:400; }
/* Clear floats after the columns */
.columns-2:after {
  content:"";
  display:table;
  clear:both;
}

/* 3d total-div-in or table
.total-div-in { width:95%; background-color:#ffffff; margin-top:6px; margin-bottom:3px; } */
.columns-3 { width:100%; margin-top:2px; margin-bottom:2px; background-color:#ffffff; font-family:Arial, sans-serif; padding:0; border-top:1px solid #EBE7BC; border-bottom:1px solid #EBE7BC; border:1px solid #EBE7BC; display:inline-block; } 
.left-3    { width:71%; padding-bottom:5px; padding-top:5px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-3 p  { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.5em; text-align:justify; text-indent:10px; font-family:Arial, Calibri, sans-serif; font-size:13px; color:#323232; font-weight:400; }
.right-3   { width:28%; /* width:200px; */ padding-bottom:5px; padding-top:5px; background-color:#EEEBBB; background-image:url("shared/bg-waves.jpg"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-3 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.5em; text-align:center; text-indent:0px; font-family:Arial, sans-serif; font-size:11px; color:#999999; font-weight:400; }
/* Clear floats after the columns */
.columns-3:after {
  content:"";
  display:table;
  clear:both;
}

/* 4th total-div-in or table
.total-div-in { width:95%; background-color:#ffffff; margin-top:6px; margin-bottom:3px; } */
.columns-4 { width:100%; margin-top:2px; margin-bottom:0; background-color:#ffffff; font-family:Arial, sans-serif; padding:0; border-top:1px solid #EBE7BC; border-bottom:0 solid #EBE7BC; border:1px solid #EBE7BC; display:inline-block; } 
.left-4    { width:28%; /* width:200px; */ padding-bottom:15px; padding-top:5px; background-color:#EEEBBB; background-image:url("shared/bg-waves.jpg"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-4 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.75em; text-align:center; text-indent:0px; font-family:Arial, sans-serif; font-size:11px; color:#999999; font-weight:400; }
.right-4   { width:71%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-4 p { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.4em; text-align:justify; text-indent:10px; font-family:Arial, Calibri, sans-serif; font-size:13px; color:#323232; font-weight:400; }
/* Clear floats after the columns */
.columns-4:after {
  content:"";
  display:table;
  clear:both;
}
/* Between 4th and 5th total-div-in */
#cosmolink { width:100%; background-color:#000000; border-right:1px solid #000000; }
#cosmolink p { margin-top:3px; margin-bottom:3px; font-family:Arial, sans-serif; font-size:14px; color:#fcdd81; text-align:left; line-height:1.5em; }
#cosmolink a { color:#ccddff; }
#cosmolink a:hover { color:#888888; font-weight:700; }
.cosmo-link2 { width:95%; background-color:#ffffdd; }
.cosmo-link2 p { margin-top:0; margin-bottom:0; margin-left:60px; margin-right:60px; font-family:Arial, sans-serif; font-size:15px; color:#000000; text-indent:20px; line-height:1.5em; }

/* 5th total-div-in or table
.total-div-in { width:95%; background-color:#ffffff; margin-top:6px; margin-bottom:3px; } */
.columns-5 { width:100%; margin-top:2px; margin-bottom:2px; background-color:#ffffff; font-family:Arial, sans-serif; padding:0; border-top:1px solid #EBE7BC; border-bottom:1px solid #EBE7BC; border:1px solid #EBE7BC; display:inline-block; } 
.left-5    { width:71%; padding-bottom:10px; padding-top:10px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-5 p  { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.4em; text-align:justify; text-indent:10px; font-family:Arial, Calibri, sans-serif; font-size:13px; color:#202030; font-weight:400; }
.right-5   { width:28%; /* width:200px; */ padding-bottom:10px; padding-top:10px; background-color:#FFF9DD; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-5 p { margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:3px; line-height:1.4em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:13px; color:#999999; font-weight:400; }
.div-bars  { width:180px; border-left:1px solid #FFFFFF; border-right:1px solid #C0C0C0; border-top:1px solid #FFFFFF; border-bottom:1px solid #CCCCCC; margin-top:2px; margin-bottom:2px; padding:0; line-height:1.2em; }
/* Clear floats after the columns */
.columns-5:after {
  content:"";
  display:table;
  clear:both;
}
/* Hidden table in the accordion bar */
#phil-tables { width:99%; background-image:url("shared/bg_poem.jpg"); border:0 solid #dddddd; border-spacing:6px; border-collapse:separate; font-family:Verdana, Roboto, sans-serif; }
#phil-tables p { text-indent:10px; margin:0 10px; line-height:1.2em; }
#phil-tables font { font-family:Verdana, Roboto, sans-serif; font-size:13px !important; color:#402000; }
#phil-tables div { margin:3px 0; }
#phil-tables div p { text-indent:0px; margin:3px 1px; line-height:1.2em !important; }
/* The end of the main style */


/* Bellow: Breakpoint at 480px briefly and selectively */
@media screen and (max-width: 480px) {
.columns-1 { width:99% !important; }/* from the 1st total-div-in */
.columns-2 { width:99% !important; }/* from the 2d total-div-in */
.columns-3 { width:99% !important; }/* from the 3d total-div-in */
.columns-4 { width:99% !important; }/* from the 4th total-div-in */
#cosmolink { width:99% !important; background-color:#423200 !important; border-right:2px solid #555555 !important; }
#cosmolink td { background-color:#423200 !important; }
.cosmo-link2 { width:99% !important; left:0; right:0; background-color:#FFFFEE !important; border:1px solid #cccccc; border-spacing:0; border-collapse:collapse; }
.cosmo-link2 td { border:0 solid #dddddd; float:right; }
.cosmo-link2 p { margin:0 10px !important; font-size:15px; text-indent:10px !important; }
.columns-5 { width:99% !important; }/* from the 5th total-div-in */
/* Following directly the hidden table in the accordion bar */
#phil-tables { width:99%; background-image:url("shared/bg_poem.jpg"); border:0 solid #dddddd; border-spacing:3px; border-collapse:separate; }
#phil-tables td { width:99%; display:block; font-family:Roboto, Verdana, sans-serif; color:#402000; }
#phil-tables p { text-indent:5px; margin:5px 10px !important; line-height:1.5em !important; }
#phil-tables font { font-family:Roboto, Verdana, sans-serif; font-size:14px !important; }
#phil-tables div { margin:3px 0 !important; }
#phil-tables div p { text-indent:0px !important; margin:3px 1px !important; line-height:1.4em !important; }
}
/* The end of the breakpoint at 480px */
 
 /* Bellow: Breakpoint at 800px */
/* 1st total-div-in or table */
@media screen and (max-width: 800px) {
  .total-div-in {width:99%;}
  .columns-1 { width:95%; }
  .left-1 { width:99%; }
  .left-1 p { line-height:1.6em; font-size:14px; }
  .right-1 { display:none; }


/* 2d total-div-in or table */
  /* .total-div-in {width:99%;} */
  .columns-2 { width:95%; }
  .left-2 { display:none; }
  .right-2 { width:99%; }
  .right-2 p { line-height:1.6em; font-size:14px; }


/* 3d total-div-in or table */
  /* .total-div-in {width:99%;} */
  .columns-3 { width:95%; }
  .left-3 { width:99%; }
  .left-3 p { line-height:1.6em; font-size:14px; }
  .right-3 { display:none; }


/* 4th total-div-in or table */
  /* .total-div-in {width:99%;} */
  .columns-4 { width:95%; }
  .left-4 { display:none; }
  .right-4 { width:99%; }
  .right-4 p { line-height:1.6em; font-size:14px; }

#cosmolink { width:95%; background-color:#000000; border-right:2px solid #000000; }
#cosmolink p { margin-top:3px; margin-bottom:3px; font-family:Arial, sans-serif; font-size:14px; color:#FCDD81; line-height:1.5em; }
.cosmo-link2 { width:95%; background-color:#FFFFDD; }
.cosmo-link2 p { margin-top:0; margin-bottom:0; margin-left:30px; margin-right:30px; font-family:Arial, sans-serif; font-size:15px; color:#000000; text-indent:20px; line-height:1.6em; }


/* 5th total-div-in or table */
  /* .total-div-in {width:99%;} */
  .columns-5 { width:95%; }
  .left-5 { width:99%; }
  .left-5 p { line-height:1.6em; font-size:14px; }
  .right-5 { display:none; }
}
/* The end of the breakpoint at 800px */

/* Bellow: Breakpoint at 1300px */
/* 1st total-div-in or table */
@media all and (min-width: 1300px) { 
.total-div-in { width:95%; max-width:1024px; }
.columns-1 { width:100%; }
.left-1    { width:75%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-1 p  { margin-left:25px; margin-right:25px; margin-top:3px; margin-bottom:3px; line-height:1.5em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:15px; color:#202030; font-weight:400; }
.right-1   { width:24%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-1 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.4em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }


/* 2d total-div-in or table
.total-div-in { width:95%; max-width:1024px; } */
.columns-2 { width:100%; }
.left-2    { width:24%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg_me.gif"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-2 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.3em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }
.right-2   { width:75%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-2 p { margin-left:25px; margin-right:25px; margin-top:3px; margin-bottom:3px; line-height:1.6em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:15px; color:#202030; font-weight:400; }


/* 3d total-div-in or table
.total-div-in { width:95%; max-width:1024px; } */
.columns-3 { width:100%; }
.left-3    { width:75%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-3 p  { margin-left:25px; margin-right:25px; margin-top:3px; margin-bottom:3px; line-height:1.6em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:15px; color:#323232; font-weight:400; }
.right-3   { width:24%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg-waves.jpg"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-3 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.5em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:13px; color:#999999; font-weight:400; }


/* 4th total-div-in or table
.total-div-in { width:95%; max-width:1024px; } */
.columns-4 { width:100%; }
.left-4    { width:24%; padding-bottom:15px; padding-top:3px; background-image:url("shared/bg-waves.jpg"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-4 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.75em; text-align:center; text-indent:0px; font-family:Arial, sans-serif; font-size:13px; color:#999999; font-weight:400; }
.right-4   { width:75%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-4 p { margin-left:25px; margin-right:25px; margin-top:3px; margin-bottom:3px; line-height:1.6em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:15px; color:#323232; font-weight:400; }

#cosmolink { width:100%; background-color:#000000; padding:1px; }
#cosmolink p { margin-top:6px; margin-bottom:6px; font-family:Arial, sans-serif; font-size:15px; color:#FCDD81; line-height:1.75em; }
.cosmo-link2 { width:95%; background-color:#FFFFDD; }
.cosmo-link2 p { margin-top:0; margin-bottom:0; margin-left:75px; margin-right:75px; font-family:Arial, sans-serif; font-size:16px; color:#000000; text-indent:20px; line-height:1.6em; }


/* 5th total-div-in or table
.total-div-in { width:95%; max-width:1024px; } */
.columns-5 { width:100%; }
.left-5    { width:72%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-5 p  { margin-left:20px; margin-right:20px; margin-top:3px; margin-bottom:3px; line-height:1.6em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:17px; color:#202030; font-weight:400; }
.right-5   { width:26%; padding-bottom:5px; padding-top:3px; background-color:#FFF9DD; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-5 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.5em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }
.div-bars  { width:200px; margin-top:3px; margin-bottom:3px; padding:0; line-height:1.3em; }


/* Hidden table in the accordion bar */
#phil-tables { width:99%; background-image:url("shared/bg_poem.jpg"); border:0 solid #dddddd; border-spacing:12px; border-collapse:separate; font-family:Verdana, Roboto, sans-serif; }
#phil-tables td { padding:10px 10px; }
#phil-tables p { text-indent:10px; line-height:1.6em !important; }
#phil-tables font { font-family:Verdana, Roboto, sans-serif; font-size:14px !important; color:#402000; }
#phil-tables div { margin:3px 0; }
#phil-tables div p { text-indent:0px; margin:3px 1px !important; }
}
/* The end of the breakpoint at 1300px */

/* Bellow: Breakpoint at 1600px */
@media all and (min-width: 1600px) { 
/* 1st total-div-in or table */
.total-div-in { width:95%; max-width:1280px; }
.columns-1 { width:100%; }
.left-1    { width:80%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-1 p  { margin-left:40px; margin-right:40px; margin-top:5px; margin-bottom:5px; line-height:1.6em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:16px; color:#202030; font-weight:400; }
.right-1   { width:20%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-1 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.4em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }


/* 2d total-div-in or table */
.columns-2 { width:100%; }
.left-2    { width:20%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg_me.gif"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-2 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.3em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }
.right-2   { width:80%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-2 p { margin-left:40px; margin-right:40px; margin-top:5px; margin-bottom:5px; line-height:1.8em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:16px; color:#202030; font-weight:400; }


/* 3d total-div-in or table */
.columns-3 { width:100%; }
.left-3    { width:78%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-3 p  { margin-left:40px; margin-right:40px; margin-top:5px; margin-bottom:5px; line-height:2.0em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:16px; color:#323232; font-weight:400; }
.right-3   { width:20%; padding-bottom:5px; padding-top:3px; background-image:url("shared/bg-waves.jpg"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-3 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.5em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:13px; color:#999999; font-weight:400; }


/* 4th total-div-in or table */
.columns-4 { width:100%; }
.left-4    { width:20%; padding-bottom:15px; padding-top:3px; background-image:url("shared/bg-waves.jpg"); float:left; /* border-right:1px solid #EBE7BC; */ }
.left-4 p  { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.75em; text-align:center; text-indent:0px; font-family:Arial, sans-serif; font-size:13px; color:#999999; font-weight:400; }
.right-4   { width:78%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:right; /* border-left:1px solid #EBE7BC; */ }
.right-4 p { margin-left:40px; margin-right:40px; margin-top:5px; margin-bottom:5px; line-height:2.0em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:16px; color:#323232; font-weight:400; }

#cosmolink { width:100%; background-color:#000000; padding:1px; }
#cosmolink p { margin-top:6px; margin-bottom:6px; font-family:Arial, sans-serif; font-size:16px; color:#FCDD81; line-height:1.6em; }
.cosmo-link2 { width:92%; background-color:#FFFFDD; }
.cosmo-link2 p { margin-top:0; margin-bottom:0; margin-left:80px; margin-right:80px; font-family:Arial, sans-serif; font-size:17px; color:#000000; text-indent:20px; line-height:1.8em; }


/* 5th total-div-in or table */
.columns-5 { width:100%; }
.left-5    { width:78%; padding-bottom:5px; padding-top:3px; background-color:#ffffff; float:left; /* border-left:1px solid #EBE7BC; */ }
.left-5 p  { margin-left:30px; margin-right:30px; margin-top:8px; margin-bottom:8px; line-height:1.8em; text-align:justify; text-indent:10px; font-family:Arial, sans-serif; font-size:17px; color:#202030; font-weight:400; }
.right-5   { width:21%; padding-bottom:5px; padding-top:3px; background-color:#FFF9DD; background-image:url("shared/bg_me.gif"); float:right; /* border-right:1px solid #EBE7BC; */ }
.right-5 p { margin-left:0px; margin-right:0px; margin-top:2px; margin-bottom:2px; line-height:1.5em; text-align:center; text-indent:0px; font-family:"Times New Roman", serif; font-size:14px; color:#999999; font-weight:400; }
.div-bars  { width:200px; margin-top:3px; margin-bottom:3px; padding:0; line-height:1.3em; }
}
/* The end of the breakpoint at 1600px */