* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}

blockquote{
font-family: monospace;
color: #838383;
padding: 15px;
border: 1px #d9d9d9 solid;}

#header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 height: 120px;
 background-color: #C9C9BE;
 background-image: url(images/imgx2.png);}

ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#header p {
    color: #5dff35;
    float: left;
	padding: 25px 0em 0px 0px;
	font-size: 14px;
}

#header h1 {
	float: left;
	padding: 15px 0em 0px 20px;
	font-size: 30px;
	color: #5dff35;
}

#header h2 {
	float: left;
	padding: 25px 0em 0px 0px;
	font-size: 13px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 25px 0em 0px 0em;
	list-style: none;
	font-size: 15px;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffb536
}

#header a:hover {
    color: #5dff35;
}


#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 width: 72%;
 float: left;
 height:700px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #fff;
text-align: justify;}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 



#leftcolumn h1{
color: #7059ff;
font-size: 18px;
text-indent: 10px;}

#leftcolumn h2{
color: #7059ff;
font-size: 16px;
text-indent: 10px;
border-top: 1px dashed;
padding-top: 5px;
margin-top: 10px;}

#centercolumn { /* Parent Wrapper for inside boxes */

 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 23%;
 float: left;
 min-height: 300px;
background-color: #f0f0f0;}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn p{
 text-align: justify;
 }

#centercolumn h2{
 color: #7059ff;
 font-size: 14px;
 text-indent: 10px;
 border-top: 1px dashed;
 padding-top: 5px;
 margin-top: 10px;
}

#centercolumn img {
margin-left: 12%;}

#rightcolumn {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 25%;
 float: left;
 border: 1px solid #ccc;
 background-color: #fff;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.h4{
 font-size: 15px;
padding-top: 7px;
margin-top: 15px;
border-top: 1px solid;}

.ul, .li {
text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.a {
	border-bottom: none;
	color:#999999;
}

.h3{
	text-align: center;
	position:static;
}

.a:link, a:visited{
	color:#999999;
}

.a:hover, a:active{
	color:#5B8FBE;
}


#content
{ 
 width: auto;
  height: auto;
  padding: 0px;
  overflow: hidden;
   background-color:#aaaaaa;
} 

#nav {
    line-height:30px;
    background-color:#aaaaaa;
    padding: 16px 5px 15px 5px;
}


#red_cel {
    	background-color:#FE716D;
	color:#000000
	text-decoration:none;
}

#green_cel {
	background-color:#66FF00;
	color:#000000
	text-decoration:none;
}
	
#yellow_cel {
	background-color:#FFFF99;
	color:#3366CC;
}


#header_mas {
	background-color:#66FFFF;
	color:#000000;
}


#footer {
 font-size: 10px;
 background-color: #fff;
 text-align: center;
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}



