@charset "utf-8";
/* CSS Document */
html, body {
		
	font: 90% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color: #a5c734;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;

	height:100%; /* needed for container min-height */
}

a {	text-decoration: underline; color: #7a9037;		}
a:link { }
a:visited {	}
a:active { }
a:hover {	text-decoration: none;	}


p { 
	padding: 0px 20px 0px 20px;
	text-align:left;
}

	
h2 {
	margin-top:2em;
	font-size: 120%;
	font-weight:bold;
	color: #8c00be;
}	
h3 {

	font-size: 120%;
	font-weight:bold;
	color: #9dd332;
}
h4 {
	font-size: 100%;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom: 0.2em;
}

ul{
	text-align:left;
	list-style-image:url(../gfx/disc.gif);
	list-style-position:outside;
	line-height:200%;
}

li { margin-left: 20px; }

#content {
	margin: auto 0 auto 0;
	width:820px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	height: 100%;
	overflow:auto;
}

#menu {
	background-color:#a8c336;
	margin: 0px 10px 0px 10px;
	text-align:left;
	height: 40px;
	line-height: 40px;
	color:#FFF;
	font-size: 100%;
	font-weight:bold;	
}
#menuNav {
	margin: 0;	
}
#menuNav a {
	text-decoration: underline;
	color: #FFF;	
}
#menuNav a:hover {	text-decoration: none;	}

#footer {
	margin-top: 10px;
	color: #7a9037;
	line-height: 150%;
}

.links {
	color: #7a9037;
}
.imagewrap { float:left; padding-right:10px; }

.borderGray { border:1px solid #999999;	}

.imgLink { border:0px;}

.largeText { font-size:large; font-weight:bold }


.bgGrayIndent {
	background-color:#CCC;
	padding: 10px 20px 10px 20px;
}
.bgGreenIndent {
	background-color:#a8c336;
	padding: 10px 20px 10px 20px;
}

.boxLightGreen {
	padding: 10px 20px 10px 20px;
	background-color:#f6f8ea;
	line-height: 150%;
}

.size60Left {
	margin-right: 40%;
}



.discWhite {
	list-style-image:url(../gfx/disc_w.png);
}

.cancelado { color:#999 };