html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 100%;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}

#page_bg {
	height: 100%;
	background: #4c84a7 url(../images/bg_blue.gif) 0 0 repeat-x;
	padding: 0;
	margin: 0;
	border: 0;
}

#main_bg {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background: #ffffff;
	text-align: left;
}

#top {
	background: #fff url(../images/logo.jpg) 0 0 no-repeat;
	width: 750px;
	height: 90px;
}

#header {
	background: #000 url(../images/topo1.jpg) 0 0 no-repeat;
	width: 750px;
	height: 90px;
	border-bottom: 5px solid #df7419;
}

#content {
	background: #ffffff;
	padding: 20px 0 20px 10px;
	float: left;
	width: 550px;
	border: 0px solid #c00;
}

#title {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #02113a;
	margin: 10px 0 5px 0;
}

#footer {
	height: 30px;
	background: #000;	
	text-align: center;
	font-size: 9px;
	clear: both;
	height: 20px;
	line-height: 20px;
	color: #999;
}

#topmenu {
	font-size: 10px;
	height: 15px;
	text-align: center;
	padding: 65px 0 0 250px;
}

#topmenu ul {
	padding: 0;
	list-style: none;
}

#topmenu li {
	margin: 0;
	float: right;
	height: 15px;
	padding: 0;
}

#topmenu a:link, #topmenu a:visited {
	float: left;
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
}

#topmenu a:hover {
	color: #de7114;
	text-decoration: none;
	border-bottom: 4px solid #d96e04;
}

#topmenu a:active {
	border-bottom: 4px solid #4c849f;
}

/* Horizontal Navigation */
h1{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #02113a;
}

h3 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9b9a87;
	margin: 10px 0 5px 0;
}

#right {
	float: right;
	width: 170px;
}

#navigation {
	background: #f4f4f4;
	float: right;
	width: 160px;
	padding-top: 20px;
	padding-left:5px;
	padding-right:5px;
	margin: 0;
	border-left: 0px solid #cacaca;
}

#certificacao {
	background: #ffffff url(../images/logoeic.jpg) center 20px no-repeat;
	float: right;
	width: 170px;
	height: 100px;
	border: 0px solid #00c;	
}

#fundo{
	background: #fff url(../images/bottom.jpg) 0 0 repeat-x;
	float: right;
	width: 170px;
	height:30px;
}

ul#mainlevel  {
	width: 100%; 
	text-align: center; 
	margin: 5px 0; 
	vertical-align:middle;
}


ul#mainlevel li {
	margin: 0; 
	padding: 0;
	display: inline; 
	list-style-type: none; 
}

ul#mainlevel a:link, ul#mainlevel a:visited, ul#mainlevel a:active {
	font: 11px arial, helvetica, sans-serif; 
	line-height:18px; 
	float: none !important; 
	float:left;
	color: #666666; 
	font-weight:normal; 
	text-decoration: none;  
	border-bottom: 4px solid #ffffff; 
	margin: 0px 10px 0px 10px;
}

ul#mainlevel a#active_menu {
	border-bottom: 4px solid #9ABB53; 
	font-weight: bold;
}

ul#mainlevel a#active_menu:hover { 
	border-bottom: 4px solid #990000; 
}	

div.moduletable {
	margin-bottom: 20px;
}

a.mainlevel:link ,a.mainlevel:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a.mainlevel:hover {
	display: block;
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:link, a:visited {
	color: #000000; 
	text-decoration: underline;
}

a:hover {
	color: #df7419;
}


