/* CSS Document */

body{
background-color: #ffffff;
margin: 0;
padding: 0;
text-align: center;
font-family:Arial, Helvetica, sans-serif;

}

/*#page{ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 98%;
	background-color: #ffffff;
	text-align: center;*/
}

.header {
	position: absolute;
	z-index:99999999;
	background-color:#006633;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	width: 80%;
	text-align: center;
}
/*.constrictor {
	height: 600px;
	margin-left: auto;
	margin-right: auto;*/
}
.menu {
	background-color: #006633;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

.menu ul {
/*	border-right: 1px solid #ffffff;*/
	margin: 4px 0 0 0;
}

.menu ul li {
	display: inline;
	list-style: none;
/*	border-left: 1px solid #c7caaf;
	border-right: 1px solid #c7caaf; */
	padding: 0;
}/*
.menu ul li.firstMenu {
	border-left: 2px solid #c7caaf;
}

.menu ul li.lastMenu {
	border-right: 2px solid #c7caaf;
}*/

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

.menu a:hover {
	color:#000000;
	} 

.infoText {
	background-color: #d7b089;
/*	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;*/
	background-image:url(images/bg_1.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-position: top
}

.text {
	/*margin-top: 0; */
	font: Arial, Helvetica, sans-serif;
	/*margin-left: 15px;
	margin-right: auto;
	margin-bottom: 0; */
	font-size: 14px;
	color: #660000;
} 

.text ul {
	margin: 4px 0 0 0;
}

.text ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0;
}

.text a {
	text-decoration: none;
	color: #d7b089;
	font-weight: normal;
	padding: 0 4px 0 4px;
}

.text a:hover {
	text-decoration: none;
	
}


.search {
	color: #290928;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
.search .spacer {
	width: 10%;
}
.search td {
	background: #009933;
	color: #320033;
	font-weight:bold;
	border: 1px solid #c7caa7;
	font-size: 16px;
}

.search .text{
	
}
.search .submit{
	border: 1px solid #956b55;
	background-color: #009933;
	color: #956b55;
}


.footer {

	color: #000000;
	background-color:#006633;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.footer a {
	color: #000000;
	font-style:normal
}

