/* page { width:750; } */
a:visited { color: navy; }

#engine { display:none; text-align:center; }

.h1 {
text-align: center; font-size: 24px; color: navy;} 
.h2 {
text-align: center; font-size: 24px; color: navy;}

#top1 {
 width: 100%; text-align: center;}

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font-family:arial;
}
#wrap {
	background-image: url(/images/wrap-bg.gif);
	width: 786px;
	margin: 0 auto;
}
#container
{
	width: 770px;
	margin: 0 auto;
	/*	border:1px purple solid; */
	background-color: #FFF;
}
#mainContent
{
	width: 770px;
	margin: 0;
	padding: 0;
	/*background-color: #FFC;
	border:1px #009900 solid; */
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-y;
	min-height: 470px;
}
#navigation {
/*	background-color: #ffffCC;
	margin-left:10px;
	padding-top:25px; */
	width: 150px;
	float: left;
	border-color: #A0ADD3;
	border-width: 1px;
	border-style: none;
	font-size: 13px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: default;
}
#navigation ul li
{
	margin: 0;
	padding: 0;
	display: block;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	border-color: #FFC;
}
#navigation ul li a
{
	padding: 3px 10px 3px 8px;
	display: block;
	text-decoration: none;
	color: #006;
	font-weight: normal;
	font-family: arial;
	font-size: 13px;
}
#navigation ul li a:hover {
	background:#CCD;
	color:#900;
}
#search {
	margin: 0 10px 0 8px;
}
#contentx {
	margin-top:0;
	margin-left: 157px;
	color: navy;
	width:610px;
	background-color: #fff;
	/*border:1px red solid;
	float:right;
	position: absolute; top: 60%; left: 18%; */
}
#footer {
	clear:both;
	background-color:#009;
	color:#fff;
	padding:5px 0;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#table1 {
	font-size: 16px;
}
#table1 tr td {
	font-size: 16px;
	text-align:center;
}
.td1 {font-size: 16px; text-align: center; color: navy;}
.td2 {font-size: 20px; text-align: center; color: navy;}
.td3 {font-size: 16px; text-align: left; font-style: italic;color: navy;}
.td4 {font-size: 20px; text-align: center;}

img { border: 0px; }
#img1 { margin-left:65px;padding-top:6px; }
#img2 { height: 150px; width: 135px; }
#img3 { height: 150px; width: 135px; }
#img4 { height: 350px; width: 270px; }

.onePXtable {
	border-top: 1px #000 solid;
	border-right: 0 #000 none;
	border-bottom: 0 #000 none;
	border-left: 1px #000 solid;
}
.onePXtable td {
	border-top: 0 #000 none;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 0 #000 none;
}
.onePXtable th {
	border-top: 0 #000 none;
	border-right: 1px #fff solid;
	border-bottom: 0 #000 none;
	border-left: 0 #000 none;
}