@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(index_files/bg.jpg);
	height: 700px;
	scrollbar-base-color: #214593;
	scrollbar-dark-shadow-color: #214593;
	scrollbar-face-color: #4C6B99;
	scrollbar-highlight-color: #214593;
	scrollbar-shadow-color: #214593;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3d-light-color: #214593;
}
.capoeira #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #faee6a;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(index_files/body.jpg);
	outline-style: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
.capoeira #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: thin none #FAEE6A;
	background-color: #658AB8;
	background-image: url(index_files/header.jpg);
	height: 136px;
} 
.capoeira #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.capoeira #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-position: center center;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	height: 685px;
	margin-bottom: 20px;
	clear: none;
	background-image: url(index_files/sidebar.jpg);
	background-repeat: repeat;
	vertical-align: baseline;
	white-space: normal;
	display: inline;
}
.capoeira #mainContent {
	border-left-width: thin;
	border-left-style: none;
	clear: right;
	height: 700px;
	padding: 0;
	margin: 0;
} 
.capoeira #footer {
	padding: 0 10px 0 20px;
	background-image: url(index_files/footer.jpg);
	border: thin none #FFFF66;
	background-color: #DDDDDD;
	height: inherit;
} 
.capoeira #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 10px;
	border: 2 solid #FFFFFF;
}
.background { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-image: url(index_files/bg.jpg);
	background-repeat: repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style6 {
	color: #4D6D9E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(index_files/body.jpg);
	background-repeat: repeat;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	font-style: normal;
	padding: 10px;
	scrollbar-base-color: #214593;
	scrollbar-dark-shadow-color: #214593;
	scrollbar-face-color: #4C6B99;
	scrollbar-highlight-color: #214593;
	scrollbar-shadow-color: #214593;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3d-light-color: #214593;
}
#mytable1, #mytable1 td {border: 2px solid #fff;}
.style7 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin solid #204792;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.style8 {
	color: #162D5F;
	border: 2px solid #31457A;
}
 
</style>
.border {
	border: 2 px solid #FFFFFF;
}
