
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #555555;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999966;
}
.oneColLiqCtrHdr #container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	  
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {

	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.Names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
.Titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666633;
}
.descripcion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003333;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: normal;
	color: #003366;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: normal;
	font-variant: normal;
}
.postertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#navlist
{
font-size:9px;
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	z-index:2;
	text-transform: uppercase;
	margin:2px 0 2px 0;
	padding: 0;
	border-bottom: 3px solid #990000;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 5px;
margin-left: 1px;
border-bottom: none;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #990000;
}

#navlist li a:link { color: #FFCC00; }
#navlist li a:visited { color: #FFCC00; }

#navlist li a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #111111;
background: #EEEEEE;
border-color: #227;
}

#navlist li a#current
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: white;
border-bottom: 3px solid white;

}

.cnnclass{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 160px;
padding: 2px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
