/* CSS Document */



body {
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	background-image: url(images/canvas.jpg);
	margin: 0;
	padding: 0;
	}

.topbanner	{
	background-image:url(images/ebcbanner.jpg);
	background-repeat:no-repeat;
	height: 160px;
	margin: 0;
	padding: 0;
	}

table {
	border-width: 2px;
	border-style: solid;
	border-color: #565656;
	background-image: url(images/BdgrndGradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	}
.nav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #89302c;
	background-color: #89302c;
	background-position: center;
}
/* ----navegation---- */

.button {
	font-size: 12px;
	color: #ddd3ba;
	background-color: #565656;
	text-decoration: none;
	margin: 0px;
	width: 98px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height:normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd3ba;
			}
.home {
	font-size: 12px;
	color: #ddd3ba;
	background-color: #565656;
	text-decoration: none;
	margin: 0px;
	width: 98px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height:normal;
	border-left-color: #565656;
	border-right-color: #565656;
}


/* hover buttons */
.button:hover  {
	color: #ddd3ba;
	background-color: #89302c;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 98px;
	font-weight: normal;
				}
.home:hover {
	color: #ddd3ba;
	background-color: #89302c;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 98px;
	font-weight: normal;
}


/* selected button */
.selected {
	color: #000000;
	background-color: #999999;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	width: 98px;
	font-weight: normal;
	text-align: center;
	line-height:normal;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd3ba;
				}
.selectedhome {
	color: #000000;
	background-color: #999999;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	width: 98px;
	font-weight: normal;
	text-align: center;
	line-height:normal;
	font-size: 12px;
}
	
/* button: separator - empty space */
.line {
	font-size: 12px;
	color: #565656;
	background-color: #ddd3ba;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #89302c;
	text-decoration: none;
	margin: 0px;
	width: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height:normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #565656;
			}

/* hearders */
h1 {
	font-size: 14px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 250px;
	padding: 0;
	margin: 15px 0px 10px 40px;
	}

h2 {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 150px;
	padding: 0;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 250px;
	margin: 20px 0px 10px 40px;
	padding: 0;
	}
	
/* padding */
.pad-left {
	text-align: justify;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	}
.pad-left2 {
	text-align: left;
	padding: 0;
	width: 350px;
	margin: 10px 0px 10px 40px;
	}
.pad-right {
	text-align: center;
	padding: 0;
	width: 250px;
	margin: 0px 0px 5px 0px;	
	}
		

.space {
	height: 30px;
	width: auto;
	}
	 
.footer	{
	background-image:url(images/bottomBanner.png);
	background-repeat:no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}
	
/* script */
.script {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	}
dd {
	text-align: justify;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
				
/* on page links */
.a {
	font-size: 12px;
	text-decoration: underline;
	color: #565656;
	}
a:hover {
	color: #000000;
}
