body{
	font-family : trebuchet MS;
	font-size : 0.9em;
	background-color : #000;
	color : #000;
	border: 0;
	margin: 0;
	padding: 0;
}

h1{
	font-size : 24px;
	margin: 5px 5px 5px 5px;
}

h2{
	font-size : 16px;
	margin: 5px 5px 5px 5px;
}

h3{
	font-size : 14px;
	margin: 5px 5px 5px 5px;
	color: #EA8100;
}

#header{
	position: absolute;
	top: 0px;
	background-image : url(top-background.jpg);
	background-color: #fff;
	background-position : 100%;
	height : 114px;
	width : 100%;
	border: 0px 0px 7px 0px solid #f90;
}

#logo{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -365px;
	width : 155px;
	height : 152px;
}

#conteudo{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -180px;
	background-color : #EEEEEE;
	width : 550px;
	top: 127px;
	border: 1px solid #000;
}

#conteudo p{
	text-align : justify;
	padding : 0px 20px 0px 20px;
	line-height : 1.2em;
}
#conteudo ol li{
	text-align : justify;
	padding : 0px 20px 0px 20px;
}

#conteudo a{
	color: #000;
}

#conteudo a:visited{
	color: #000;
}

#conteudo a:hover{
	color: #FF6633;
}

#conteudo dl{
	
}

#conteudo dl dt{
margin: 8px;
font-weight : bold;
/*	background-color : #f00;*/
}

#conteudo dl dd{
	
}


#menu{
	position: absolute;
	left: 50%;
	top: 87px;
	width : 430px;
	height : 16px;
	margin: 0px 0px 0px -50px;
	font-weight : bold;
	font-size : 1em;
	text-align : right;
}

#menu ol{
	margin: 0px 0px 0px -20px;;
}

#menu ol li{
	list-style : none;
	float: left;
	margin: 0px 6px 0px 0px;
}

#menu ol li a{
	text-decoration : none;
	color: #000;
}

#menu ol li a:visited{
	text-decoration : none;
	color: #000;
}

#menu ol li a:hover{
	text-decoration : none;
	color: #FF4202;
}

#menusecundario{
	position: absolute;
	background-color : #333;
	left: 50%;
	top: 160px;
	margin: 0 0 0 -360px;
	width : 146px;
	color: #fff;
	font-weight : bold;
	font-size : 1em;
	line-height : 1.4em;
	padding: 8px 0px 8px 0px;
}

.center{
	text-align : center;
}

#menusecundario .center{
	font-weight : normal;
	color : #eee;
}

#menusecundario ol{
/*	margin: 0px 0px 0px -20px;*/
}

#menusecundario ol li{
	list-style : none;
	margin: 0px 6px 0px -20px;
}

#menusecundario ol li a{
	text-decoration : none;
	color: #fff;
}

#menusecundario ol li a:visited{
	text-decoration : none;
	color: #fff;
}

#menusecundario ol li a:hover{
	text-decoration : none;
	color: #FC3;
}

#rodape{
	text-align : center;
}

#lineOne{
	
}

#lineTwo{
	
}

#columOne{
	width : 550px;
	margin : 0px;
	float: left;
}

#columTwo{
	width : 550px;
	margin: 0px;
	float: left;
}

address{
	font-style : normal;
}