* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}


html {
	margin-bottom:1px;/* Não oculta a barra de rolagem em Firefox */
	height:100%;
}
body {
	font-size:12px;
	color:#333333;
	line-height:15px;
	margin:0;
	background: url(images/fundo.jpg) top left repeat-x;
	background-color: #ff9101;
	font: normal 61% verdana; 
	height: 100%;
	}


a {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
	}
a:hover {
	color:#bb1e04;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#bb1e04;
	}


h4 {
font-size:12px;
line-height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #336699;
}

h4 a {
color: #339900;
}

h4 a:hover {
color: #ff9101;
}




/**************************
HEADER e SUBMENU
**************************/


#Layer1 {
	position:relative;
	min-height:21px;
	_height: 21px;
	width: 210px;
	left: 525px;
	top: 0;
	background-color: none;
	padding: 0;
	_left: 255px; /* hack ie */
	z-index:1;
}


#header	{
	background: url(images/header.jpg);
	background-repeat:no-repeat;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	height:109px;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}
#submenu {
	background: url(images/submenu.jpg);
	background-repeat:no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	height:27px;
	}

/**************************
CONTENT AND COLUMNS
**************************/

#total {
	text-align:center; /* centraliza no ie */
	min-height: 800px;
	height:100%;
	_height: 800px;
	}
#wrapper	{
	color: #333;
	margin: 0 auto; /* centraliza do ff */
	padding: 0;
	width: 750px;
	}

#geral	{
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	background: url(images/alt_variavel.jpg) repeat-y;
	}
#esquerda	{
	float: left;
	margin: 0;
	width: 184px;
	min-height: 564px;
	_height:564px;
	padding-left:64px;
	background: url(images/menuback.jpg) no-repeat;
	position:relative;
	text-align:left;
}
	
	
#sidebar	{
	padding: 0;
	margin: 0 0 0 250px;
	color: #666;
	background: #ff9101; 
	min-height: 664px;
	height:auto;
	_height: 664px;
	}

#sidebar2	{
	padding: 0;
	margin: 0 66px 0 315px;
	color: #666;
	background: #ffb423;
	min-height: 664px;
	height:auto;
	_height: 664px;
	text-align:left
	}

#footer {
	background: #ccc;
	clear: both;
	min-height: 8px;
	_height: 8px;
	margin:0;
	padding:0;
	}
#subfooter	{
	margin: 0 auto; /* centraliza do ff */
	padding: 0;
	width: 750px;
	}


/**************************
SIDEBAR estilos
**************************/

#sidebar2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#000;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
	margin-top: 5px;
	padding-bottom: 0;
	}
#sidebar2 h1 {
	font-size: 17px;
	color:#bb1e04;
	line-height: 24px;
	padding: 0 20px 0 20px;
	margin: 20px 0 0 0;
	}
	
#sidebar2 h2 {
	font-size: 12px;
	color:#bb1e04;
	line-height: 15px;
	padding: 0 20px 0 20px;
	margin: 10px 0 3px 0;
	}
	
#sidebar2 h6 {
	font-size: 12px;
	color:#000000;
	line-height: 15px;
	padding: 0 20px 0 20px;
	margin: 0 0 3px 0;
	}

#sidebar2 h3 {
	font-size: 12px;
	color:#bb1e04;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 3px;
	margin-bottom: 0;
	}
#sidebar2 h5 {
	font-size: 12px;
	color:#bb1e04;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color:#666666;
	margin:0;
	margin-top: 7px;
	}

	
#sidebar2 h4 a {
	text-decoration: none;
	color: #ff0000;
	border: solid;
	border-width:1px;
	border-color:#FF3300;
	font-weight:normal;
	display:block;
	width: 121px;
	text-align:center;
	line-height: 24px;
	margin-bottom: 20px;
	}
#sidebar2 h4 a:hover {
	color: #ff0000;
	background-color: #e2ec66;
	}

#sidebar2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	list-style-position:outside;
	list-style-type:circle;
	list-style-type:disc;
	list-style-image:url(images/bullet.gif);
	color: #333333;
	margin: 3px 20px 0 35px;
}


#sidebar2 #liens p {
	font-size: 10px;
	margin: 0 2px;
	line-height: 18px;
	}


#sidebar2 #links p {
	font-size: 10px;
	margin: 0;
	line-height: 14px;
	}

#sidebar2 #links h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	padding-left: 20px;
	margin: 10px 0 3px 0;
	color:#333333;
	}

#sidebar2 blockquote {
	margin-left: 12px;
	margin-top:0;
	}
#sidebar2 #box {
margin: 0 20px;
}

#sidebar2 #info p {
margin-top:0;
margin-left: 10px;
}

/**************************
outros
**************************/


#direita	{
	margin: 0 260px;
	padding: 0;
	border: 0;
	}

#direita img {
	padding:0;
	border:none;
	margin:0;
}

#naveganext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#bb1e04;
	padding-left: 8px;
	text-align:left;
	font-weight:bold;
	}

#naveganext a {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
	}
#naveganext a:hover {
	color:#bb1e04;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#bb1e04;
	}

#navegaprevious {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#bb1e04;
	padding-right: 8px;
	text-align:right;
	font-weight:bold;
	}

#navegaprevious a {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
	}
#navegaprevious a:hover {
	color:#bb1e04;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#bb1e04;
	}

.public {
font-style:normal;
font-weight:normal;
color:#000000;
font-size:10px;
}

.linkcours {
	padding-left: 20px;
}
.linkcours a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color:#666666;
}
.linkcours a:hover {
	color:#cc0000;
	border-bottom-style:none;
}

#subfooter p {
	font-family:verdana;
	font-size: 10px;
	color:#ccc;
	text-align:left;
	margin-left: 315px;
	margin-top: 10px;
	}
#subfooter a {
color:#666666;
}
#subfooter a:hover {
	color: #cc0000;
	border:none;
	}

