body {
	background: #fcf4ed url(/assets/images/bg.png) top left repeat-x;
	color: #000;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center; /* stupid browsers (MSIE) need this to correctly align the main content */
}
.center {
	text-align: center;
}

p.img-right {
	float: right;
	margin: 0 0 5px 10px;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;	
}
p.img-left {
	float: left;
	margin: 0 10px 5px 0;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;	
}

.error {
	color: #f00;
	font-weight: bold;
	font-style: italic;
}
table {
	font-size: 100%;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}

/* images with hrefs */
a img {
	border: 0px;
}

div.spacer {
	clear: both;
}

/* acronimos e abreviacoes */
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

/* forms */
form .formright, form .formleft {
	display: block;
	float: left;
	margin-bottom: 10px;
}
form label.formleft, form span.formleft {
	width: 150px;	
}
form input.formright, form textarea.formright, form span.formright {
	width: 300px;	
}
form input.button {
	width: auto;
}
form br {
	clear: left;
}

form.contact {
	background-color: #EEEEEE;
	border: 1px dotted #9F9FAF;
	padding: 5px;
	margin: 0 auto;
}
form.contact input, form.contact textarea {
	border: 1px solid #9F9FAF;
	background-color: #F9F9F9;
}
form.contact input:focus, form.contact textarea:focus {
	background-color: #FFFFEA;
}

span.asterisk {
	color: #ff0000;
	font-size: 200%;
	vertical-align: middle;
}


small {
	font-size: 91.6667%;
}


/* LAYOUT */
div#level0 {
	width: 760px;
	border: 1px solid #c6b1a7;
	/*overflow: hidden;*/
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}



/* MENU */

div#menu ul {
	background: #fff url(/assets/images/menu_bg.png) top left repeat-x;
	font-family: Arial, Georgia, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin:0;
	padding: 0;
	float:left;
	width:100%;
	height: 36px;
}
div#menu ul li {
	margin:0;
	padding: 5px;
	list-style:none;
	float:left;
	margin:0 0.3em 0 0;
}
div#menu ul li a {
	text-decoration: none;
	display:block;
	padding:4px 8px 4px 8px;
	color:#fff;
}
div#menu ul li.on a {
	color:#dd9944;
}
div#menu ul li a:hover {
	color:#333;
	text-decoration: none;
	background-color: #dd9944;
}
               
/* MENU */




/* MAIN CONTENT */
div#main {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 5px 10px;
	text-align: justify;
	line-height: 1.5em;
	clear: both;
}

div#main p.home {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
}
div#main p.footnote {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 10px 0;
}
div#main p.footnote a:link, div#main p.footnote a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
div#main p.footnote a:hover, div#main p.footnote a:active {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

div#main h1 {
	color: #664433;
	font-size: 26px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
}
div#main h2 {
	color: #884411;
	font-size: 18px;
	font-family: 'Trebuchet MS', verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 125%;
}
div#main h3 {
	color: #000000;
	font-size: 125%;
	font-family: 'Trebuchet MS', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.2em;
}

div#main .box {
	margin: 10px;
	padding: 5px;
	border: 1px solid #b89479;
	background-color: #f0d9c8;
}
div#main .box a:link, div#main .box a:visited {
	color: #000000;
	text-decoration: none;
}
div#main .box a:hover, div#main .box a:active {
	color: #000000;
	text-decoration: underline;
}


div#main a:link, a:visited	{
	text-decoration: underline;
	color: #402b16;
}
div#main a:hover, div#main a:active {
	text-decoration: underline;
	color: #000;
}

div#main ul {
	margin-left: 0;
	padding-left: 10px;
}
div#main ul li {
	background: url(/assets/images/ul.png) no-repeat top left;
	list-style-type: none;
	padding-left: 22px;
	padding-bottom: 1em;
}

div#main h2 em {
	text-decoration: underline;
}


/* FOOTER */
div#footer {
	clear: both;
	font-family: Arial, Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #554433;
    margin: 1em;
}
div#footer p {
	margin: 0;
	padding: 0;
}
div#footer a:link, div#footer a:visited {
	color: #554433;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #000;
	text-decoration: none;
}
div#footer img {
	 vertical-align: text-top;;
}
/* FOOTER */

div.form-ok {
	margin: 0 1em 0 1em;
	padding: 1em;
	background-color: #b1f09e;
	border: 1px solid #7ab967;
	color: #000;
	font-weight: bold;
}
div.form-ok p.title {
	margin-top: -.5em;
	font-size: 16px;
	font-weight: bold;
}
