	* {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		background-color: rgb(35, 12, 54);
		background-image: url( '../img/bg.jpg' );
		background-repeat: repeat-x;
		color: rgb(79, 67, 106);
		font-family: tahoma, sans-serif, arial, verdana;
	}
	
	h1 {
		font-size: large;
		margin-bottom: 20px;
	}
	
	p {
		margin: 1em 0px;
	}
	
	a {
		color: rgb(79, 67, 106);
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	ul {
		margin: 1em 0px 1em 0px;
		padding-left: 40px;
	}
	
	img {
		border: none;
	}
	
	form {
		font-family: tahoma, sans-serif, arial, verdana;
	}
	
	label {
		display: block;
		font-size: 14px;
	}
	
	form div {
		margin-bottom: 18px;
	}
	
	input[type="text"],
	textarea,
	input[type="submit"]{
		font-family: tahoma, sans-serif, arial, verdana;
		font-size: 18px;
		padding: 2px;
	}
	
	input[type="text"],
	textarea {
		background-color: #fcfcfc;
		border: 1px solid #aaa;
		color: #333;
		width: 400px;
	}
	
	input[type="submit"]{
		color: #333;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	div.message {
		color: #009000;
		font-size: 140%;
		font-weight: bold;
		margin: 1em 0;
	}
	
	div.error-message {
		color: #900;
		font-weight: bold;
	}
	
	#content {
		background-color: rgb( 254, 254, 254 );
		font-size: 11px;
		margin: auto;
		margin-bottom: 200px;
		margin-top: 86px;
		overflow: hidden;
		width: 770px;
	}
	
	#content #top {
		background-image: url( '../img/seminario_topo.jpg' );
		width: 770px;
		height: 232px;
	}
	
	#content #middle {
		background-color: rgb( 254, 254, 254 );
		overflow: hidden;
	}
	
	#content #middle #left {
		background-color: rgb( 248, 248, 248 );
		background-image: url( '../img/conteudo_bg.jpg' );
		background-repeat: repeat-x;
		float: left;
		line-height: 20px;
		width: 565px;
		min-height: 651px;
	}
	
	#content #middle #left #rightShadow {
		background-image: url( '../img/conteudo_sombra.jpg' );
		background-repeat: no-repeat;
		float: right;
		height: 243px;
		width: 74px;
	}
	
	#content #middle #left .menuContent {
		/*display: none;*/
		margin-bottom: 50px;
		margin-left: 40px;
		margin-right: 74px;
		margin-top: 40px;
		text-align: justify;
	}
	/*
	#content #middle #left #menuContent1 {
		display: block;
	}
	*/
	#content #middle #left #menuContent1 p {
		margin: 0px;
		padding: 0px;
	}

	#content #middle #left .newsTitle {
		font-weight: bold;
		font-size: 14px;
	}
	
	#content #middle #left #menuContent3 a {
		background-color: rgb(70, 43, 131);
		border-left: 5px solid #000;
		color: #fff;
		display: block;
		margin-top: 2px;
		padding: 4px;
		padding-left: 10px;
		text-decoration: none;
	}
	
	#content #middle #left #menuContent3 .group {
		border: 1px solid rgb(232, 232, 234);
		margin-bottom: 8px;
	}
	
	#content #middle #left #menuContent3 .group div {
		background-color: #f4f4f4;
	}
	
	#content #middle #left #menuContent3 .group .altrow {
		background-color: rgb(232, 232, 234);
	}
	
	#content #middle #left #menuContent3 .group div p {
		margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0px;
	}
	
	#content #middle #left #menuContent4 p {
		margin: 0px;
		padding: 0px;
	}
	
	#content #middle #left #menuContent5 p {
		margin: 0px;
		padding: 0px;
	}
	
	#content #middle #left #menuContent6 p {
		margin: 0px;
		padding: 0px;
	}
	
	#content #middle #left #menuContent11 a.miniTitle {
		background-color: rgb(70, 43, 131);
		border-left: 5px solid #000;
		color: #fff;
		display: block;
		font-weight: bold;
		margin-top: 2px;
		padding: 4px;
		padding-left: 10px;
		text-decoration: none;
	}
	
	#content #middle #left #menuContent11 .mini {
		border: 1px solid rgb(232, 232, 234);
		margin-bottom: 8px;
	}
	
	#content #middle #left #menuContent11 .mini p {
		margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0px;
	}
	
	#content #middle #left #menuContent12 p {
		margin: 0px;
		padding: 0px;
	}
	
	#content #middle #right {
		background-color: rgb( 254, 254, 254 );
		background-image: url( '../img/menu_bg.jpg' );
		background-repeat: repeat-x;
		float: left;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-top: 20px;
		width: 185px;
	}
	
	#content #middle #right #menu a {
		background-color: rgb(232, 232, 234);
		border-left: 5px solid rgb(227, 226, 229);
		color: rgb(79, 67, 106);
		display: block;
		font-weight: bold;
		padding: 8px;
		padding-left: 13px;
		text-decoration: none;
		margin-bottom: 2px;
		width: 138px;
	}
	
	#content #middle #right #menu #current,
	#content #middle #right #menu a:hover {
		background-color: rgb(70, 43, 131);
		border-left: 5px solid rgb(7, 14, 22);
		color: #fff;
	}
	
	#content #middle #right #links {
		margin-top: 50px;
	}
	
	#content #middle #right #links a {
		display: block;
		margin-top: 5px;
		width: 166px;
	}
	
	#content #middle #right #links a #twitterLogo,
	#content #middle #right #links a #ufalLogo,
	#content #middle #right #links a #falLogo {
		height: 50px;
		width: 166px;
	}
	
	#content #bottom {
		overflow: hidden;
	}
	
	#content #bottom #borderLeft {
		background-color: rgb(248, 248, 248);
		background-image: url( '../img/canto_e.jpg' );
		background-repeat: no-repeat;
		float: left;
		width: 566px;
		height: 10px;
	}
	
	#content #bottom #borderRight {
		background-image: url( '../img/canto_d.jpg' );
		float: right;
		width: 10px;
		height: 10px;
	}
