body{
   background-image: url(../images/base/bg.line.gif);
   background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#mainBG{
	background-image: url(../images/base/bg.gif);
   background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border:0;
	width: 100%;
}
#mainSquare {
	text-align: left;
	padding: 0px;
	width: 833px;
}
#mainHeader {
	height: 242px;
}
#mainMenu {
	float: left;
	width: 224px;
	height: 100%;
	background-color: #EFF0F0;
	margin-right: 20px;
}
#mainContent { 
	margin: 0;
	padding-top: 15px;
	float: left;
	width: 568px;
	background-color: #FFFFFF;
}
#mainFooter {
	text-align: left;
	border:0;
	width: 100%;
	height: 50px;
	clear: both;
	background-image: url(../images/base/bottom.bg.gif);
}
#mainSection{
	float: left;
	width: 224px;
	height: 25px;
}
#space{
	float: left;
	height: 15px;
	width: 224px;
}

/* FONT */
.mainFont, .mainWhite, .mainGray, .mainLightGray, .donateBoxPadding, .projectMenuSelected, .boxInternaHeader, .boxHeader, #mainFooterText, #newTextPadding, a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	color: #000000;
}
.mainWhite{color: White;}
.mainGray{color: #666666;}
.mainLightGray{color: #D9C5C5; font-weight: bold;}

h1{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 18px;
	color: #DEDEDE;
}

/* DONATE BOX */
.donateBoxPadding{
	padding-left: 6px;
	padding-right: 6px;
	color: #666666;
	text-align: justify;
}

/* MAIN MENU */

	/* ORANGE SECTION */
	#mainMenuOrangeContainer{
		width: 214px;
	}
	#mainMenuOrangeTop{
		background-image: url(../images/menu/box.laranja/top.gif);
		background-repeat: no-repeat;
		float: left;
		height: 8px;
		width: 214px;
	}
	#mainMenuOrangeFirst{
		background-image: url(../images/menu/box.laranja/firstBox.gif);
		background-repeat: no-repeat;
		float: left;
		height: 87px;
		width: 214px;
	}
	#mainMenuOrangeWarning{
		background-image: url(../images/menu/box.laranja/warning.gif);
		background-repeat: no-repeat;
		float: left;
		height: 87px;
		width: 214px;
	}
	#mainMenuOrangeButtons{
		background-image: url(../images/menu/box.laranja/bg.buttons.gif);
		background-repeat: no-repeat;
		float: left;
		height: 91px;
		width: 214px;
	}
	
	
	/* WHITE BOX */
	#mainMenuBoxContainer{
	width: 191px;
	float: left;
	margin-left: 11px;
}

/* FOOTER */
#mainFooterImage{
	background-image: url(../images/rodape.logo.gif);
	background-repeat: no-repeat;
	float: left;
	width:64px;
	height: 50px;
}

#mainFooterText{
	float: left;
	font-size: 11px;
	color: #B3B6B7;
	padding-top: 12px;
}

/* MAIN INDEX */
.sectionTitle{
	height: 18px;
	border-bottom: 2px solid #7689BC;
}
.sectionItem{
	height: 26px;
	border-bottom: 1px solid #EFE7D6;
}
#newTextPadding{
	padding-top: 20px;
	padding-bottom: 5px;
	color: #666666;
	text-align: justify;
}

/* TITLE SECTION */
#titleIntSection{
	border-bottom: 3px solid #C21717;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #000000;
	float: left;
}
.titleIntSectionLine{
	background-color: #C21717;
	height: 1px;
}

/* BOX CINZA */
.boxCinzaTop{
	background-image: url(../images/base/box.cinza/top.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 0px;
}
.boxCinzaBottom{
	background-image: url(../images/base/box.cinza/bottom.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 0px;
}
.boxCinzaConteudo{
	background-color: #EBEBEB;
	padding: 0px;
}
.boxHeader, .boxInternaBranco, .boxInternaBrancoContent{
	color: #666666;
	height: 30px;
	border-bottom: 1px solid #BFBFBF;
}
.boxInternaBranco{
	padding: 3px;
	background-color: #FFFFFF;
}
.boxInternaBrancoContent
{
	padding: 7px;
	background-color: #FFFFFF;
}
.boxInternaHeader{
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9F15;
}


/* PROJECT HOME PAGE */
#projectNavMenu{
	padding-top: 75px;
}
.projectMenuSelected{
	height: 20px;
	background-color: #DFDFDF;
	color: #000000;
}
.projectNavSubMenuSelected{
	background-color: #CCB3B3;
}
	

/* HYPERLINKS */
a:link, a:visited{
	text-decoration: none;
	color: #666666;
}
a:active, a:hover{
	text-decoration: none;
	color: #FF7400;
}

a.lnkOrange:link, a.lnkOrange:visited{
	text-decoration: none;
	color: #FF7400;
}
a.lnkOrange:active, a.lnkOrange:hover{
	text-decoration: underline;
	color: #FF7400
}