.body {
	background: #ffc9c6 url(/assets/images/bg.png) top left repeat-x;
	color: #000;
	margin: 0;
	padding: 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 #9F9F9F;
	/*overflow: hidden;*/
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER */
div#above-banner {
	background: #ffffff url(/images/silver_gradient_small.jpg) repeat-x top left;
	height: 4px;
	overflow: hidden;
}

div#banner-menu {
	background: #ffffff url(/images/silver_gradient.jpg) repeat-x top left;
	/*height: 25px;*/
	text-align: right;
    padding: 3px 3px 3px 0;
}

div#banner-menu form {
	display: inline;
}

div#banner-menu input {
    font-family: Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 91.6667%;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #5E5E5E;
    color: #5E5E5E;
    padding: 1px;
}
div#banner-menu input:focus {
	background-color: #FFE5E6;
}
/* BANNER */
#banner {
	margin-top: 4px;
}

/* MENU */

div#menu ul {
	width: 100%;
	height: 43px;
	background: #FFF url("/assets/images/menu-bg.gif") top left repeat-x;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu ul li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
div#menu ul li a {
	height: 43px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 10px 0;
}
div#menu ul li a:hover {
	color: #eebbbb;
}
div#menu ul li.on a {
	color: #FFF;
	background: #FFF url("/assets/images/menu-current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
                    
/* 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: #A20000;
	font-size: 24px;
	font-family: 'Trebuchet MS', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-style: italic;
	margin-top: 3px;
}
div#main h2 {
	color: #DA251D;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	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: 1em;
	padding: 1em;
	border: 1px solid #FE1600;
	background-color: #F6E4E4;
}
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: #ff0000;
	text-decoration: none;
}


div#main a:link, a:visited	{
	text-decoration: underline;
	color: #4B4949
}
div#main a:hover, div#main a:active {
	text-decoration: underline;
	color: #FF0000;
}

div#main ul li {
	background: url(/assets/images/pata.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 {
	font-family: Arial, Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #555;
    margin: 1em;
	text-align: center;
}
div#footer p {
	margin: 0;
	padding: 0;
}
div#footer a:link, div#footer a:visited {
	color: #555;
	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;
}
