body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}
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: #2750AF;
	width: 100%;
	/*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: 0 10px 0 10px;
}

.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;
}

.googleSearch {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	background-color: #DAD9E7;
	margin-bottom: 1px;
	color: #000;
	text-align: center;
}


a.actionCall {
	background-color: #003366;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
}

a.actionCall:hover {
	background-color: #0066CC;
	border: 2px solid #ffffff;
}


.footer {
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 11px;
}
.footer a {
	color: #000000;
	font-style:normal
}

