html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#FFFFFF;
	min-height:100%;
	font-family:sans-serif;
}


#headerTitle{
	padding-top: 5%;
	font-family:Arial, sans-serif;
	font-size:30pt;
}

.telNumber{
	display:inline;
	font-weight:bold
}


tr.headerRow1{
	width:100%;
	text-align:left;
}

td.headerList{
	font-size:10pt;
	
}
td.headerLinks{
	text-align:center;
}

#links{
	list-style-type:none;
}


#links li{ 
	border: 0px;
	background-color:blue;
	float:left;
	display:inline;
	width:17%;
	text-align:center;
	font-weight:bold;
}

#links a{
	text-decoration:none;
	display:block;
	width:100%;
}

#links a:link,a:visited,a:active{
	color:blue;
}
#links li:hover{
	background-color:lightblue;
}
#links li:hover a{
	color:black;
}
#footerTags{
	height:75px;
	width:100%;
	clear:both;
	font-size:8pt;
	text-align:center;
}

#footerTags img{
	border:none;
}


ul.homePageList li{
	padding-top:3px;
}
#homePageImages{
	text-align:center;
	width:100%; 
}
#homePageImages img{
	width:20%;
}

#containerForFooterHack{
	margin-bottom:-75px;
	min-height:100%;
}
/* for older browsers */
* html #containerForFooterHack{
	height:100%;
}

#clearingDiv{ 
	padding-top:15px;
	height:75px;
	clear:both;
}
h2.subTitle{
}

div.faqQuestion{
	font-weight:bold;
}
div.faqAnswer{
}

#priceTable{
	width:75%;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#priceTable td{
	text-align:center;
	width:75%;
}

.centered{
	/*text-align:center;*/
}

#priceWrapper{
	text-align:center;
}
