/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	background-color: #000000;


	
	background-repeat: no-repeat;
}
a {
text-decoration: none;}	

link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.style1 {font-size: 16px}
.style2 {font-size: 12px}
.style3 {font-size: 18px}
a { 
	color: #000;
	
}

table {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
}

.header {
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	
	
}

.menu {
	background-color: #000000;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 13px;
	vertical-align:bottom;
	height: 10px;
}

.menu ul {
/*	border-right: 1px solid #000000;*/
	margin: 4px 0 0 0;
}

.menu ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: regular;
	padding: 20px;
}

.menu a:hover {
	text-decoration: underline;
}

.imageSplash {
	height: 260px;
	width: 100%;
	background-color: #bb8811;
	overflow:hidden;
}

.infoText {
	background-color: #FFFFFF;
	padding: 8px;
	border: 2px solid #bb8800;
}

.text {
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.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: #0000ff;
	font-weight: normal;
	padding: 0 4px 0 4px;
}

.text a:hover {
	text-decoration: none;
	
}
*/

.googleSearch {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	background-color: #000000;
	margin-bottom: 1px;
	color: #000;
	text-align: center;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 11px;
}
.footer a {
	color: #ffffff;
	font-style:normal
}