
* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #000;
	margin: 0px;
	padding: 20px;
}
ul#minitabs {
	list-style: none;
	margin: -10px 0 20px 0;
	padding: 7px 0;
	/* the following line is the border below the top nav */
  border-bottom: 1px solid #ccc;
	font-weight: bold;
  text-align: center;
	white-space: nowrap;
}
ul#minitabs li {
	display: inline;
	margin: 0 10px;
}
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px 0;
  border-bottom: 4px solid #fff;
	color: #72aee9;
}
ul#minitabs a#current {
	border-color: #9933ff;
	color: #06F;
}
ul#minitabs a:hover {
	border-color: #9933ff;
	color: #1567c0;
}
.textButton {
	width: 100px;
	text-align: left;
	background-color: #F3F3F3;
	color: #000;
	/* the following line is the border around the boxes */
	border: 1px solid #999;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 6px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
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;
}
a {
	text-decoration: none;
}
a:link {
	color: #1567c0;
}
a:visited {
	color: #9933ff;
}
a:active {
	color: #72aee9;
}
a:hover  {
	color: #0033cc;
	text-decoration: underline;
}
.pageHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #00;
	text-indent: -10px;
}
.pageSubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-indent: -10px;
}
.caption {
	font-weight: bold;
}
.footer {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ccc;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	margin: 25px 20px 0 20px;
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
}
.imgLeft {
	float: left;
	margin:15px;
	clear: both;
}
.centerMe {
 text-align: center;
}

