/** Common Styles */

body {
	padding: 0;
	background: #EEEDED;
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #002e5e;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #00a651;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 840px;
	height: 230px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/image01-c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 207px 0px 0px 50px;
	text-transform: uppercase;
	font-size: 38px;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 213px 40px 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/** MENU */

#menu {
	width: 840px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-menu-60.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#alinhamenu {
	margin-left: 44px;
}



/** CONTENT */

#content-wrap {
	width: 840px;
	margin: 0 auto;
	background: url(images/image03.jpg) repeat-y left top;
}

#content {
	width: 740px;
	margin: 0px auto;
	padding-top: 7px;
}

#columnA {
	float: left;
	width: 500px;
}

img.img-columnA {
	margin-top: 0;
	margin-right: 0;
	margin-left: 55px;
}

#columnA li{
	/*list-style-image: url(images/arr_double_1.gif);*/
	text-indent: 22px;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(images/bola-azul.gif);
}
#columnA  ul ul {
	padding-bottom: 10px;
}
#columnA  ul ul li{
	list-style-image: url(images/bola-azul-2.gif);
	text-indent: 42px;
	list-style-position: inside;
	list-style-type: disc;
}

#columnA h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00a651;
}

#columnB {
	float: right;
	width: 200px;
}

#columnB h2 {
	border-bottom: 1px #00a651 dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}

#columnC {
	float: left;
	width: 100%;
	height: 80px;
}

/** FOOTER */

#footer {
	width: 840px;
	height: 70px;
	margin: 0px auto;
	background: url(images/image04.jpg) no-repeat left top;
	font-size: 9px;
	color: #000000;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}

#footer .links {
	float: right;
	margin: 50px 30px 0px 0px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}

