@charset "utf-8";
/* CSS Document */

body {
	min-width: 995px;
	text-align: center;
	background-color: black;
}

.overall {
	background-color: black;
	background-image: url(../img/all/bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 995px;
	height: 764px;
	top: 0px;
	position: absolute;
	left: 0;
	right:0;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#leftNavBar {
	top: 200px;
	position: relative;
	width: 210px;
	left: 2px;
}

#content {
	top: 220px;
	position: absolute;
	left: 240px;
	width: 735px;
	height: 515px;
	margin: 0px;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: justify;
}

#footer {
	position: absolute;
	width: 100%;
	height:40px;
	top: 740px;
	text-align: right;
}

#navTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: right;
}

.NavTableTR {
	margin: 0px;
	padding: 0px;
}
.NavTableTD {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.NavUL {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	text-align: right;
	direction: rtl;
}
.NavLI {
	list-style-image: url(../img/all/shape.gif);
	list-style-position: inside;
}

.NavLink, .NavLink:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.NavLink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #b78d36;
}
.NavLink:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #b78d36;
}

.bold1 {
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.bold2 {
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.rightside {
	text-align: right;
}
.destacado {
	width: 95%;
	padding: 10px;
	display: block;
	background-color: #b78d36;
	border: solid thin #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.galImage {
	border: solid medium #000;
}

.input1 {
	width: 150px;
	border: medium solid black;
	background-color: #b78d36;
	font-size: 12px;
	color: white;
}
.input2 {
	width: 250px;
	border: medium solid black;
	background-color: #b78d36;
	font-size: 12px;
	color: white;
}
.fieldLabel {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.LabelTD {
	text-align: right;
}

.Button {
	border: medium solid black;
	background-color: #b78d36;
	font-size: 12px;
	color: white;
}

.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
}
.footLink, .footLink:visited {
	color: #b78d36;
	font-weight: bold;
	text-decoration: none;
}

.footLink:hover, .footLink:active {
	text-decoration: underline;
}
