@charset "utf-8";

body {
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#container {
	width: 960px;
	margin: 0px auto;
}

/* Header */
#container #header {
	position: relative;
	height: 115px;
	width: 100%;
	margin-bottom: 12px;
	padding: 0px;
}
#container #header img {
	border-width: 0px;
}
#container #header #logo {
	float: left;
	width: 118px;
	height: 115px;
	margin: 0px;
}
#container #header h1 {
	margin: 0px;
	color: #FFFFFF;
}
#container #header #navegation {
	position: absolute;
	z-index: 1;
	left: 118px;
	top: 90px;
}

/* Corner of body */
#container .cn {
	height: 10px;
}
#container .cn #cn01, #container .cn #cn02, #container .cn #cn03, #container .cn #cn04 {
	height: 10px;
	width: 10px;
}
#container .cn #cn01 {
	float: left;
	background-image: url(images/cn01.gif);	
}
#container .cn #cn02 {
	float: right;
	background-image: url(images/cn02.gif);
}
#container .cn #cn03 {
	float: left;
	background-image: url(images/cn03.gif);	
}
#container .cn #cn04 {
	float: right;
	background-image: url(images/cn04.gif);	
}
#container .cn .blank {
	background-color: #FFFFFF;
	margin: 0px 10px;
	height: 10px;	
}
#container #body {
	background-color: #FFFFFF;
	background-repeat: repeat;
}
div.clear {
	clear: both;
}

/* Body */
#container #body #sidebar {
	width: 210px;
	float: right;
	padding: 0px 10px;
}

/* Fonts */
#container #content {
	margin-right: 230px;
	padding-left: 10px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
blockquote {
	font-style: italic;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select {
	font-weight: bold;
}
#container #body h1 {
	margin-top: 0px;
	color: #17365D;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 26pt;
	font-weight: bolder;
	border-bottom-width: medium;
	border-bottom-style: double;
}
#container #body h2, #container #body h3, #container #body h4 {
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#container #body h2 {
	color: #365F91;
	font-size: 14pt;
}
#container #body h3 {
	color: #4F81BD;
	font-size: 11pt;
	font-style: italic;
}
#container #body h4 {
	color: #7BA0CD;
	font-size: 10pt;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Footer font*/
#container #footer  {
	margin-top: 12px;
	padding-top: 6px;
	border-top: 1px solid gray;
	text-align: center;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: inherit;
}

/* Sidebar */
#container #body #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
#container #body #sidebar ul li {
	padding: 5px 0px;
	border-bottom: 1px solid #7BA0CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}