/* 
-----------------------------------------------
itzamna pancho40 css 
Author:   Francisco Maya
Version:  Dec 2004
for links webpage

Layout Stylesheet modified & based on SSI 
Developer templates: www.ssi-developer.net                 
-----------------------------------------------
*/

body {
 background-image: url("/images/backgrounds/bgblue.gif");
 background-repeat: inherit;
 font-family: verdana, arial, tahoma, sans-serif;
 margin:10px;
 text-align:center;
 padding:0;
 }

/* Logo Bar */
#outer {
 background:#404040;
 text-align:left;
 border:1px solid #000000;
 width:500px;
 margin:auto;
 }

#hdr {
 height:50px;
 }

#bar {
 background:#660000;
 height:25px;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-align:center;
 }

/* Navigator bar */
#top-nav-inner {
 padding:0;
 }

#top-nav-inner a:link {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 color:#ccc;
 }

#top-nav-inner a:visited {
 color:#B8B8B8;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#top-nav-inner a:active {
 color: #000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#top-nav-inner a:hover {
 background:inherit;
 color: #555555;
 font-weight:bold;
 text-decoration:none;
 }

/* Main Body Block */
#bodyblock {
 position:relative;
 width:500px;
 background:#404040;
 padding:0;
 }

/* Left Column */
#l-col {
 float:left;
 background:#B0B0B0;
 width:146px;
height:700px;
 }

#l-col a:link {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:visited {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:active {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:hover {
 background:inherit;
 color:#660000;
 font-weight:bold;
 text-decoration:none;
 }


/* for the remaining Main Body Block, specifying total height */
#cont {
 width:350px;
 height:700px;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:center;
 font-size: 12px;
 }

 }

/* Footnote bar */
#ftr {
 height:14px;
 border:solid black;
 border-width:1px 0 0 0;
 }

#ftr a:link {
 color:#989898;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:visited {
 color:#989898;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:active {
 color: #808080;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:hover {
 background:inherit;
 color: #660000;
 font-weight:bold;
 text-decoration:none;
 }

