@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(imagens/bg_page.jpg) top repeat-x #000000;
}
#content{
	width: 942px;
	margin: 0 auto;
}
#topo{
	width: 942px;
}
#topMenu{
	width: 934px;
	padding: 6px 0 0 8px;
	height: 38px;
	background: url(imagens/bgMenuTop.gif);
}
#topMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topMenu ul li{
	float:left;
	list-style:none;
	margin-left: 12px;
	line-height: 27px;
}
#topMenu ul li a{
	float: left;
	display:block;
	padding: 0 0 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
#topMenu ul li a span{
	float:left;
	display:block;
	padding: 0 7px 0 0;
	cursor: pointer;
}
#topMenu ul li.selected a{
	color: #063d44;
	background: url(imagens/left_bg_button.gif) left no-repeat;
}
#topMenu ul li.selected a span{
	color: #063d44;
	background: url(imagens/right_bg_button.gif) right no-repeat;
}
#topMenu ul li a:hover{
	color: #063d44;
	background: url(imagens/left_bg_button.gif) left no-repeat;
}
#topMenu ul li a:hover span{
	color: #063d44;
	background: url(imagens/right_bg_button.gif) right no-repeat;
}
#insideBanner{
	width: 942px;
}
#bottomMain{
	width: 938px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 18px;
	padding: 6px 0 0 4px;
	background-color: #011c1f;
}
#bottomMain a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#bottomMain a:hover{
	text-decoration: underline;
}
#mainSite{
	float: left;
	width: 942px;
	background: url(imagens/bgSubContent.gif) repeat-y;
}
#subText{
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	line-height: 20px;
	width: 597px;
	font-family: Arial, Helvetica, sans-serif;
	color: #09444c;
	font-size: 12px;
	background: url(imagens/mainBgContent.gif) repeat-y;
}
#contSpan{
	display: block;
	margin: 0 6px 0 6px;
	padding: 14px;
}
#topSubText{
	width: 597px;
	height: 11px;
	background: url(imagens/topContent.gif) top no-repeat;
}
#botSubText{
	width: 597px;
	height: 12px;
	background: url(imagens/botContent.gif);
}
#subText h3{
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 28px;
	font-size: 24px;
}
#topMain{
	background: url(imagens/topSubContent.gif) no-repeat top;
	height: 11px;
}
#sideBar{
	float: left;
	width: 310px;
	margin-left: 14px;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {font-size: 18px}
#footer{
	width: 942px;
	float: left;
	background: url(imagens/bgFooter.gif) no-repeat;
	padding-top: 14px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

