form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	font-family: Arial, "Arial Rounded MT Bold", "Folio Lt BT", "Folio Md BT", sans-serif;
	margin: 20px;
	font-size:12px;
}

td {
	border-width: 1px; /* Sets border widths to 1, does not enable borders */
	padding: 0px;
}

table.main {
	width: 800px;
}

td.headerlogotop {
	height: 48px;
	background-repeat: no-repeat;
}

td.headerlogobot {
	width: 83px;
	height: 29px;
	border-left-style: solid;
	background-repeat: no-repeat;
	font-size: 23px;
}

td.headerlinks {
	width: 717px;
	border-top-style: solid;
	border-right-style: solid;
	padding: 0px 5px 0px 2px;
	color: #ffffff;
	font-size: 12px;
}

td.headerlinks a {
	color: #ffffff;
	text-decoration: none;
}

td.headerlinks a:hover {
	text-decoration: underline;
}

td.headerweather {
	color: #eeeeee;
	font-size: 10px;
}

td.headerweather a {
	color: #eeeeee;
	text-decoration: none;
}

input.searchButton {
	height: 15px;
	font-size: 11px;
	border: none;
	margin-left: 10px;
	vertical-align: middle;
}

input.searchText {
	width: 100px;
	height: 13px;
	font-size: 11px;
	border: none;
	
	vertical-align: middle;
}

td.content {
	border-style: none solid;
	font-size: 12px;
	padding: 25px 50px 0px 50px;
}

td.content a {
	font-size: 12px;
	text-decoration: none;
}

td.content a:hover {
	text-decoration: underline;
}

td.content table {
	width: 100%;
}

td.contentleft {
	width: 50%;
	font-size: 12px;
	vertical-align: top;
	padding: 5px 30px 0px 0px;
}

td.contentright {
	width: 50%;
	font-size: 12px;
	vertical-align: top;
	padding: 5px 0px 0px 30px;
}
td.surveycontentleft {
	width: 45%;
	font-size: 12px;
	vertical-align: top;
	align: center;
	padding: 5px 30px 0px 0px;
}

td.surveycontentright {
	width: 55%;	
	font-size: 12px;
	vertical-align: top;
	align: left;
	padding: 5px 0px 0px 30px;
}
td.bottom {
	border-style: none solid solid solid;
	font-size: 12px;
	text-align: center;
}

td.bottom a {
	font-size: 12px;
	text-decoration: none;
}

td.bottom a:hover {
	text-decoration: underline;
}

a.bold,a.bold:link, a.bold:visited,.bold{	
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.bold:hover {
	text-decoration: underline;
}
.white,a.white,a.white:link, a.white:visited{	
	text-decoration:none;
	color:#FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.black,a.black:link, a.black:visited{	
	text-decoration:none;
	color:#000000;
}
a.black:hover {
	text-decoration: underline;
}



a,a:link,a:visited{text-decoration:none;color:black;}
a:hover{text-decoration:underline;color:black;}

.directionsTitle{text-align:center;margin-bottom:6px;}
.drivingDirectionsHeaderText{text-align:center;font-weight:bold;padding-bottom:6px;}

.geneticsDetailHeader{background-color:##663300;font-weight:bold;text-align:center;color:white;}
.geneticsDetail{text-align:left;}

li,ul{margin-top:0px;}