body 
{ 
  background: #E1E4F2; color:#000000; margin: 0px; 
  font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

#topsection     { background: #5C7099; color: #FFFFFF; height: 60px; /*Height of top section*/ }
#topsection h1  { margin: 0; padding-top: 15px; font-size: 32px; }
#topsection h1 a { color: #FFFFFF; text-decoration: none; }
#contentwrapper { float: left; width: 100%; }
#contentcolumn  { margin-left: 185px; /*Set left margin to LeftColumnWidth*/ }
#leftcolumn     { background: #E1E4F2; float: left; width: 185px; /*Width of left column*/ margin-left: -100%;  }
#footer         { clear: left; width: 100%; background: black; color: #FFFFFF; text-align: center; padding: 4px 0; }
#footer a       { color: #FFFFFF; text-decoration: none; }

.innertube      { margin: 0px 10px 0px 10px; } /*Margins for inner DIV inside each column (to provide padding)*/
ul { margin-left: 15px; padding:0px; }
li { padding: 3px 0px 3px 0px; font-size: 11px; font-weight:bold; }
li a { color: blue; text-decoration: underline; } 
/*
li a:visited { color: blue; text-decoration: none; }
li a:link    { color: blue; text-decoration: none; }
li a:hover   { color: blue; text-decoration: underline; }
*/
.titulo    { text-align:center; text-transform: uppercase; padding: 25px 20px 20px 20px; font-weight:bold; font-size: 12pt; }
.subtitulo { text-align:left; padding: 10px 15px 5px 0px; font-weight:bold; }
.cuerpo { text-align:justify; padding: 0px 40px 10px 15px;  }
