* {
 -webkit-text-size-adjust:none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 145%;
	color: #000066;
	margin: 0;
	padding: 0;
	background: url(bg.jpg) repeat-x 0 -125px;
}
.pageHead {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
.content {
	color: #FFFFFF;
	font-family: helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.content_blue {
	padding: 0;
	color: #000066;
	font-family: helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smalltext {
	color: #000066;
	font-size: 10px;
	font-family: helvetica, sans-serif;
	margin: 10px;
}
.hangingHead {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
	font-family: helvetica, sans-serif;
}
.hangingSubhead {
	font-size: 110%;
	padding-left: 10px;
	text-indent: -10px;
	font-weight: bold;
	color: #000066;
	font-family: helvetica, sans-serif;
}
.caption {
	font-weight: bold;
}
p {
	padding: 2px 10px;
	margin: 10px 0 10px 5px;
	line-height: 145%;
}
.footer {
	padding: 10px;
	line-height: 175%;
	font-size: 60%;
	background: url("bg.jpg") repeat-x scroll 0 -173px transparent;
	margin: 0 -10px;
	text-align: center;
}
.centerMe {
 text-align: center;
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	/*  -webkit-box-shadow: 0 0 15px #000; */
}
.imgLeft {
	float: left;
	margin: 15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	/*  -webkit-box-shadow: 0 0 15px #000; */
}
a {
	text-decoration: none;
}
a:link {
	color: #b3bcc3;
}
a:visited {
	color: #000066;
}
a:active {
	color: #ead701;
}
a:hover  {
	color: #ead701;
	text-decoration: underline;
}
#navButtons ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navButtons ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navButtons ul a {
	float: left;
	width: auto;
	text-decoration: none;
	padding: 0 7px 0 10px;
	color: #000066;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, sans-serif;
}
#navButtons ul a:hover {
	-webkit-border-radius: 5px;
	background-color: #fff;
}
menu {
	text-align:justify;
}
#menu ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: center;
}
#menu ul li a {
	background-color: #f3f3f3;
	color: #000;
	border: 1px solid #999;
	display: block;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 6px 10px;
}
#menu ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
