/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}

body {
	background: #314680;
}
#site {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}
#geral {
	width: 776px;
	margin-top: 20px;
	float: left;
	background: white;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
#header {
	width: 776px;
	margin-top: 10px;
}
#lang {
	margin-right: 20px;
	width: 100px;
	float: right;
}
#lang img {
	padding-right: 5px;
}
#lang ul li {
	font-size: 10px;
	list-style-type: none;
	float: right;
}
#lang a {
	color: #069;
}
#titulo h1 {
	font-size: 30px;
	color: #069;
	padding-left: 20px;
}
#titulo h2 {
	padding: 5px 0 0 20px;
	font-size: 15px;
	color: #666;
}
#menu {
	width: 776px;
	font-size: 13px;
	float: left;
}
#menu ul {
	float: right;
	margin: 10px 15px 0 0;
	_margin: 10px 0 0 0;
}
#menu li {
	color: #999;
	list-style-type: none;
	display: inline;
	line-height: 12px;
	padding: 0 5px 0 10px;
	border-left: 1px solid #ccc;
	border-left: expression(this.previousSibling == null ? 'none' : '1px solid');
	margin-left: expression(this.previousSibling == null ? '0' : '0');
	padding-left: expression(this.previousSibling == null ? '0' : '10px');
}
#menu li:first-child {
	border-left: none;
}
#menu li a {
	color: #999;
}
#menu li a:hover {
	color: #069;
	text-decoration: underline;
}
#content {
	width: 776px;
}
.nome {
	padding-bottom: 5px;
	border-bottom: 1px #999 solid;
}
#principal {
	margin: 40px 20px 30px;
	_margin: 40px 0 30px 20px;
}
#principal h3 {
	font-size: 18px;
	color: #069;
}
#principal p {
	font-size: 12px;
	color: #333;
}
#principal img {
	margin: 10px 0;
}
#principal h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #069;
}
